https://github.com/src-mgra/firebase-todolist
Firebase ToDo-List implemented in Ionic App
https://github.com/src-mgra/firebase-todolist
crud database databases firebase ionic persistence typescript
Last synced: about 2 months ago
JSON representation
Firebase ToDo-List implemented in Ionic App
- Host: GitHub
- URL: https://github.com/src-mgra/firebase-todolist
- Owner: src-mgra
- License: mit
- Created: 2018-03-15T15:04:42.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-27T05:49:09.000Z (about 8 years ago)
- Last Synced: 2023-08-07T10:29:34.638Z (almost 3 years ago)
- Topics: crud, database, databases, firebase, ionic, persistence, typescript
- Language: TypeScript
- Homepage:
- Size: 1.59 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# firebase example implemented in ionic-app
## Install:
npm install firebase angularfire2
## Setup a firebase-project:
https://firebase.google.com/docs/web/setup
Shows CRUD-operations.
Firebase Item-List with added Ref-Key for update- and delete-operation.
Uses observable for list binding (async-pipe). Without authentification.
Works with ion-item-sliding in the view for delete-operation.