svthalia / concrexit

Thalia Website built on Django.
https://thalia.nu
Other
23 stars 11 forks source link

Use Firebase SDK batch sending #874

Closed thaliawww-service closed 4 years ago

thaliawww-service commented 4 years ago

In GitLab by @se-bastiaan on May 27, 2019, 19:24

One-sentence description

Why?

Because it wasn't possible before: https://firebase.google.com/support/release-notes/admin/python#version_2170_-_may_23_2019

Current implementation

No batch sending: https://gitlab.science.ru.nl/thalia/concrexit/blob/master/website/pushnotifications/models.py#L172

Suggested implementation

Batch sending using the new API.

thaliawww-service commented 4 years ago

In GitLab by @se-bastiaan on Aug 4, 2019, 18:46

We cannot use this, it will remove the ability to delete of deactivate specific devices from our database.

thaliawww-service commented 4 years ago

In GitLab by @se-bastiaan on Aug 4, 2019, 18:46

closed