Skip to content

Releases: nearform/simple-firebase-auth

@nearform/simple-firebase-auth-backend@0.1.2

Choose a tag to compare

@github-actions github-actions released this 04 Aug 03:52
e06a1f2

Patch Changes

  • Use the modular firebase-admin/auth API (getAuth().verifyIdToken()) instead of the (#22)
    legacy namespaced admin.auth(). firebase-admin v14 removed the service accessors from the
    default export, which broke token verification (admin.auth is not a function). This restores
    compatibility with firebase-admin v14+ while remaining compatible with v13; the peer-dependency
    range is unchanged. Docs updated to the modular initializeApp from firebase-admin/app.

@nearform/simple-firebase-auth-frontend@0.1.1

Choose a tag to compare

Patch Changes

  • Release with provenance. (#1)

@nearform/simple-firebase-auth-backend@0.1.1

Choose a tag to compare

Patch Changes

  • Release with provenance. (#1)