androidfirebasefirebase-authenticationandroid-studio-2.2

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:

enter image description here

My Modle:app file is:

enter image description here

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?


Solution

  • 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