-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Display screen to gather user information #142
Comments
hey, google services file link not working |
What is the issue you are facing @purushottam212 |
links redirects to page not found |
ohh sorry , will fix it right away! Thanks for letting me know |
I have updated it @purushottam212 |
Hey, can I take this issue? If yes, then can you tell me what are the info we are expecting from the user? |
Sure @sudo-saksham , go ahead We are not expecting anything from the user in this issue. Its just that we have to check if the user is already registered or a first-time user. So, hope this clears the requirement. Do let me know if you would like to work on this. |
Yes, I would like to work on it. @infiniteoverflow |
Is this issue still available? Can I work on it? |
I want to work on this issue |
Cool, @infiniteoverflow I want to withdraw my participation in this issue as I won't be able to work on it. |
i want to work on this issue is it still open? ca it be assigned to me? |
After a user registers, they will be asked to log in to the app. We need to provide a check in the login screen to check if the user that is logging in is a first-time user or an existing user.
If she/he is a first-time user, redirect the user to the InfoScreen which can be found in the
screens
folder. Gather information about the user and add it to Firebase Realtime Database.For checking the type of user, you can use Firebase Realtime DB. Check if an entry for the UID of the user is there in the DB or not. If its not there, then this user is a first-time user.
The text was updated successfully, but these errors were encountered: