Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Firebase Auth Doc Inaccuracy #640

Open
cinnes opened this issue Jul 22, 2024 · 1 comment
Open

Firebase Auth Doc Inaccuracy #640

cinnes opened this issue Jul 22, 2024 · 1 comment

Comments

@cinnes
Copy link

cinnes commented Jul 22, 2024

A couple of inaccuracies in the firebase-admin docs:

Remember that you need to enable the Firebase Authentication service in your Firebase project. `quarkus.google.cloud.firebase-admin.auth.enable` must be set to `true` in your application configuration.
=== Configuration
* `quarkus.google.cloud.firebase-admin.auth.enabled` - Enable Firebase Authentication.

  • L76 quarkus.google.cloud.firebase-admin.auth.enable should be quarkus.google.cloud.firebase.auth.enabled
  • L80 quarkus.google.cloud.firebase-admin.auth.enabled should be quarkus.google.cloud.firebase.auth.enabled

Correct config path is visible here:

@jfbenckhuijsen
Copy link
Contributor

jfbenckhuijsen commented Aug 21, 2024

@loicmathieu 656

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants