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.