Skip to content

Instantly share code, notes, and snippets.

@pratikpc
Created May 28, 2020 05:12
Show Gist options
  • Save pratikpc/02467103b36363e7d3c826aaa4568b44 to your computer and use it in GitHub Desktop.
Save pratikpc/02467103b36363e7d3c826aaa4568b44 to your computer and use it in GitHub Desktop.
Quarkus Firebase Create New Project
mvn io.quarkus:quarkus-maven-plugin:1.4.2.Final:create \
-DprojectGroupId=com.pc.firebase \
-DprojectArtifactId=Quarkus-Firebase-Auth \
-DclassName="com.pc.firebase.FirebaseAuth" \
-Dextensions="resteasy-jsonb, jwt"
cd Quarkus-Firebase-Auth
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment