Skip to content Skip to sidebar Skip to footer

Unable To Download Google-services.json File From Firebase Console

I have successfully created project on Firebase Console but after adding package name and fingerprint the browser redirected to error page Firefox can’t find the file at https:/

Solution 1:

In my case it was caused by the Firebase Management API not being enabled at https://console.cloud.google.com/ (right menu - APIs and Services > Dashboard > click on +Enable APIS and Services - then find the API in question and enable it.

Removing and adding your app again would tell you that too.

An unexpected error has occurred. [Reason: Firebase Management API is not enabled. Please enable the API in the Google Cloud Platform console at https://console.cloud.google.com/apis/library/firebase.googleapis.com?project=_]

add-android-app-to-firebase-project

Solution 2:

Solution 3:

If You have Added More than One Google Accounts in Chrome Then Firebase Returns Some Error Messages. For Me, it returns this error :

)]}' {"code":7,"errorSpace":"generic","placeholders":{"trackingId":"52214415626247XXXXXX"},"status":403,"message":"backend error"}

Try the same in New Incognito Window mode(Ctrl+Shift+N) in Chrome. It works For Me..!!

Post a Comment for "Unable To Download Google-services.json File From Firebase Console"