Skip to content

Releases: firebase/firebase-admin-go

Firebase Admin Go SDK v4.11.0

06 Apr 18:31
61c6c04
Compare
Choose a tag to compare

New Features

  • feat(auth): Add TOTP support in Project and Tenant config (#548)

Bug Fixes

  • fix: Temporary remove gopath builds from CI (#546)

Miscellaneous

  • [chore] Release 4.11.0 (#553)
  • mark deprecated on pkg.go.dev (#531)
  • chore(deps): Upgrade dependencies (#545)

Firebase Admin Go SDK v4.10.0

10 Nov 22:24
1d24577
Compare
Choose a tag to compare

New Features

  • feat(auth): MFA Support for GoLang createUser, updateUser (#511)
  • feat: add go rtdb emulator support (#517)
  • feat: Add App Check token verification (#484)

Miscellaneous

  • [chore] Release 4.10.0 Take 2 (#526)
  • Revert "[chore] Release 4.10.0 (#522)" (#525)
  • Fixing integration tests : TestCreateUserMFA() (#524)
  • [chore] Release 4.10.0 (#522)

Firebase Admin Go SDK v4.9.0

06 Oct 18:17
23a1f17
Compare
Choose a tag to compare

Miscellaneous

  • [chore] Release 4.9.0 (#512)
  • chore: Bumped minimum go version to 1.17 (#505)
  • Bug fix #489 (#508)

Firebase Admin Go SDK v4.8.0

06 Apr 18:08
bb055ed
Compare
Choose a tag to compare

Miscellaneous

  • [chore] Release 4.8.0 (#493)
  • Add enableAnonymousUser param to CreateTenant and UpdateTenant (#412)
  • chore: Update dependencies (#492)
  • chore: Bumped minimum go version to 1.15 (#485)
  • PasswordHash obtained from Firebase Auth backend needs to be base64URL decode before import (#480)

Firebase Admin Go SDK v4.7.1

20 Jan 21:21
e60757f
Compare
Choose a tag to compare

Bug Fixes

  • fix: Removing empty/unspecified fields from UserProvider (#477)

Miscellaneous

  • [chore] Release 4.7.1 (#481)

Firebase Admin Go SDK v4.7.0

15 Dec 21:56
6b40682
Compare
Choose a tag to compare

New Features

  • feat(auth): enables OIDC Auth code flow (#468)

Bug Fixes

  • fix(fcm): Fix typo in max number of tokens (#467)

Miscellaneous

  • [chore] Release 4.7.0 (#473)
  • Fix integration tests for OIDC code flow (#472)

Firebase Admin Go SDK v4.6.1

04 Nov 21:37
02cde4f
Compare
Choose a tag to compare

Bug Fixes

  • fix: Skipping credential lookup in emulator mode (#459)
  • fix(auth): check disabled status on verifyIDToken (#455)
  • fix(fcm): Remove retry on 500 errors in the default config (#453)

Miscellaneous

  • [chore] Release 4.6.1 (#466)
  • Update comment align with code (#461)
  • Add nightly build workflow (#456)

Firebase Admin Go SDK v4.6.0

02 Jun 19:01
928b104
Compare
Choose a tag to compare

New Features

  • feat(auth): Add token verification logic for emulator mode (#419)

Bug Fixes

  • fix(auth): Fix incorrect import of partial user metadata. (#445)
  • fix(rtdb): enable support for firebasedatabase.app (#423)
  • fix(auth): adds missing EMAIL_NOT_FOUND error code (#436)

Miscellaneous

  • [chore] Release 4.6.0 (#449)
  • chore: Installing golint before checkout (#439)
  • Fix Unmarshal typo, add tests to verify (#435)

Firebase Admin Go SDK v4.5.0

14 Apr 20:28
4121c50
Compare
Choose a tag to compare

New Features

  • feat(auth): Add MFA info to UserRecord (#422)

Bug Fixes

  • fix(auth): Removed MultiFactoryID public type (#431)
  • fix: Upgraded Firestore and Storage dependencies (#428)

Miscellaneous

  • Fix integration test for MFA in UserRecord (#433)
  • [chore] Release 4.5.0 (#432)

Firebase Admin Go SDK v4.4.0

29 Mar 17:23
05378ef
Compare
Choose a tag to compare

Miscellaneous

  • [chore] Release 4.4.0 (#430)
  • GetUserByProviderID -> GetUserByProviderUID (#425)