Skip to content

Commit

Permalink
fix: Updated firebase-admin.adoc to correct typo in property name
Browse files Browse the repository at this point in the history
  • Loading branch information
xperjon authored and loicmathieu committed Jan 13, 2025
1 parent da97702 commit 9d886b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/modules/ROOT/pages/firebase-admin.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ public class FirebaseAuthResourceTest {
This extension also supports Firebase Authentication, allowing you to secure your endpoints using Firebase's authentication mechanisms.
This section describes how to use Firebase Authentication in your Quarkus application.

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

=== Configuration

Expand Down Expand Up @@ -122,4 +122,4 @@ public class FirebaseAppResource {

== Configuration Reference

include::./includes/quarkus-google-cloud-firebase-admin.adoc[]
include::./includes/quarkus-google-cloud-firebase-admin.adoc[]

0 comments on commit 9d886b1

Please sign in to comment.