-
There is too much abstraction I am hella confused. So we are using the FirebaseAuth in the example, how do I strip that down so I can call the next-firebase-auth API when the user clicks the submit form using my custom UI and not FirebaseAuth? OK I implemented custom UI, and it worked! ? looks like this library did some magic behind the scenes, idk what triggers the cookie collection when logged in since I didn't trigger anything from next-firebase-auth in my ui. would like some explanation its really cool |
Beta Was this translation helpful? Give feedback.
Answered by
Darren120
Sep 23, 2021
Replies: 1 comment 1 reply
Answer selected by
Darren120
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
solved