Activitythread: Failed to Find Provider Info for Com. Google. Android. Gms. Chimera

I am trying to get my user authenticated by using firebase authentication. But when the user clicks on the button and listener starts the authentication my activity stops and errors appear:

ActivityThread: Failed to find provider info for com.google.android.gms.chimera

Complete errors image:

My Modle:app file is:

Please tell me as it's an essential part of my application and I have to use firebase at any cost. How can I resolve this issue?

6

2 Answers

Your Log says Google Api not enabled in API console.

Couldn't connect to Google API client: ConnectionResult{statusCode=API_UNAVAILABLE, resolution=null}

so enable

3

In the case of Androi 30 if you use the Emulator without Google Play API just add this line to build.gradle

implementation "io.grpc:grpc-okhttp:1.32.2"

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

Marcus Vance

Marcus Vance

Cybersecurity & Digital Privacy Researcher

Marcus Vance is a cybersecurity auditor and technology writer dedicated to educating the public about online safety, data privacy regulations, enterprise security, and emerging cyber threats.

Share this article
Twitter Facebook Pinterest