You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to use a custom auth mechanism that checks username/password and returns a token. Then I want to use this token to authenticate user against Firebase so that user can access Firebase resources such as Firestore.
I want to use a custom auth mechanism that checks username/password and returns a token. Then I want to use this token to authenticate user against Firebase so that user can access Firebase resources such as Firestore.
Firebase docs:
https://firebase.google.com/docs/auth/admin/create-custom-tokens
https://firebase.google.com/docs/auth/web/custom-auth
The text was updated successfully, but these errors were encountered: