Replies: 1 comment
-
Simply create a firebase.ts file in a common folder and export the modules to your [...nextauth].ts file and then you can also access it in your client side |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Closed
Hi. I have already setup Next-Auth to work with Firebase adapter. Now Im trying to test some CRUD operations and get user id on my Nextjs app. Do I need to instantiate firebase again with the same firebase credentials on my client side? In my [...nextauth].ts, I already have initialize firebase app though its on the server side
I will appreciate if anyone who has successfully setup Next-Auth with Firebase to point me in the right direction
Thanks
Beta Was this translation helpful? Give feedback.
All reactions