Skip to content
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

Open
infiniteoverflow opened this issue Oct 5, 2021 · 12 comments
Open

Display screen to gather user information #142

infiniteoverflow opened this issue Oct 5, 2021 · 12 comments
Labels

Comments

@infiniteoverflow
Copy link
Owner

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.

@purushottam212
Copy link

hey, google services file link not working

@infiniteoverflow
Copy link
Owner Author

What is the issue you are facing @purushottam212

@purushottam212
Copy link

links redirects to page not found

@infiniteoverflow
Copy link
Owner Author

ohh sorry , will fix it right away! Thanks for letting me know

@infiniteoverflow
Copy link
Owner Author

I have updated it @purushottam212

@saksham-gt
Copy link

Hey, can I take this issue? If yes, then can you tell me what are the info we are expecting from the user?

@infiniteoverflow
Copy link
Owner Author

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.
In order to check that, we need to check the Realtime DB where we will be storing the users data from the InfoScreen in the screens folder.
If data for the particular user is not available in the DB, then we need to redirect the user to the InfoScreen, else to the homepage.

So, hope this clears the requirement. Do let me know if you would like to work on this.

@saksham-gt
Copy link

saksham-gt commented Oct 21, 2021

Yes, I would like to work on it. @infiniteoverflow

@divyanshkul
Copy link

Is this issue still available? Can I work on it?

@Priyanshu078
Copy link

I want to work on this issue
Please assign me this issue @infiniteoverflow

@saksham-gt
Copy link

Cool, @infiniteoverflow I want to withdraw my participation in this issue as I won't be able to work on it.

@alam-shoaib
Copy link

i want to work on this issue is it still open? ca it be assigned to me?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

6 participants