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.
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.