Firebase Configuration

Create a firebase
  1. For creating a firebase project you need to signIn to firebase console.
  2. Click on Go to console.
  3. Click on Create Project.
Register your application with Firebase
  • Now you can configure your android project to firebase by clicking on the android option from the above image.
  • If you want to configure Ios or Web then there are also both options available you can create it very easily by selecting .
  • In the centre of the Firebase console's project overview page, click the Android icon to launch the setup workflow.
  • Enter your app's package name in the Android package name field.
  • Click Register app.
Add a Firebase configure file
  • Click Download google-services.json and add it to your project in android->app. folder . Firebase Android config file is done.