Skip to content

Latest commit

 

History

History
195 lines (100 loc) · 5.89 KB

File metadata and controls

195 lines (100 loc) · 5.89 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

2026-03-27

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


firebase_admin - v0.3.1+2

  • REFACTOR: upgrade jose dependency. (f43aa123)

0.3.1+2

  • REFACTOR: upgrade jose dependency. (f43aa123)

2026-02-03

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


firebase_admin - v0.3.1+1

  • FIX: handle more error codes from server. (5cc31df1)

0.3.1+1

  • FIX: handle more error codes from server. (5cc31df1)

2025-09-05

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


firebase_admin - v0.3.1

  • FIX: error on listlistUsers throws "Cannot be converted to a deep immutable object" #38. (fae33870)
  • FEAT: implement TenantAwareAuth. (2934bd8d)

0.3.1

  • FIX: error on listlistUsers throws "Cannot be converted to a deep immutable object" #38. (fae33870)
  • FEAT: implement TenantAwareAuth. (2934bd8d)

2025-03-26

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


firebase_admin - v0.3.0+2

  • FIX: Converting object to an encodable object failed: Instance of 'DetailedApiRequestError'. (bd2e8463)

0.3.0+2

  • FIX: Converting object to an encodable object failed: Instance of 'DetailedApiRequestError'. (bd2e8463)

2025-01-27

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


firebase_admin - v0.3.0+1

  • FIX: login showing error page, unregistered scope: profile. (b0c33c68)

0.3.0+1

  • FIX: login showing error page, unregistered scope: profile. (b0c33c68)

0.3.0

  • Graduate package to a stable release. See pre-releases prior to this version for changelog entries.

0.3.0-dev.5

  • FIX: deleting app no longer throws exception. (e72b03d0)

0.3.0-dev.4

  • FIX: date time conversion from epoch. (c98610b3)
  • FEAT: use iam to sign custom tokens when necessary. (bc201eea)

0.3.0-dev.3

  • FIX: throw FirebaseAuthError on error from identitytoolkit server. (f05c9893)

0.3.0-dev.2

  • FIX: getting and updating multi factor enrollments. (9a5d9627)

0.3.0-dev.1

  • FIX: nullability lastSignInTime. (84777a48)

0.3.0-dev.0

  • REFACTOR: use firebaseapis for identitytoolkit api calls. (9296f1de)
  • FIX: lastSignInTime returning null. (d5a5d653)
  • FEAT: support multi factor. (4449df83)
  • FEAT: mock auth requests when testing. (2273c1f9)

0.2.0

  • null safety

0.1.4

  • upgrade openid_client dependency to 0.3.1

0.1.3

  • fix certFromPath (see issue #3)
  • Credentials.applicationDefault now also looks for a service-account.json file in the package main directory

0.1.2+1

  • support latest dependencies

0.1.2

  • admin sdk for firebase storage

0.1.1

  • look for default credentials in Firebase CLI configurations
  • get credentials by openid login

0.1.0

  • admin sdk for firebase realtime database
  • admin sdk for firebase authentication