I have configured the firebase connector, attached the initialize firebase to the global page, and verified my firebase connector details in the data → Google Firebase tab. However, my app can’t read from the data base. I get this error in the inspect - Network part of chrome
Database rules set to
{
“error”: {
“code”: 403,
“message”: “Permission denied on resource project “cortina-inventory-app”.”,
“status”: “PERMISSION_DENIED”,
“details”: [
{
“@type”: “type.googleapis.com/google.rpc.Help”,
“links”: [
{
“description”: “Google developer console API key”,
“url”: “Google Cloud Platform”
}
]
},
{
“@type”: “type.googleapis.com/google.rpc.ErrorInfo”,
“reason”: “CONSUMER_INVALID”,
“domain”: “googleapis.com”,
“metadata”: {
“consumer”: “projects/“cortina-inventory-app””,
“service”: “firestore.googleapis.com”
}
}
]
}
}