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

Migrate to new HTTP v1 structure #63

Open
joaofpfernandes opened this issue Jun 4, 2024 · 2 comments
Open

Migrate to new HTTP v1 structure #63

joaofpfernandes opened this issue Jun 4, 2024 · 2 comments

Comments

@joaofpfernandes
Copy link

joaofpfernandes commented Jun 4, 2024

Hi @ben-xD

Are you planning to do an update to migrate your library to use the HTTP v1 structure?

{
  "message": {
    "topic": "news",
    "notification": {
      "title": "Breaking News",
      "body": "New news story available."
    },
    "data": {
      "story_id": "story_12345"
    }
  }
} 

https://firebase.google.com/docs/cloud-messaging/migrate-v1

@wahyu-handayani
Copy link

Hi @ben-xD

Are you planning to do an update to migrate your library to use the HTTP v1 structure?

{
  "message": {
    "topic": "news",
    "notification": {
      "title": "Breaking News",
      "body": "New news story available."
    },
    "data": {
      "story_id": "story_12345"
    }
  }
} 

https://firebase.google.com/docs/cloud-messaging/migrate-v1

@joaofpfernandes Hi, I think I have the same case like your, I need server key to do testing push notification but Cloud Messaging API (Legacy) is disable, have you found any alternative ?

@jasmin713
Copy link

jasmin713 commented Jul 26, 2024

Hello,
I got an email from google "Update your apps to the latest Firebase Cloud Messaging APIs and SDKs". Google will remove older Firebase sdks,
https://firebase.google.com/docs/cloud-messaging/migrate-v1?hl=en
https://firebase.google.com/support/faq?hl=en#fcm-23-deprecation
Google said that developer have to migrate from legacy FCM APIs to HTTP v1. I think in some days, weeks this plugin doesn't work anymore. Do you have a plan to migrate to HTTP v1?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants