Created
July 9, 2017 14:37
-
-
Save jobsamuel/379feaba093ebf14a98cd398c61b68e1 to your computer and use it in GitHub Desktop.
This file contains 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
# Un ejemplo genérico. | |
firebase functions:config:set variable.key="ab1cde234def567890abcde12345f" variable.id="VARIABLE" | |
# Un ejemplo no tan genérico. | |
firebase functions:config:set bitly.key="ab1cde234def567890abcde12345f" bitly.id="BITLY" | |
# Otro ejemplo no tan genérico. Noten como el parámetro 'id' puede ser diferente. | |
firebase functions:config:set instagram.key="ab1cde234def567890abcde12345f" instagram.id="IG_TOKEN" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment