glyphard / expo-server-sdk-dotnet

Server-side library for working with Expo using .Net
MIT License
38 stars 22 forks source link

Expo Notifications migrating to FCM HTTP v1 API: Can we specify this? #21

Open ws998116 opened 3 months ago

ws998116 commented 3 months ago

I would like to migrate to the new API for Android notifications. Could we add a way to specify this (https://exp.host/--/api/v2/push/send?useFcmV1=true)?

https://expo.dev/blog/expo-adds-support-for-fcm-http-v1-api?utm_source=FCM+Legacy+users&utm_campaign=d4935802e1-EMAIL_CAMPAIGN_FCM_V1_Migration&utm_medium=email&utm_term=0_-d4935802e1-%5BLIST_EMAIL_ID%5D

Qoen1 commented 1 month ago

hi @ws998116, did you find a solution for this?

ws998116 commented 1 month ago

No @Qoen1, but it should be a simple change in the code. I'm not sure if this package is maintained.

juansolanas commented 2 weeks ago

@ws998116 any update on this? Can we keep using the dotnet package with FCM v1?