To review release notes for the Firebase console and for other Firebase platforms and related SDKs, refer to the Firebase Release Notes.
Version 3.6.0 - 8 July 2026
Cloud Messaging
- Deprecated the
Tokenproperty inMessageclass and theTokensproperty inMulticastMessageclass. Use the newFidandFidsproperties instead. - Added support for sending messages to Firebase installation IDs
(FIDs) using the new
Fidproperty inMessageclass andFidsproperty inMulticastMessageclass. - Updated the
SendEachForMulticastAsync()API to support bothTokensandFidstargets.
Version 3.5.0 - 19 March 2026
Cloud Messaging
- Added support for
BandwidthConstrainedOkandRestrictedSatelliteOkfields in FCMAndroidConfig.
Version 3.4.0 - 08 September, 2025
- Deprecated support for .NET 6.0 and 7.0. Use .NET 8.0 or higher when deploying the Admin SDK.
Authentication
Updated
ActionCodeSettingsto supportLinkDomain, allowing you to customize the Firebase Hosting domain used in email action flows. As part of this change,DynamicLinkDomainhas been deprecated.Fixed an issue where Auth error codes were not correctly mapped to their corresponding
FirebaseAuthException.
Version 3.3.0 - 09 July, 2025
Cloud Messaging
- Added support for
LiveActivityTokenfield in FCMApnsConfig. Thanks kanclalg for the contribution.
Version 3.2.0 - 24 April, 2025
Cloud Messaging
Added support for
proxyfield in FCMAndroidNotification.Fixed an issue that caused
AndroidConfig.Priorityto be mapped to the incorrect level when set tonormal. Thanks zSlicker for the contribution.
Version 3.1.0 - 07 November, 2024
Cloud Messaging
- Added the
DirectBootOkfield to theAndroidConfigtype. See Receive FCM messages in direct boot mode for more information.
Version 3.0.1 - 12 September, 2024
Cloud Messaging
- Fixed an issue that caused
EventTimestampin Android Notifications to generate an invalid value. Thanks martinwiboe for the contribution.
Version 3.0.0 - 08 May, 2024
- Dropped support for .NET Framework 4.6.1. You must now use .NET Framework 4.6.2+ or .NET 6.0+.
Version 2.4.1 - 04 April, 2024
Marked deprecated FCM batch send APIs with
Obsoletetags.Deprecated support for .NET Framework 4.6.1. The next major version of the Admin SDK will terminate support for this framework. You should upgrade your runtime frameworks accordingly.
Version 2.4.0 - 12 July, 2023
Cloud Messaging
- Added
SendEachAsync()andSendEachForMulticastAsync()APIs. -
SendAllAsync()andSendMulticastAsync()APIs are now deprecated. UseSendEachAsync()andSendEachForMulticastAsync()APIs instead.
Version 2.3.0 - 24 March, 2022
Cloud Messaging
- Added a series of new parameters to the
AndroidNotificationclass that allow further customization of notifications that target Android devices. Thanks levimatheri for the contribution.
Version 2.2.0 - 17 June, 2021
Authentication
- Added the missing
EMAIL_NOT_FOUNDerror code. - Added support for using the authorization code flow with OpenID Connect (OIDC) providers.
Version 2.1.0 - 14 April, 2021
Authentication
-
FirebaseAuthandTenantManagerAPIs now support running against Firebase emulator suite. Enable the emulator mode by setting theFIREBASE_AUTH_EMULATOR_HOSTenvironment variable to point to the emulator Auth endpoint. Thanks floppydisken for the contribution.