firebase topic

  1. lussaz91

    Android Question How to unsubscribe from all topics in Android usign firebase?

    I saw this useful thread about how to implement push notifications by Erel: https://www.b4x.com/android/forum/threads/b4x-firebase-push-notifications-2023.148715/ Now I'd just like to know how if there's a method to unsubscribe from all topics or at least one topic in an android App. And maybe...
  2. aaronk

    B4J Code Snippet [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...
Top