How to setup firebase in your Android app and simple steps.
Nov 5 · 3 min read
Start a new android studio project.

Firebase.google.com
Create your free account, and go to the console to add a new project.

Click ‘add project’ and give the name and accept the terms and click create a project.


How to get your SHA1 Key.



Now select SHA1 and fill the register app forum.

Download the google-JSON filJSONopy the classpath,

Past it in the build Gradle, classpath as shown below.

copy the implementation.

Past it in the dependencies.

Also past the plugins at the bottom of the Gradle.

Go to settings.

Download the google.service.

Copy the file,

Select the android project set up.

Past it in the app folder, and start sync now.

