Releases: krizzu/firebase-auth-provider
Releases · krizzu/firebase-auth-provider
v1.5.0
v1.4.0
v1.3.0
What's Changed
- Replace blocking Firebase API call with coroutines by @DRSchlaubi in #10
New Contributors
- @DRSchlaubi made their first contribution in #10
Full Changelog: v1.2.0...v1.3.0
v1.2.0
What's Changed
- Set JDK compatibility to v17
- Bump Kotlin to 2.0.20, Ktor to 2.3.12
Full Changelog: v1.1.4...v1.2.0
v1.1.4
What's Changed
- Every admin token param but uid can be null by @ArnauKokoro in #6
Full Changelog: v1.1.3...v1.1.4
v.1.1.3
v1.1.2
What's Changed
- Allow adminToken picture to be null by @ArnauKokoro in #2
New Contributors
- @ArnauKokoro made their first contribution in #2
Full Changelog: v1.1.1...v1.1.2
v1.1.1
v1.1.0
- Bumped Kotlin to 1.9.23
- Changed
api
toimplementation
on Firebase Admin dependency - new
FirebaseToken
data class is used instead ofFirebaseToken
from Firebase Admin
Full Changelog: v1.0.0...v1.1.0