Search code examples
androidfirebaseauthenticationfirebase-realtime-databasepassword-protection

Can I use Firebase for email and hashed passwords


Can I use Firebase database for username, email and password keeping.

Is it safe to use is there a decryption for fire-base or do I need to create that myself.


Solution

  • Firebase is integrated with the google authentication system, it uses SHA-1 to encrypt data on its own database. So if you just use the built in Firebase Auth, you'll be fine.