Results 5 comments of mohitjadav86

> me also same problem. any solution is there? Able to solve this issue by upgrading Gradle. Will try to give PR ASAP

dependencies { classpath 'com.android.tools.build:gradle:3.3.1' classpath 'com.google.gms:google-services:4.0.1' } //This IS Work for me

> ``` > java.lang.RuntimeException: Unable to start activity ComponentInfo{com.cratisspace.wewriteone.ghmc_new/com.cratisspace.wewriteone.ghmc_new.MainActivity}: java.lang.IllegalStateException: Default FirebaseApp is not initialized in this process com.cratisspace.wewriteone.ghmc_new. Make sure to call FirebaseApp.initializeApp(Context) first. > ``` try out this//...

I have been also faced this issue in release mode, because I forget to add permissions in the manifest file

try this https://stackoverflow.com/a/61539203/10837446