gladly-team / next-firebase-auth

Simple Firebase authentication for all Next.js rendering strategies
https://nfa-example-git-v1x-gladly-team.vercel.app/
MIT License
1.34k stars 290 forks source link

Is it possible to distinguish between a New User and a Registered User #513

Closed G-Nation closed 2 years ago

G-Nation commented 2 years ago

I followed up the example and i have an app with the StyledFirebaseAuth for the sign in and the sign up process. Is it possible to distinguish between the two processes? I wanted to redirect the new users to a form were they give some extra info after the sign up process.