nextjs-firebase-authentication icon indicating copy to clipboard operation
nextjs-firebase-authentication copied to clipboard

Next.js + Firebase Starter

Results 8 nextjs-firebase-authentication issues
Sort by recently updated
recently updated
newest added

I've had some issues with npm install, it seems to of cherry picked what to install so I had to manually install some stuff, the site somewhat works in that...

Hi, if I am not mistaken, I think all the pages are server side rendered, am I right? Even for the pages that don't need auth like Sign In page.

Hello, As far as I understand, the `meMiddleware` function makes Firebase look for the user based on the token provided in the session cookie. As a middleware, it is executed...

Is there a way to transform all these TS files into ES6? I love the boilerplate for simplicity sake, but currently don't use TS in my stack.

When I called MyAppComponent.getInitialProps() the MeMiddleware didn't see the cookies. I have to say that the cookies are set on headers

Fresh install and run of the project yields the error ``` Module not found: Can't resolve '../../data/courses' in '/Users/nabeards/Projects/CIM Billing/nextjs-firebase-authentication/src/services/course' ``` Looking through the README, I can't see any way...

I think there is no way around defining env variables twice with Next.js in `next.config.js` and `.env` file. In the future, it should be possible to define these only in...

enhancement
help wanted
good first issue