Md RashedM
BuildShip2y ago
1 reply
Md Rashed

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."
}
Was this page helpful?