Releases: gladly-team/next-firebase-auth
Releases · gladly-team/next-firebase-auth
v1.0.0-canary.1
v1.0.0-canary.0
First release.
v0.13.3
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
v0.13.3-alpha.0
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
v0.13.1
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
v0.13.1-alpha.2
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!