I\'m working on an android app, it uses Firebase Authentication, Database and Storage. It was all working fine until this error message started to show up in logcat. (I did
To fix it you should check your Google play services properly are enabled
If it is still showing the same error then you need to try the below steps
You need to stop your emulator device.
After that you need to open the AVD Manager Panel then the edit device configuration. In your device configuration panel go to "Show Advanced Settings" in the "Emulated Performance" section then you need to select the "Cold boot" option as the Boot Option then you should click on the Finish.
After following the above steps your issue related to firebase must be fixed and it should be working.