createuser => insufficient_permission error #595
Replies: 1 comment 6 replies
-
Hi 👋, and thanks for the detailed description! Can you confirm that the Email/Password user provider is enabled at https://console.firebase.google.com/project/_/authentication/providers? 🤞 |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi !
I am starting a project using symfony (latest) and kreait/firebase-php (latest I guess)
When I call the method createUser from Auth, I get an INSUFFICIENT_PERMISSION error which I can't determine the reason. Any advice or tip would be greatly appreciated
As you may see below, I really tried to figure it out by myself but I am a complete stranger to the Google Cloud Platform and I am completely in the dark using their console :)
Details
The dependencies as in the
composer.json
fileI checked that the following APIs are enabled
The service account has the
owner
role of the projectThe
JSON
file downloaded when I created the key for my project looks likeThe
config/bundles.php
has the firebase bundle declarationThe
config/packages/firebase.yaml
has the credentials setThe code
The error
Beta Was this translation helpful? Give feedback.
All reactions