Notifications
Clear all
BugOverflow
1
Posty
1
Users
0
Reactions
966
Widok
0
24/09/2020 10:10 am
Topic starter
error
1 Answer
0
24/09/2020 10:25 am
Topic starter
— JSON: —
”to”: ”/myalerts/blabla” – wrong
”to”: ”/articles/articles” – wrong
”to”: ”/topics/article” – good
— FIREBASE console, www: —
topic: article – good
topic: /topics/article – wrong
— ANDROID —
FirebaseMessaging.getInstance().subscribeToTopic(”/topics/article”)