-
-
For the new firebase API v1 we cannot send notifications in batches anymore so we need to remove the batch implementation
I'm afraid, this is not correct. The new API does no longer support sending to multiple endpoints with one API call, but we still want to support batching.
If we remove the batch support, the dispatcher will see that we don't support the
PushNotificationMultiDispatcherInterface
and send the endpoint one by one.But in order to make use of curl multi requests, we need to get endpoints in batches.
[Vortex] FCM: Remove batch implementation for fcm notifications
Review Request #1085 — Created Dec. 29, 2023 and submitted
Information | |
---|---|
b.stoop | |
Lunr.Vortex | |
fcm/removebatch | |
1088 | |
1c5959f... | |
Reviewers | |
lunr | |
Based on master
FCM: Remove batch implementation for fcm notifications
For the new firebase API v1 we cannot send notifications in batches anymore so we need to remove the batch implementation
Github actions run: https://github.com/brianstoop/lunr.vortex/actions/runs/7540408777
Change Summary:
Rebased on master
Description: |
|
||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Testing Done: |
|
||||||||||||||||||
Commit: |
|
||||||||||||||||||
Diff: |
Revision 2 (+481 -1265) |