e-mission / e-mission-docs

Repository for docs and issues. If you need help, please file an issue here. Public conversations are better for open source projects than private email.
https://e-mission.readthedocs.io/en/latest
BSD 3-Clause "New" or "Revised" License
15 stars 34 forks source link

Switch to new version of the firebase SDK since the old one is deprecated #734

Open shankari opened 2 years ago

shankari commented 2 years ago

The new one is called the firebase admin SDK and has python libraries of its own. It is not clear that it is supported by pyfcm: https://firebase.google.com/docs/reference/admin/python It also appears to support authentication using keypair

Screen Shot 2022-06-09 at 6 01 53 PM

We would have to completely rewrite our code to work with this unless pyfcm already supports it so filing an issue to tackle it later.

shankari commented 2 years ago

I have enabled the "old version" of the SDK temporarily. I wonder if this is also the reason for the SENDER_ID error that I was getting on the debug build earlier.