Android App Error when uploaded to Play Store, Before Uploading, tested everything was fine. Now my app is got published, and it's not opening, while opening getting a pop-up that saying "your app is closing" or close app now" and I am taled to one developer and he sends me this(attached). and I have checked my firebase console everything was right, there android play store error:
W/Firebase-Installations: Error when communicating with the Firebase Installations server API. HTTP response: [403 Forbidden: {
"error": {
"code": 403,
"message": "Request from this Android client application com.zarza.mart are blocked.",
"status": "PERMISSION_DENIED",
"details": [
{
"@type": "type.googleapis.com/google.rpc.Help",
"links": [
{
"description": "Google developers console API key",
"url": "https://console.developers.google.com/project/608839543771/apiui/credential"
}
]
}
]
}
}
]
E/Firebase-Installations: Firebase options used while communicating with Firebase server APIs: AIzaSyC_8qaCRic20001A--6WeoNGTRpBqKyJh0, zarzamart-b5f96,
E/Firebase-Installations: Firebase Installations can not communicate with Firebase server APIs due to invalid configuration. Please update your Firebase initialization process and set valid Firebase options (API key, Project ID, Application ID) when initializing Firebase.

