Authentication
Authentication refers to authenticating user, which includes 3 sub-features
- Signup
- Login
- Logout
- Delete account

Sub-feature details
Details of requirement for Authentication's sub features
Signup
Sign up functions
Allow user to sign up using following providers
Signin
Allow user to signin using following providers
Authentication verify with Firebase Auth
- after sign in success, need to verify signin token with Firebase Auth.
Authentication
Authentication refers to authenticating user, which includes 3 sub-features
Sub-feature details
Details of requirement for Authentication's sub features
Signup
Sign up functions
Allow user to sign up using following providers
Signin
Allow user to signin using following providers
Authentication verify with Firebase Auth