Android Question FireBase Messaging Managing subscriptions

walterf25

Expert
Licensed User
Longtime User
Hello All, i was wondering if anyone has dealt with managing subscriptions of devices from a single device, I have the need to be able to manage or subscribe a list of members to various different topics, i found this link on the subject https://firebase.google.com/docs/cloud- /admin/manage-topic-subscriptions I was wondering if @Erel 's current library supports this feature.

From what i understand one would need to get a list of TokenIDs from the devices we want to subscribe to certain topics and pass the list of TokenIDs to the desired topic.

I checked the FCM library but it does not have this feature, does anyone know of any other way to accomplish this?

Regards,
Walter
 

DonManfred

Expert
Licensed User
Longtime User
I can send you a beta of my wrapper for FirebaseAdmin (for B4J) if you want....
Though i need to extend it with the Messaging methods first as is was not included in the Admin jar when i did the wrap a few months ago....
Hopefully i´ll do it this evening...
 
Upvote 0

walterf25

Expert
Licensed User
Longtime User
I can send you a beta of my wrapper for FirebaseAdmin (for B4J) if you want....
Though i need to extend it with the Messaging methods first as is was not included in the Admin jar when i did the wrap a few months ago....
Hopefully i´ll do it this evening...
Hi @DonManfred that would be awesome, inbox me if you want, i can try it out.

Regards,
Walter
 
Upvote 0

walterf25

Expert
Licensed User
Longtime User
Upvote 0
Top