This is some tutorial of firebase. I\'m registering app in Firebase, getting the google-services.json file, pasting it in the app files as shown in the tutorial. Also getting th
Kindly check if all the below conditions were satisfied.
- Update the SHA 1 finger print and package name in your console.
- Place a json configuration file from the developer console and place it under app directory [module level directory].
- Add these lines in the gradle files. a) Module gradle : apply plugin: 'com.google.gms.google-services' b) Project gradle : classpath 'com.google.gms:google-services:3.0.0'
Hope it helps you...