Closed jaimincygnet closed 8 months ago
Have you set the FIREBASE_CREDENTIALS environment variable that includes project_id
?
I got the same error. Can you please help me out @dwightwatson.
I've try with 2 different key set in .env like
FCM_SERVER_KEY="my server key"
and
FCM_CREDENTIALS=file://storage/app/firebase/service-account.json
Now we are upgrading version
"laravel-notification-channels/fcm": "4.1.0", "laravel/framework": "^10.10",
Still facing same error.
Unable to determine the Firebase Project ID
`$fcmNotification = FcmNotification::create() ->setTitle($this->notification->title) ->setBody($this->notification->message);