An open API service indexing awesome lists of open source software.

https://github.com/devengage/ionic2-angularfire-starter


https://github.com/devengage/ionic2-angularfire-starter

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# ionic2-angularfire-starter

## Setup
- npm install
- Replace the config ofject info that is passed into the defaultFirebase function inside of the app.ts file
- ionic serve

## Note
- /// <--- this is need in every file that used AngularFire
- af.database.list('/collection-name'); <--- this is how you get data from the database in the form of an array (that is observed)