Tuesday, October 18, 2022
1 change
Code cleanup and technical improvements
Push notifications now rely on a simpler Google REST API integration instead of the specialized Firebase Admin library. This reduces dependency complexity while keeping the notification capability available through a more common library.
Original PR description
This commit removes the support of the firebase_admin python library. Indeed, it was not adding much value compared to the much simpler implementation using the REST API. The usage of this REST API still requires the "google_auth" python library to be installed, but this one is much more common and available in debian repositories by default. Task-3000338