CottonWhiteSheep / flutter_fcm_wrapper

A Flutter wrapper package for FCM REST API to make it easier to send FCM from Flutter.
MIT License
5 stars 2 forks source link

This repository is very good, do you consider supporting the new v1 version? (Firebase Cloud Messaging API HTTP v1) #1

Open Meterwhite opened 1 year ago

Meterwhite commented 1 year ago

This repository is very good, do you consider supporting the new v1 version? (Firebase Cloud Messaging API HTTP v1).

Google announced the deadline for the legacy API: If you are currently using the legacy HTTP or XMPP API (deprecated on June 20, 2023), you have until June 20, 2024 to migrate to the latest Firebase Cloud Messaging API (HTTP v1).

Zia-Ch commented 1 year ago

Meterwhite I just have placed a pull request that has been migrated to the latest dart/flutter packages. Hope @CottonWhiteSheep soon will merge it with the main whenever he will find some time. So wait. Happy coding.

CottonWhiteSheep commented 1 year ago

@Meterwhite I would love to migrate it to the FCM API HTTP v1, but after some research and reading i couldn't wrap my head around on obtaining the OAuth 2.0 access token through the client side. Any suggestion or help will be much appreciated.

@Zia-Ch I have also mergred your pull request thank you so much for the help 👍

Zia-Ch commented 1 year ago

@CottonWhiteSheep but still it's not updated on pub.dev