Skip to content

Instantly share code, notes, and snippets.

@jobsamuel
Created July 9, 2017 14:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jobsamuel/379feaba093ebf14a98cd398c61b68e1 to your computer and use it in GitHub Desktop.
Save jobsamuel/379feaba093ebf14a98cd398c61b68e1 to your computer and use it in GitHub Desktop.
# 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