Skip to content

Firebase Admin Go SDK v3.10.0

Compare
Choose a tag to compare
@lahirumaramba lahirumaramba released this 30 Oct 21:59
· 135 commits to master since this release
25e7c82

Firebase Auth

  • Fixed auth.ExportedUserRecord no longer exposes password hashes that are redacted due to lack of permissions in the service account credentials.
  • Added auth.OIDCProviderConfig type and the related functions to create, retrieve, update and delete OIDC auth provider configurations.
  • Added auth.SAMLProviderConfig type and the related functions to create, retrieve, update and delete SAML auth provider configurations.

Firebase Cloud Messaging

  • Added support for sending an image URL with notifications. Thanks chemidy for the contribution.