initAuth.js import { init } from 'next-firebase-auth' const initAuth = () => { init({ authPageURL: '/auth', appPageURL: '/', loginAPIEndpoint: ...
確定! 回上一頁