Skip to content

Instantly share code, notes, and snippets.

@stefanotroia
Created November 26, 2019 07:05
Show Gist options
  • Save stefanotroia/4237e847b3490cc020ea99a7583f8fe8 to your computer and use it in GitHub Desktop.
Save stefanotroia/4237e847b3490cc020ea99a7583f8fe8 to your computer and use it in GitHub Desktop.
Firebase notification pom
<dependency>
<groupId>com.google.firebase</groupId>
<artifactId>firebase-admin</artifactId>
<version>6.11.0</version>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.6</version>
</dependency>
<dependency>
<groupId>io.projectreactor</groupId>
<artifactId>reactor-core</artifactId>
<version>3.3.0.RELEASE</version>
</dependency>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment