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.
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
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.
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.
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
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.