Created
October 7, 2021 20:54
-
-
Save Bound3R/543c51e5183d44515f0980d4e6287379 to your computer and use it in GitHub Desktop.
This is a method to setup úsh notifications key in expo projects
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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