Demo project for implementing firebase using Spring Boot
- Lombok
- Java 17
- Spring Boot 2.6.6
- Maven
- firebase-admin 8.1.0
- Open the project in Intellij IDEA or in any IDE and install maven dependencies
- In the command line run
mvn clean package spring-boot:run
- Or add configuration in Intellij IDEA and run