Skip to content

Instantly share code, notes, and snippets.

@Bound3R
Created October 7, 2021 20:54
Show Gist options
  • Save Bound3R/543c51e5183d44515f0980d4e6287379 to your computer and use it in GitHub Desktop.
Save Bound3R/543c51e5183d44515f0980d4e6287379 to your computer and use it in GitHub Desktop.
This is a method to setup úsh notifications key in expo projects
# The first thing to do is to confirm that the fcm key is uploaded in order to send the pushes correctly.
expo push:android:show
# If not configured, proceed to obtain it.
[url](https://stackoverflow.com/a/37427911/4020055)
# After we have the key, we proceed to configure it in expo
expo push:android:upload --api-key {fcm server key}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment