- [added] Implemented the
SendAllAsync()
andSendMulticastAsync()
APIs in theFirebaseMessaging
class.
- [fixed] The
VerifyIdTokenAsync()
function now tolerates a clock skew of up to 5 minutes when comparing JWT timestamps.
- [added] Implemented the
FirebaseMessaging
API for sending notifications with FCM.
- [added] Implemented the
SetCustomUserClaimsAsync()
API in theFirebaseAuth
class.
- [added] Initial release of the Admin .NET SDK. See Add the Firebase Admin SDK to your Server to get started.
- [added] You can configure the SDK to use service account credentials, user credentials (refresh tokens), or Google Cloud application default credentials to access your Firebase project.
- [added] The initial release includes the
CreateCustomTokenAsync()
, andVerifyIdTokenAsync()
methods for minting custom authentication tokens and verifying Firebase ID tokens.