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

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

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.