Replies: 1 comment 1 reply
-
What you're describing is handled automatically. This package listens to the Firebase JS SDK for auth change events and makes the calls to your login/logout endpoints. See As for actually signing in via Firebase, you can do this however you'd like. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've read over this page about ten times, over the past several hours, so yeah... I've also read over the docs for 'firebaseui' as that seems to be how you are doing the pitching, as this library appears to only be a catcher. I guess my question is, say someone comes to the site and wants to log in via an email and password... How do we send that request, with this package? Just use the firebase auth as I normally would with the whole 'signInWithEmailAndPassword' thing? And, if so, how does that get connected to this component? It just magically catches the return auth conversation, with the Firebase Servers? Not really understanding the entire flow here, as you can see. Any insight would be appreciated!
Beta Was this translation helpful? Give feedback.
All reactions