Skip to content

Releases: gladly-team/next-firebase-auth

v0.13.1-alpha.1

30 Apr 23:56
Compare
Choose a tag to compare
v0.13.1-alpha.1 Pre-release
Pre-release

Changes

  • Add getFirebaseClient method: #147
  • Change return type definition for getFirebaseAdmin: #154

Breaking

  • None

Acknowledgements

Thank you to @gavinharris-dev for their contributions!

v0.13.1-alpha.0

23 Apr 22:50
Compare
Choose a tag to compare
v0.13.1-alpha.0 Pre-release
Pre-release

Changes

  • Add getFirebaseAdmin method: #144

Breaking

  • None

Acknowledgements

Thank you to @gavinharris-dev for their contributions!

v0.13.0

23 Apr 22:18
Compare
Choose a tag to compare

Changes

  • Support for the Firebase authentication emulator: #108. To use it, set the firebaseAuthEmulatorHost config property and FIREBASE_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

08 Apr 22:56
Compare
Choose a tag to compare
v0.13.0-alpha.4 Pre-release
Pre-release

Changes

  • Bug fix for broken Firebase user: #130

Breaking

  • None.

v0.13.0-alpha.3

07 Apr 00:25
Compare
Choose a tag to compare
v0.13.0-alpha.3 Pre-release
Pre-release

Changes

  • Support dynamic redirects: #121

Breaking

  • None.

v0.13.0-alpha.2

06 Apr 21:26
Compare
Choose a tag to compare
v0.13.0-alpha.2 Pre-release
Pre-release

Changes

  • Add custom Firebase claims to AuthUser: #109

Breaking

  • None.

v0.13.0-alpha.1

05 Apr 19:36
Compare
Choose a tag to compare
v0.13.0-alpha.1 Pre-release
Pre-release

Changes

  • Support using the Firebase authentication emulator: #108. To use it, set the firebaseAuthEmulatorHost config property and FIREBASE_AUTH_EMULATOR_HOST environment variable.

Breaking

  • None.

v0.13.0-alpha.0

19 Feb 20:46
Compare
Choose a tag to compare
v0.13.0-alpha.0 Pre-release
Pre-release

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

19 Feb 20:07
Compare
Choose a tag to compare

Changes

  • Fix a bug where TypeScript defintions were not included in the built package: #84

Breaking

None.

Acknowledgements

Thank you to @yantakus for their contributions!

v0.12.1

15 Feb 16:52
Compare
Choose a tag to compare

Changes

  • Add TypeScript definitions: #68

Breaking

None.

Acknowledgements

Thank you to @chimericdream and @Qs-F for their contributions!