Antwort

1

Sie haben sofort Ihre Benachrichtigungen an mehrere Themen zu senden, wie in Feuerbasis Dokumentation gezeigt:

https://fcm.googleapis.com/fcm/send 
Content-Type:application/json 
Authorization:key=AIzaSyZ-1u...0GBYzPu7Udno5aA 
{ 
    "condition": "'dogs' in topics || 'cats' in topics", 
    "data": { 
    "message": "This is a Firebase Cloud Messaging Topic Message!", 
    } 
} 

Weitere Details hier: https://firebase.google.com/docs/cloud-messaging/android/topic-messaging

Verwandte Themen