Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/how-to-firebase/firebase-adventures
Firebase Adventures 👨🏫🔥
https://github.com/how-to-firebase/firebase-adventures
firebase firebase-database firebase-js-sdk firebase-web
Last synced: about 2 months ago
JSON representation
Firebase Adventures 👨🏫🔥
- Host: GitHub
- URL: https://github.com/how-to-firebase/firebase-adventures
- Owner: how-to-firebase
- Created: 2015-10-24T07:37:27.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-24T14:34:00.000Z (about 9 years ago)
- Last Synced: 2024-05-18T21:47:30.794Z (8 months ago)
- Topics: firebase, firebase-database, firebase-js-sdk, firebase-web
- Language: CSS
- Homepage: https://adventures.firebaseapp.com
- Size: 2.94 MB
- Stars: 28
- Watchers: 4
- Forks: 2
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-firebase - 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. (Featured Projects)
README
# Firebase Adventures
[Firebase Adventures](https://adventures.firebaseapp.com) 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](https://www.firebase.com/docs/web/guide/login/twitter.html).
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](http://twitter.com/juarezpaf) :zap:Happy coding!