Releases: justedlev/spring-boot-firebase-admin
Releases · justedlev/spring-boot-firebase-admin
v0.2.1
0.2.1 (2026-06-07)
🐛 Bug Fixes
- build: remove extra
spring-boot.versionproperty (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
0.2.0 (2026-06-06)
🚀 Features
- config: add beans init (41bdef4)
- config: use google application default creds on empty property (8dbb323)
🐛 Bug Fixes
- config: fail on NPE (0f8cbba)
♻️ Refactoring
- add
[@lombok](https://github.com/lombok).Builder.Defaulton fields (8e048b1) - config: improve code (570ae7f)
- config: remove unused
io.github.justedlev.firebase.config.FirebaseConfigurationProperties#setDefaultAppmethod (000fcbe) - config: rename .imports (1053e86)
- config: use
gclouddefault cred path (14370f3)
📚 Documentation
v0.1.0
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)