expo-community / expo-server-sdk-python

Exponent Server SDK
MIT License
143 stars 42 forks source link

Support new useFcmV1 query param #62

Open carl0shd opened 5 months ago

carl0shd commented 5 months ago

Hi Guys, FCM legacy is deprecated and will be unusable after June 20, 2024. The idea is to support the new query param called useFcmV1

Screenshot 2024-03-11 at 4 41 47 PM
RRaideRR commented 5 months ago

@carl0shd Done and merged into master :)

  • Added optional parameter force_fcm_v1 for PushClient initialization. If True, it will send Android notifications via FCM V1.