https://github.com/devengage/ionic2-angularfire-starter
https://github.com/devengage/ionic2-angularfire-starter
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/devengage/ionic2-angularfire-starter
- Owner: DevEngage
- Created: 2016-07-04T17:12:24.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-07-04T17:20:01.000Z (almost 10 years ago)
- Last Synced: 2025-04-10T18:06:14.032Z (about 1 year ago)
- Language: JavaScript
- Size: 979 KB
- Stars: 1
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)