Skip to content

Releases: gladly-team/next-firebase-auth

v0.14.3

01 Apr 17:31
Compare
Choose a tag to compare

What's Changed

  • Bug fix: don't error on unset Firebase admin config values by @kmjennison in #436
  • Bug fix: Add useFirebaseAdminDefaultCredential type definition by @hunghvu in #451
  • Fix README typos, grammar by @hunghvu in #448

Thank you to these contributors!

Breaking

  • None

New Contributors

Full Changelog: v0.14.2...v0.14.3

v0.14.3-alpha.1

01 Apr 17:27
Compare
Choose a tag to compare
v0.14.3-alpha.1 Pre-release
Pre-release

What's Changed

  • Bug fix: Add useFirebaseAdminDefaultCredential type definition by @hunghvu in #451
  • Fix README typos, grammar by @hunghvu in #448

Thank you to these contributors!

Breaking

  • None

New Contributors

Full Changelog: v0.14.3-alpha.0...v0.14.3-alpha.1****

v1.0.0-canary.7

16 Feb 15:36
Compare
Choose a tag to compare
v1.0.0-canary.7 Pre-release
Pre-release

What's Changed

  • Bugfix: don't error on unset Firebase admin config values by @kmjennison in #437

Breaking

  • None

Full Changelog: v1.0.0-canary.6...v1.0.0-canary.7

v0.14.3-alpha.0

16 Feb 15:34
Compare
Choose a tag to compare
v0.14.3-alpha.0 Pre-release
Pre-release

What's Changed

  • Bugfix: don't error on unset Firebase admin config values by @kmjennison in #436

Breaking

  • None

Full Changelog: v0.14.2...v0.14.3-alpha.0

v1.0.0-canary.6

15 Feb 16:22
Compare
Choose a tag to compare
v1.0.0-canary.6 Pre-release
Pre-release

What's Changed

  • Fixed missing config types onLogoutRequestError and onLoginRequestError by @camilo-mujica in #427

Thank you to these contributors!

Breaking

  • None

New Contributors

Full Changelog: v1.0.0-canary.5...v1.0.0-canary.6

v0.14.2

15 Feb 16:21
Compare
Choose a tag to compare

What's Changed

  • Fixed missing config types onLogoutRequestError and onLoginRequestError by @camilo-mujica in #427

Thank you to these contributors!

Breaking

  • None

New Contributors

Full Changelog: v0.14.1...v0.14.2

v0.14.1

04 Feb 19:28
Compare
Choose a tag to compare

What's Changed

  • Add ability to redirect without base path by @offgriddev in #352
  • Added troubleshooting step to README for "Firebase ID token has invalid signature" by @vpaladino778 in #398

Thank you to these contributors!

Breaking

  • None

New Contributors

Full Changelog: v0.14.0...v0.14.1-alpha.0

v1.0.0-canary.5

29 Dec 16:46
Compare
Choose a tag to compare
v1.0.0-canary.5 Pre-release
Pre-release

What's Changed

  • Add ability to redirect without base path by @offgriddev in #352
  • Added troubleshooting step to README for "Firebase ID token has invalid signature" by @vpaladino778 in #398

Thank you to these contributors!

Breaking

  • None

New Contributors

Full Changelog: v1.0.0-canary.4...v1.0.0-canary.5

v0.14.1-alpha.0

29 Dec 16:33
Compare
Choose a tag to compare
v0.14.1-alpha.0 Pre-release
Pre-release

What's Changed

  • Add ability to redirect without base path by @offgriddev in #352
  • Added troubleshooting step to README for "Firebase ID token has invalid signature" by @vpaladino778 in #398

Thank you to these contributors!

Breaking

  • None

New Contributors

Full Changelog: v0.14.0...v0.14.1-alpha.0

v1.0.0-canary.4

21 Dec 20:47
Compare
Choose a tag to compare
v1.0.0-canary.4 Pre-release
Pre-release

Changes

  • Throw when using withAuthUserSSR without signed cookies by @kmjennison in #391
  • Throw if useAuthUser is used without withAuthUser by @kmjennison in #395

Breaking

  • Minor breaking change: it's no longer allowed to use withAuthUserSSR alongside unsigned cookies. This was already discouraged but now will throw an error. For more info, see: #195
  • Minor breaking change: it's no longer possible to use useAuthUser without withAuthUser above it in the component tree. For more info, see: #155

Full Changelog: v1.0.0-canary.3...v1.0.0-canary.4