Skip to content

@next-auth/firebase-adapter@2.0.0

Compare
Choose a tag to compare
@balazsorban44 balazsorban44 released this 05 Feb 13:52
· 1573 commits to main since this release

Features

  • adapters: move to firebase-admin in Firebase Adapter (#6225) (4258857)

Bugfixes

  • adapters: allow already initialized firebase app πŸ› (#6230) (a336ba7)

BREAKING CHANGES

  • This package now only ships ESM, as all maintained Node.js versions have native support
  • The adapter now expects firebase-admin instead of the firebase package and also supports either passing a config object or a firestore instance.