After upgrading to 0.0.14 I'm now getting this error:
YieldStudio\LaravelExpoNotifier\Exceptions\ExpoNotificationsException: Expo service error: HTTP 400 response: {"errors":[{"code":"VALIDATION_ERROR","message":""useFcmV1" must be a boolean.","isTransient":false,"requestId":"6471d747-14dc-4caf-a9e1-0388
This is what my expo-notifications.php config looks like:
'use_fcm_legacy_api' => env('EXPO_USE_FCM_LEGACY_API', false),
and this is what I have in my .env
EXPO_USE_FCM_LEGACY_API=true
I also tested just putting true and just putting false in the expo-notification.php file. It works fine whenever I put false, but not whenever I put true.
After upgrading to 0.0.14 I'm now getting this error:
YieldStudio\LaravelExpoNotifier\Exceptions\ExpoNotificationsException: Expo service error: HTTP
400response: {"errors":[{"code":"VALIDATION_ERROR","message":""useFcmV1" must be a boolean.","isTransient":false,"requestId":"6471d747-14dc-4caf-a9e1-0388This is what my expo-notifications.php config looks like:
'use_fcm_legacy_api' => env('EXPO_USE_FCM_LEGACY_API', false),and this is what I have in my .env
EXPO_USE_FCM_LEGACY_API=trueI also tested just putting true and just putting false in the expo-notification.php file. It works fine whenever I put false, but not whenever I put true.