v1.0.0-canary.17
Pre-release
Pre-release
kmjennison
released this
26 Aug 17:18
·
76 commits
to main
since this release
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