Skip to content

Instantly share code, notes, and snippets.

@juliosguz
Last active February 17, 2018 21:23
Show Gist options
  • Save juliosguz/97da6510921ea927f655c522abb3f2cb to your computer and use it in GitHub Desktop.
Save juliosguz/97da6510921ea927f655c522abb3f2cb to your computer and use it in GitHub Desktop.
Workshop de Firebase #1
npm install -g firebase-tools
git clone https://github.com/juliosguz/firebase-workshop
cd firebase-workshop
firebase init
firebase serve
// Subir data de pruebaˇ
firebase database:push data-structure/posts-data.json /posts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment