pusher / push-notifications-flutter

Official Pusher Beams Flutter client plugin (iOS, Android and Web), receive notifications easily on your Flutter application with Pusher Beams.
https://pub.dev/packages/pusher_beams
MIT License
10 stars 27 forks source link

Android Beams FCM Token issue #43

Open scorpionate opened 1 year ago

scorpionate commented 1 year ago

I am trying to implement Beams (Android/Flutter).

  1. According to Docs: https://pusher.com/docs/beams/getting-started/android/configure-fcm/
[∞](https://pusher.com/docs/beams/getting-started/android/configure-fcm/#get-your-fcm-server-key) Get your FCM Server Key
Go to your Firebase project‘s settings page, and then go to the Cloud Messaging tab.

You will need to enable the Legacy Cloud Messaging API, not the Firebase Cloud Messaging API.
  1. According to Firebase Console:

    Cloud Messaging API (Legacy)Disabled
    If you are an existing user of the legacy HTTP or XMPP APIs (deprecated on 6/20/2023), you must migrate to the latest Firebase Cloud Messaging API (HTTP v1) by 6/20/2024. [Learn more](https://firebase.google.com/docs/cloud-messaging/migrate-v1?hl=en&authuser=0)
  2. I can't enable legacy API since Firebase console does not allow it. Beams requires FCM legacy token.

What now?


PS. I enabled from Google Cloud Project Console: https://console.cloud.google.com/apis/library/googlecloudmessaging.googleapis.com

But it's temporary and needs maintenance:

If you are an existing user of the legacy HTTP or XMPP APIs (deprecated on 6/20/2023), you must migrate to the latest Firebase Cloud Messaging API (HTTP v1) by 6/20/2024.

benw-pusher commented 1 year ago

Hi, we are looking into the requirements for migrating to the new api and will update here once we have completed this.

Arthurius commented 9 months ago

Hi, we are looking into the requirements for migrating to the new api and will update here once we have completed this.

Any news on this?

benw-pusher commented 9 months ago

Work is still ongoing at this stage

ayyoub-coder commented 4 months ago

Kindly, is there any update on this? It has taken a long time, and I'm eager to know if there has been any progress.