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
Password as a Hash? Something to login in a secure manner? Tapping at @achrinza to help with this, or we can just use a proper OAuth provider
I'm leaning towards using an off-the-shelf OAuth provider like Firebase Authentication (via React Native Firebase) or Auth0 for the time being. That way we don't have to roll our own protocol upfront.
I suspect we'll still need to use a database (e.g. Firebase RTDB / Firestore / others) to store the other user attributes.
Some options (we have more freedom since anonymous):
Data to get from User (on Sign Up):
name: string
)age: number
)gender: string
, one ofMale
andFemale
)tos: string
, one ofNSF
orRegular
)Data to track from User (Analytics):
Potential Architecture for Analytics:
Note: 15 MINUTES SESSION TIMEOUT! (MINDEF Standard)
The text was updated successfully, but these errors were encountered: