Releases: gladly-team/next-firebase-auth
Releases · gladly-team/next-firebase-auth
v1.0.0-canary.24
What's Changed
- fix: Fix Typescript declaration file by @kmjennison in #658
Breaking
- None
Full Changelog: v1.0.0-canary.23...v1.0.0-canary.24
v1.0.0-canary.23
What's Changed
- Upgrade NFA in example app by @kmjennison in #651
- Add support for Typescript development by @kmjennison in #652
- Convert to TypeScript by @kmjennison in #655
- Generate TypeScript types declaration by @kmjennison in #656
Breaking
- None
Full Changelog: v1.0.0-canary.22...v1.0.0-canary.23
v1.0.0-canary.22
What's Changed
- fix: Use built codemod script by @kmjennison in #650
Breaking
- None
Full Changelog: v1.0.0-canary.21...v1.0.0-canary.22
v1.0.0-canary.21
What's Changed
- Update example app by @kmjennison in #648
- Fix bundling of codemods by @kmjennison in #649
Breaking
- None
Full Changelog: v1.0.0-canary.20...v1.0.0-canary.21
v1.0.0-canary.20
What's Changed
- Modify description of withAuthUserTokenSSR by @kmjennison in #617
- Handle fetch top-level errors by @valeriangalliat in #618
- Update README.md by @kmjennison in #631
- Made databaseURL optional in admin init config by @jagritvats in #635
- Add codemods for migration to v1.x by @kmjennison in #564
Thank you to these contributors!
Breaking
- None
New Contributors
- @valeriangalliat made their first contribution in #618
- @jagritvats made their first contribution in #635
Full Changelog: v1.0.0-canary.19...v1.0.0-canary.20
v1.0.0-canary.19
What's Changed
- docs: adds missing import to withAuthUserTokenSSR example by @juhanakristian in #609
- Make sure Firebase admin is initialized in getUserFromCookies by @juhanakristian in #610
Thank you to these contributors!
Breaking
- None
New Contributors
- @juhanakristian made their first contribution in #609
What's Changed
Full Changelog: v1.0.0-canary.18...v1.0.0-canary.19
v1.0.0-canary.18
What's Changed
- v1.x: Allow Next v13 peer dependency by @kmjennison in #587
Thank you to these contributors!
Breaking
- None
Full Changelog: v1.0.0-canary.17...v1.0.0-canary.18
v0.15.0
What's Changed
- v0.x: Allow Next v13 peer dependency by @kmjennison in #588
Thank you to these contributors!
Breaking
- None
Full Changelog: v0.14.4...v0.15.0
v1.0.0-canary.17
What's Changed
- Throw if the fetch global is not defined by @kmjennison in #544
- Add documentation for using NFA in a separate backend environment by @kmjennison in #545
- Only require signed cookies' keys during runtime by @kmjennison in #546
- Improve documentation for getting the user from an API route by @kmjennison in #547
- Use modular
firebase-admin
by @kmjennison in #548
Thank you to these contributors!
Breaking
- Removed
getFirebaseAdmin
method. Instead, import directly fromfirebase-admin
. - Dropped support for
firebase-admin
v9 - Minor: We no longer do build-time validation to ensure the existence of secret keys when using signed cookies (in the
cookies.keys
config property). The validation and any associated errors will occur during runtime.
Full Changelog: v1.0.0-canary.16...v1.0.0-canary.17
v1.0.0-canary.16
What's Changed
- Add more debug logging by @kmjennison in #534
- Handle a
cookies
package error when getting a cookie without providing a response object by @kmjennison in #539 - Ensure an ID token is valid before attempting to get a refresh token by @kmjennison in #540
Thank you to these contributors!
Breaking
- None
Full Changelog: v1.0.0-canary.15...v1.0.0-canary.16