Skip to content

Releases: firebase/firebase-admin-go

Firebase Admin Go SDK v4.14.0

10 Apr 21:41
87b867c
Compare
Choose a tag to compare

New Features

  • feat(fcm): Set FCMOptions for MulticastMessage

Bug Fixes

  • fix: github-script (#613)

Miscellaneous

  • [chore] Release 4.14.0 (#612)
  • chore: Upgrade dependencies (#609)
  • chore: Bump Supported Go versions to 1.20, 1.21, 1.22 (#607)
  • Update README.md (#606)
  • [chore] Update Github action workflows to fix node version and set-output deprecation warnings (#601)
  • chore: Update integration test project setup instructions. (#592)

Firebase Admin Go SDK v4.13.0

23 Nov 16:34
b04387e
Compare
Choose a tag to compare

New Features

  • feat(auth): Add TotpInfo field to UserRecord (#573)

Bug Fixes

  • fix: Map Firebase FIREBASE_STORAGE_EMULATOR_HOST to the Cloud API STORAGE_EMULATOR_HOST (#588)

Miscellaneous

  • [chore] Release 4.13.0 (#597)
  • Bump grpc and x/net dependencies (#596)

Firebase Admin Go SDK v4.12.1

25 Sep 20:45
37c7936
Compare
Choose a tag to compare

Bug Fixes

  • fix(auth): Allow to update MFA (#530)
  • fix(messaging): correct comment (#571)

Miscellaneous

  • [chore] Release 4.12.1 take 3 (#585)
  • [chore] Release Debugging release.yml (#584)
  • [chore] Release 4.12.1 (#583)
  • Revert "[chore] Release 4.12.1 (#581)" (#582)
  • [chore] Release 4.12.1 (#581)

Firebase Admin Go SDK v4.12.0

12 Jul 19:53
74c9bd5
Compare
Choose a tag to compare

New Features

  • feat(fcm): SendEach and SendEachForMulticast for FCM batch send (#552)

Bug Fixes

Miscellaneous

  • [chore] Release 4.12.0 (#567)
  • docs: update README.md for Go v1.17 (#564)

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)