Skip to content

Releases: justedlev/spring-boot-firebase-admin

v0.2.1

07 Jun 05:10
6f1ff93

Choose a tag to compare

0.2.1 (2026-06-07)

🐛 Bug Fixes

  • build: remove extra spring-boot.version property (f7b815e)

⚙️ Build

  • deps: bump com.google.firebase:firebase-admin from 9.8.0 to 9.9.0 (797922b)
  • deps: bump org.springframework.boot:spring-boot-dependencies from 3.5.0 to 3.5.14 (2c34e9d)
  • deps: com.google.firebase-firebase-admin from 9.8.0 to 9.9.0 (d199b7b)
  • deps: org.springframework.boot:spring-boot-dependencies from 3.5.0 to 3.5.14 (3786c00)

v0.2.0

06 Jun 15:26
da66bb0

Choose a tag to compare

0.2.0 (2026-06-06)

🚀 Features

  • config: add beans init (41bdef4)
  • config: use google application default creds on empty property (8dbb323)

🐛 Bug Fixes

♻️ Refactoring

  • add [@lombok](https://github.com/lombok).Builder.Default on fields (8e048b1)
  • config: improve code (570ae7f)
  • config: remove unused io.github.justedlev.firebase.config.FirebaseConfigurationProperties#setDefaultApp method (000fcbe)
  • config: rename .imports (1053e86)
  • config: use gcloud default cred path (14370f3)

📚 Documentation

v0.1.0

14 Apr 17:57
7bc471a

Choose a tag to compare

0.1.0 (2026-04-14)

🚀 Features

  • config: add more condition on bean creation (7a3b07c)
  • propertis: add auth property (4a090fb)
  • propertis: add db property (8777450)
  • propertis: add messaging property (a3e2bf6)

🐛 Bug Fixes

  • config: add matchIfMissing on FirebaseDatabase bean creation (c7fe002)

♻️ Refactoring

  • config: change primitive to wrapper (30322bb)

📚 Documentation

  • update README.md and add CONTRIBUTING.md (9c32ae7)

🧪 Tests

  • add more tests (fffd2ff)
  • update FirebaseAutoConfigurationTest.java (6ad8395)

v0.0.1

13 Apr 16:05
0499365

Choose a tag to compare

0.0.1 (2026-04-13)

🧹 Chores