Releases: nearform/simple-firebase-auth
Releases · nearform/simple-firebase-auth
Release list
@nearform/simple-firebase-auth-backend@0.1.2
Patch Changes
- Use the modular
firebase-admin/authAPI (getAuth().verifyIdToken()) instead of the (#22)
legacy namespacedadmin.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 modularinitializeAppfromfirebase-admin/app.
@nearform/simple-firebase-auth-frontend@0.1.1
Patch Changes
- Release with provenance. (#1)
@nearform/simple-firebase-auth-backend@0.1.1
Patch Changes
- Release with provenance. (#1)