[Vortex] FCM: Update to new firebase API v1

Review Request #1088 — Created Jan. 11, 2024 and submitted — Latest diff uploaded

b.stoop
Lunr.Vortex
fcm/updateapi
1085
1089
7ab046e...
lunr

Based on master

FCM: Update to new firebase API v1

https://firebase.google.com/docs/cloud-messaging/migrate-v1?hl=en&authuser=0#update-authorization-of-send-requests, We now need a OAuth token to send notifications to firebase.

composer.json
decomposer.json
src/Lunr/Vortex/FCM/FCMDispatcher.php
src/Lunr/Vortex/FCM/Tests/FCMDispatcherBaseTest.php
src/Lunr/Vortex/FCM/Tests/FCMDispatcherConfigureOAuthTokenTest.php
src/Lunr/Vortex/FCM/Tests/FCMDispatcherGetOAuthTokenTest.php
src/Lunr/Vortex/FCM/Tests/FCMDispatcherPushTest.php
src/Lunr/Vortex/FCM/Tests/FCMDispatcherSetTest.php
src/Lunr/Vortex/FCM/Tests/FCMDispatcherTest.php
tests/phpunit.xml
tests/statics/Vortex/fcm/oauth_error.json
Loading...