Releases: gladly-team/next-firebase-auth
Releases · gladly-team/next-firebase-auth
v0.13.1-alpha.1
v0.13.1-alpha.0
Changes
- Add
getFirebaseAdmin
method: #144
Breaking
- None
Acknowledgements
Thank you to @gavinharris-dev for their contributions!
v0.13.0
Changes
- Support for the Firebase authentication emulator: #108. To use it, set the
firebaseAuthEmulatorHost
config property andFIREBASE_AUTH_EMULATOR_HOST
environment variable. - Add custom Firebase claims to AuthUser: #109
- Support dynamic redirects: #121
Breaking
- If you previously relied on this package to validate that the
firebaseAdminInitConfig
setting is defined at build time, it will no longer do so. Instead, this package will throw a runtime error if it's not set correctly.
Acknowledgements
Thank you to @litewarp and @grahaml for their contributions!
v0.13.0-alpha.4
v0.13.0-alpha.3
v0.13.0-alpha.2
v0.13.0-alpha.1
Changes
- Support using the Firebase authentication emulator: #108. To use it, set the
firebaseAuthEmulatorHost
config property andFIREBASE_AUTH_EMULATOR_HOST
environment variable.
Breaking
- None.
v0.13.0-alpha.0
Changes
- Support setting Firebase private key only at runtime: #85
Breaking
- If you previously relied on this package to validate that the
firebaseAdminInitConfig
setting is defined at build time, it will no longer do so. Instead, this package will throw a runtime error if it's not set correctly.
v0.12.2
v0.12.1
Changes
- Add TypeScript definitions: #68
Breaking
None.
Acknowledgements
Thank you to @chimericdream and @Qs-F for their contributions!