Skip to content
New issue

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? #175

Closed
camry opened this issue Sep 18, 2018 · 1 comment
Closed

When is the FCM HTTP v1 API supported? #175

camry opened this issue Sep 18, 2018 · 1 comment

Comments

@camry
Copy link

camry commented Sep 18, 2018

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"
@seyfer seyfer added this to the 3.0 milestone Sep 18, 2018
@seyfer
Copy link
Collaborator

seyfer commented Sep 18, 2018

@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

@camry camry closed this as completed Aug 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants