Skip to content

how-to-firebase/firebase-adventures

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

9 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Firebase Adventures

Firebase Adventures is a journey about how to use Firebase in different ways to give you the ability to build extraordinary cross-platform apps.

Running locally

First change the FirebaseUrl in app.js file and create a Twitter app following the Firebase documentation. With this in place run the commands bellow:

$ npm install
$ bower install
$ grunt serve

And that's it! Let me know about your Firebase Adventures sending a tweet to @juarezpaf ⚑

Happy coding!