I'm new to this world of Full Stack Frameworks like Next.js, SvelteKit, Remix... But I know all the advantages it has so I wanted to use it to crea...
For further actions, you may consider blocking this person and/or reporting abuse
Using
await fetch("/api/login")
in the middleware doesn't work. It will throw an error: Failed to parse URL. I found a working solution for my case. FYI.Thanks for the tip.
Great article, Geiel. I love the fact that you included screenshots for better understanding.
Thank you Ibrahim
Thank you for the article, but i would like to know , how do i get current user information?
auth.currentUser.[information]
When deploying this to firebase, i get an 500 internal server error, can you confirm that this solution works on your end? thanks
Yes same for me I get an error
The default Firebase app does not exist. Make sure you call initializeApp() before using any of the Firebase services
Great Article!
You are the best!
How to retrieve user credentials on the client side once the user login and reloads the page?
Just what I needed, amazing article!
thanks man
It's a great article. Thank you.
Thank you! It was helpful!
Great article. I followed it but midway lost track.
Ended up using firebase-nextjs package. It was much easier to setup.
great documentation