hoanghm / Proact

2 stars 0 forks source link

Bug Fix To Support Updated DB Design #87

Closed PersonaUnknown closed 2 months ago

PersonaUnknown commented 2 months ago

Removed creation of QuestionAnswer documents upon filling out onboarding; finishing onboarding should update the questionnaire field in the User document instead.

Added a check for google sign-in users signing in for the first time that creates an account for them.

Added a check for email/password registration users where they can actually log in to onboarding after verifying (without the need of refreshing the app again).