Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 755 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 755 Bytes

*Firebase Setup (https://firebase.google.com/docs/auth)

Go to the Firebase Console. Create a new Firebase project or use an existing one. Add your Android app to the project. Download the google-services.json file from the Firebase Console and place it in the app/ directory of your Android project. Enable Email/Password and Phone sign-in methods: In the Firebase Console, go to Authentication. Under the Sign-in method tab, enable Email/Password and Phone authentication.

image image image