expo-community / expo-server-sdk-python

Exponent Server SDK
MIT License
146 stars 42 forks source link

Add use fcm v1 parameter #63

Closed RRaideRR closed 7 months ago

RRaideRR commented 7 months ago

Why? Expo added support for FCM HTTP v1 API

How? I added an optional parameter force_fcm_v1 to the PublishClient initialization.

Test? I tested it locally with and without the above parameter.

Will close issue #62