When I run the command:
expo push: android: show
I get this answer:
Server returned an invalid result!
Set EXPO_DEBUG = true in your env to view the stack trace.
And I do not get any notifications, the following error is displayed:
{
"date": [
{
"id": "5268def9-fb43-4929-beb8-73afc08ee0af",
"status": "error",
"message": "Unable to retrieve the FCM server key for the recipient's app. Make sure you have a server key as directed by the FCM expo documentation.",
"details": {
"error": "InvalidCredentials",
"fault": "developer"
}
}
]
}
I’m sure I’ve set everything up correctly according to this documentation:
https://docs.expo.io/versions/v32.0.0/guides/using-fcm/
I’m using SDK 32
######### UPDATE ##########
Nervermind,
Worked after run: expo push:android:upload --api-key xxxxx…
Moderator, I can’t exclude this post due lack of permissions