Quickstart Guide
This project still use my firebase server config, if you want to use your own you could follow these quicksteps:
- Login/register in firebase website
- Create your own project from Firebase Console https://console.firebase.google.com/.
- Follow the steps until your project get created.
- Get started by clicking on the android icon.
- Follow the steps until you can download your own google-services.json.
- Replace my google-services.json with your own on these path android/app/google-services.json.
Activating the Authentication features
- Click on Authentication in the sidebar and get started.
- Select Email/Password and enable it.
Activating the Firestore features
- Click on Authentication in the sidebar and get started.
- Select Create Database and the later config is up to you.
Comments are closed.