Unable To Download Google-services.json File From Firebase Console
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=_]
Solution 2:
I faced same issue once.
Sign out + cache/history clear
solved it. Also try on different web browser
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"