Closed ghost closed 7 years ago
Example from the documentation: https://firebase.google.com/docs/cloud-messaging/ios/topic-messaging#http_post_request
This payload should be accepted by the library, but it is not:
{ "condition": "'dogs' in topics || 'cats' in topics", "data": { "message": "This is a Firebase Cloud Messaging Topic Message!", } }
Thanks for the issue. This PR #6 should fix it.
Is error still occurs? If not, I am gonna close this issue
Example from the documentation: https://firebase.google.com/docs/cloud-messaging/ios/topic-messaging#http_post_request
This payload should be accepted by the library, but it is not: