barebones boilerplate for Scala springboot application with maven build, firebase integration included (see releases for more info)
- download the project
- go to firebase.google.com, create a project, go to db section, get your firebase credentials json
- replace the contents in src/resources/firebasecred.json
- set your firebase url in FirebaseDb file in method setDatabaseUrl()
- run the project.
Result: a server should be started, data from FirebaseDb file entered to your firebase db cloud account and all updated data returned.