[Vortex] FCM: Remove batch implementation for fcm notifications
Review Request #1085 — Created Dec. 29, 2023 and submitted — Latest diff uploaded
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
Diff Revision 2 (Latest)
orig
1
2
src/Lunr/Vortex/FCM/FCMBatchResponse.php |
---|
src/Lunr/Vortex/FCM/FCMDispatcher.php |
---|
src/Lunr/Vortex/FCM/FCMResponse.php |
---|
src/Lunr/Vortex/FCM/Tests/FCMBatchResponseBasePushSuccessTest.php |
---|
src/Lunr/Vortex/FCM/Tests/FCMBatchResponseGetStatusTest.php |
---|
src/Lunr/Vortex/FCM/Tests/FCMBatchResponseTest.php |
---|
src/Lunr/Vortex/FCM/Tests/FCMDispatcherBaseTest.php |
---|
src/Lunr/Vortex/FCM/Tests/FCMDispatcherPushTest.php |
---|
src/Lunr/Vortex/FCM/Tests/FCMResponseAddBatchResponseTest.php |
---|
src/Lunr/Vortex/FCM/Tests/FCMBatchResponseBasePushErrorTest.php |
---|
src/Lunr/Vortex/FCM/Tests/FCMResponseBasePushSuccessTest.php |
---|
src/Lunr/Vortex/FCM/Tests/FCMResponseBaseTest.php |
---|
src/Lunr/Vortex/FCM/Tests/FCMResponseGetStatusTest.php |
---|
src/Lunr/Vortex/FCM/Tests/FCMResponseTest.php |
---|
tests/phpunit.xml |
---|
tests/statics/Vortex/fcm/response_multiple_error.json |
---|
tests/statics/Vortex/fcm/response_multiple_mixed.json |
---|
tests/statics/Vortex/fcm/response_multiple_success.json |
---|