Firebase Admin .NET SDK v1.8.0
Cloud Messaging
- Added
SubscribeToTopicAsync()
andUnsubscribeFromTopicAsync()
methods to theFirebaseMessaging
class for managing topic subscriptions. Thanks Leo-Mepham for the contribution. - Added support for specifying the analytics label for notifications via
AndroidFcmOptions
,ApnsFcmOptions
andFcmOptions
classes. Thanks RannyRanny for the contribution. - Introduced a new
FirebaseMessagingException
class and aMessagingErrorCode
enum type for improved error handling support. All FCM APIs now throw instances of theFirebaseMessagingException
class. This is a subclass of the existingFirebaseException
type.