- Dropped support for Go 1.9 and 1.10. The Admin SDK for Go now requires Go 1.11 or higher. Thanks shogo82148 for the contribution.
Firebase Auth
- Added a new
IsInvalidEmail()
error checking function. Thanks shogo82148 for the contribution. - Added
auth.TenantManager
API for creating, updating, retrieving, and deleting authentication tenants. - Added
auth.TenantClient
API for managing users, configuring SAML/OIDC providers, and generating email action links for specific tenants.
Firebase Cloud Messaging
- Batch messaging APIs
SendAll()
andSendMulticast()
now support sending up to 500 messages in a single call.