Skip to content

Releases: gladly-team/next-firebase-auth

v1.0.0-canary.1

31 Aug 18:16
Compare
Choose a tag to compare
v1.0.0-canary.1 Pre-release
Pre-release

Changes

  • Support modular Firebase 9: #291

Breaking

  • Drop support for firebase <v9.

Acknowledgements

Thank you to @HofmannZ for their contributions!

v1.0.0-canary.0

29 Aug 22:53
Compare
Choose a tag to compare
v1.0.0-canary.0 Pre-release
Pre-release

First release.

v0.13.3

16 Aug 14:55
Compare
Choose a tag to compare

Changes

  • Fix a cookies race condition bug (wait for login/logout requests to complete before redirecting): #243
  • Reduce unnecessary re-renders: #246, #254
  • Add static method hoisting to withAuthUser: #237
  • Redact config secrets when debug logging: #247

Breaking

  • None

Acknowledgements

Thank you to @uncvrd, @hershmire, and @moises-marquez for their contributions!

v0.13.3-alpha.1

03 Aug 18:15
Compare
Choose a tag to compare
v0.13.3-alpha.1 Pre-release
Pre-release

Changes

  • Add hoist-non-react-statics to Node externals whitelist: #259

Breaking

  • None

v0.13.3-alpha.0

02 Aug 22:28
Compare
Choose a tag to compare
v0.13.3-alpha.0 Pre-release
Pre-release

Changes

  • Fix a cookies race condition bug (wait for login/logout requests to complete before redirecting): #243
  • Reduce unnecessary re-renders: #246, #254
  • Add static method hoisting to withAuthUser: #237
  • Redact config secrets when debug logging: #247

Breaking

  • None

Acknowledgements

Thank you to @uncvrd, @hershmire, and @moises-marquez for their contributions!

v0.13.2

27 Jun 18:35
Compare
Choose a tag to compare

Changes

  • Support Next 11: #220

Breaking

  • None

v0.13.1

14 May 22:53
Compare
Choose a tag to compare

Changes

  • Add getFirebaseAdmin method: #144
  • Add phone number, display name, and photo URL to AuthUser: #156
  • Add debug property to TypeScript init config: #158
  • Change return type definition for getFirebaseAdmin: #169

Breaking

  • None

Acknowledgements

Thank you to @ghatchue, @tlamarre91, @gavinharris-dev for their contributions!

v0.13.1-alpha.3

09 May 23:09
Compare
Choose a tag to compare
v0.13.1-alpha.3 Pre-release
Pre-release

Changes

  • Add phone number, display name, and photo URL to AuthUser: #156

Breaking

  • None

Acknowledgements

Thank you to @ghatchue for their contributions!

v0.13.1-alpha.2

08 May 00:21
Compare
Choose a tag to compare
v0.13.1-alpha.2 Pre-release
Pre-release

Changes

  • Add debug property to TypeScript init config: #158
  • Change return type definition for getFirebaseAdmin: #169
  • Remove getFirebaseClient method: #170 (see discussion in #135)

Breaking

  • If updating from v0.13.1-alpha.1, the getFirebaseClient method has been removed.

Acknowledgements

Thank you to @tlamarre91 for their contributions!

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!