You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Google authentication using Firebase has to be implemented on the index page.
Task
The page currently contains a text and a button. These will be updated later when their designs are ready. For now, implement the sign in flow for Google Authentication using Firebase.
Upon successful authentication, the user should be directed to the Home page. Also, if the user was pre-authenticated, ie a user was already logged in, you need to forward him directly to Home page.
The text was updated successfully, but these errors were encountered:
Issue-Label Bot is automatically applying the label feature_request to this issue, with a confidence of 0.96. Please mark this comment with 👍 or 👎 to give our bot feedback!
Google authentication using Firebase has to be implemented on the index page.
Task
The page currently contains a text and a button. These will be updated later when their designs are ready. For now, implement the sign in flow for Google Authentication using Firebase.
Important
Only a select group of users should be allowed access into the portal. Implement this with
Custom Claims
Here is more on it - https://firebase.google.com/docs/auth/admin/custom-claims & https://firebase.google.com/docs/database/security/user-securityUpon successful authentication, the user should be directed to the
Home
page. Also, if the user was pre-authenticated, ie a user was already logged in, you need to forward him directly toHome
page.The text was updated successfully, but these errors were encountered: