Default FirebaseApp is not initialized in this process. Make sure to call FirebaseApp.initializeApp(Context) first.
i have tried with many things but i am not able to Ge
Add the plugin to the build.gradle (app level)
// ADD THIS AT THE BOTTOM
apply plugin: 'com.google.gms.google-services'