-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deprecation of FCM legacy API #28
Comments
I've just manually adjusted vendor/yieldstudio/laravel-expo-notifier/src/ExpoNotificationsService.php to add ?useFcmV1=true to the SEND_NOTIFICATION_ENDPOINT variable to cover this right now. After doing this, it appears that everything works properly. The only issue is when you use shouldBatch your notification icon does not show up on Android. It just shows a blank circle |
joemugen
added a commit
that referenced
this issue
Mar 26, 2024
JamesHemery
pushed a commit
that referenced
this issue
Mar 28, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Context:
https://expo.dev/blog/expo-adds-support-for-fcm-http-v1-api
Is there a plan to support the
?useFcmV1=true
URL param?The text was updated successfully, but these errors were encountered: