Push notification not working on standalone Android app

Push notification not working on standalone Android app.

expo push:android:show
{“status”:“ok”,“fcmApiKey”:“google-services.json”}

pushnoti

1 Like

Hey @luchman, can you double-check that the Android package name in the Firebase project is the same as the value of android.package in your app.json?

when you specified fcm api key you should provide actual api key not path to google-services.json

It’s basically missing the last step right here https://docs.expo.io/versions/latest/guides/using-fcm/
Uploading Server Credentials.

expo push:android:upload --api-key

Problem solved.

1 Like

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.