hackslash-nitp / hackslash-nitp/forms
Create the sign in flow
- Dominant language
- JavaScript
- Stars
- 1
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
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-security
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.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.