subscribeToTopic not working
See original GitHub issueThe code below isn’t working.
firebase.subscribeToTopic('news').then((res) => { console.dir(res); });
Issue Analytics
- State:
- Created 6 years ago
- Comments:11
Top Results From Across the Web
Trying to subscribe to topic on Firebase Cloud Messaging ...
When i try to subscribe to a topic i get the following error: .subscribeToTopic is not a function.
Read more >iOS: subscribeToTopic(topic) not work · Issue #65 - GitHub
I can give fcm.fcmToken but fcm.subscribeToTopic('testTopic') not work with me, the device not subscribe in topic, i check with this :
Read more >Send messages to topics on Apple platforms | Firebase Cloud ...
When a client app subscribes to a new topic name (one that does not already exist ... Before calling subscribeToTopic:topic , make sure...
Read more >Cloud Messaging | FlutterFire
FCM via APNs does not work on iOS Simulators. ... To subscribe a device, call the subscribeToTopic method with the topic name: //...
Read more >Cloud Messaging | React Native Firebase
Quit, When the device is locked or application is not active or running. ... call the subscribeToTopic method with the topic name (must...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@ZionInc I could have it working, but I had (believe or not) to add a setTimeout before initializing firebase…
@rafaelcmrj Me too…