My app currently gets a list of the topics which the user has subscribed to using the code below:
Unfortunately, this is using the legacy key which will expire in June 2024.
Does any one know how to get the list of subscribed topics using the new service account method?
Thanks
[B4X] - Get subscribed Firebase Topics From Firebase
The following code will help get the topics a firebase token is subscribed to. It will send a request to Firebase and ask for the reply. The reply is in a JSON file. Add the following code to your project, Add your Firebase project Key and Add the token, then call RequestTopics. Key Key can...
www.b4x.com
Unfortunately, this is using the legacy key which will expire in June 2024.
Does any one know how to get the list of subscribed topics using the new service account method?
Thanks