Skip to content
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

Closed
eightyfive opened this issue Mar 19, 2024 · 2 comments · Fixed by #31
Closed

Deprecation of FCM legacy API #28

eightyfive opened this issue Mar 19, 2024 · 2 comments · Fixed by #31

Comments

@eightyfive
Copy link

Context:
https://expo.dev/blog/expo-adds-support-for-fcm-http-v1-api

Is there a plan to support the ?useFcmV1=true URL param?

@Brune04
Copy link

Brune04 commented Mar 20, 2024

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

@JamesHemery
Copy link
Member

@joemugen @dtangdev

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants