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

Will PyFCM be affected by API discontinuance #313

Closed
dwaynez opened this issue Jun 20, 2023 · 10 comments
Closed

Will PyFCM be affected by API discontinuance #313

dwaynez opened this issue Jun 20, 2023 · 10 comments

Comments

@dwaynez
Copy link

dwaynez commented Jun 20, 2023

I received the note below from Google. Does anybody know if PyFCM will be affected, and if so are there plans to address it?

Firebase APIs 2.pdf

@stabacco
Copy link

Yes, i believe they are affected:
These are the warning i'm seeing in my project:

    Your recent usage of impacted APIs/features: Server Keys
    Your recent usage of impacted APIs/features: Legacy HTTP protocol

@mleech
Copy link

mleech commented Aug 2, 2023

If PyFcm does not get updated to handle this then it looks like the best approach may be to move to firebase-admin (https://github.com/firebase/firebase-admin-python) as fcm-django has done (https://github.com/xtrinch/fcm-django).

@senenpalanca97
Copy link

senenpalanca97 commented Oct 9, 2023

Any news on this?

@davidemerritt
Copy link

davidemerritt commented Dec 11, 2023

I'd also like to know ahead of time if there is any plan to address this or if it will require using fcm-django or a different implementation entirely? @olucurious ?

@davidemerritt
Copy link

Asking again - is there any best practice here? Or will we have to move libraries with the upgrade deadline coming?

@olucurious
Copy link
Owner

@senenpalanca97 @davidemerritt does anyone want to offer help by sending a draft PR?

@yossivainshtein
Copy link

any news on this?
firebase will soon deprecate the old API if i understand correctly

@davidemerritt
Copy link

I ended up migrating to the firebase_admin SDK library to support FCM sending for the migration.

I have seen a slight drop-off in delivery rate and users reporting more dropped messages. Has anyone else seen this as part of the migration off of the legacy FCM endpoints? May be unrelated but the timing is suspicious.

@Subhrans
Copy link

Subhrans commented Jun 1, 2024

Hi All,
I have updated this pyfcm package with v1 endpoints thats google mentioned. You guys can check below pull request and let me know if anything changes required.
#319

I hope we will release this before google remove legacy dependencies.
Thanks

FYI @olucurious

@olucurious
Copy link
Owner

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

8 participants