fcm_subscribed_topics 0.0.2 copy "fcm_subscribed_topics: ^0.0.2" to clipboard
fcm_subscribed_topics: ^0.0.2 copied to clipboard

A Flutter package that retrieves the list of Firebase Cloud Messaging (FCM) topics a device is subscribed to. This package supports both Android and iOS, providing a seamless way to manage and track t [...]

Features #

Flutter package for getting subscribed topics in Firebase Cloud Messaging.

Getting started #

FcmSubscribedTopcisServices subscribedTopcisServices =FcmSubscribedTopcisServices(jsonFile: );

Usage #

Passing the json file to the FcmSubscribedTopcisServices class.


FcmSubscribedTopcisServices subscribedTopcisServices =FcmSubscribedTopcisServices(jsonFile:<Services Account Json> );


final topcies = await subscribedTopcisServices.getSubscribeTopcis(<FCM_TOKEN>);

0
likes
140
points
28
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package that retrieves the list of Firebase Cloud Messaging (FCM) topics a device is subscribed to. This package supports both Android and iOS, providing a seamless way to manage and track topic subscriptions across platforms.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter, googleapis_auth, http

More

Packages that depend on fcm_subscribed_topics