Skip to content

Commit

Permalink
Update docs/modules/ROOT/pages/firebase-database.adoc
Browse files Browse the repository at this point in the history
Co-authored-by: Loïc Mathieu <loikeseke@gmail.com>
  • Loading branch information
jfbenckhuijsen and loicmathieu authored Jan 17, 2025
1 parent 5c37976 commit bea3d38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/modules/ROOT/pages/firebase-database.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ First, we need a new project. Create a new project with the following command (r
----
mvn io.quarkus:quarkus-maven-plugin:${quarkusVersion}:create \
-DprojectGroupId=org.acme \
-DprojectArtifactId=firebase-admin-quickstart \
-DprojectArtifactId=firebase-realtime-database-quickstart \
-Dextensions="resteasy-reactive-jackson,quarkus-google-cloud-firebase-realtime-database"
cd firebase-admin-quickstart
----
Expand Down

0 comments on commit bea3d38

Please sign in to comment.