Firebase auth with cutome credentials provider #4037
Replies: 5 comments 6 replies
-
Hi @alibidjandy , how did you manage to solve this? |
Beta Was this translation helpful? Give feedback.
-
any news about it ? i'm facing the same problem atm :( |
Beta Was this translation helpful? Give feedback.
-
Hi @alibidjandy , did you manage to solve this? |
Beta Was this translation helpful? Give feedback.
-
If you'd like to use default firebase password authenitcation then maybe you should refer to this: https://firebase.google.com/docs/auth/web/password-auth?hl=en&authuser=0 In my case it looks like this:
while I have auth inside firebase.ts file:
|
Beta Was this translation helpful? Give feedback.
-
Is there a way of actually achieving this while using next with with Firebase adapter? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Question 💬
could you plz guide me to find the best way of implement the authentication on my project with next-auth and firebase authentication ?
How to reproduce ☕️
just wanna have my custom credential provider which authenticate the entered username and password with Firebase Authentication on sign in page
as you see
in fact except of these static data wanna search and get right user info from the Firebase
there are 2 other ways of doing this but just wanna try to do it with next-auth at first.
as I couldn't anywhere something useful about it hope you could help me
Contributing 🙌🏽
Yes, I am willing to help answer this question in a PR
Beta Was this translation helpful? Give feedback.
All reactions