Md Rashed
Md Rashed8mo ago

Can't create new user in firebase

I am trying to create new user in firebase. It was worked before but now showing error.
{
"uid": null,
"success": false,
"error": "Credential implementation provided to initializeApp() via the \"credential\" property has insufficient permission to access the requested resource. See https://firebase.google.com/docs/admin/setup for details on how to authenticate this SDK with appropriate permissions."
}
{
"uid": null,
"success": false,
"error": "Credential implementation provided to initializeApp() via the \"credential\" property has insufficient permission to access the requested resource. See https://firebase.google.com/docs/admin/setup for details on how to authenticate this SDK with appropriate permissions."
}
1 Reply