We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When is the FCM HTTP v1 API supported?
url: https://firebase.google.com/docs/cloud-messaging/server?authuser=0#choose
Example:
curl -X POST -H "Authorization: Bearer ya29.ElqKBGN2Ri_Uz...HnS_uNreA" -H "Content-Type: application/json" -d '{ "notification": { "title": "FCM Message", "body": "This is a Firebase Cloud Messaging Topic Message!", }, "topic" : "foo-bar" }' "https://fcm.googleapis.com/v1/projects/myproject-b5ae1/messages:send HTTP/1.1"
The text was updated successfully, but these errors were encountered:
@camry seems like me and the creator of the library - both do not have time right now. Any PR are welcome. Connected issues - #166 , #146
Sorry, something went wrong.
No branches or pull requests
When is the FCM HTTP v1 API supported?
url: https://firebase.google.com/docs/cloud-messaging/server?authuser=0#choose
Example:
The text was updated successfully, but these errors were encountered: