Users need to be able to create a new account with email and password. The ability to sign in with a Microsoft/Google account is nice, but optional
Users should be able to reset password if forgotten
Need to create a database for storing username and passwords
Might want to lookup Google Firebase and Microsoft Azure user authentication. They should both have options for creating a login system and hooking it up to React Native.
Features:
Might want to lookup Google Firebase and Microsoft Azure user authentication. They should both have options for creating a login system and hooking it up to React Native.