https://github.com/fabricadecodigo/ionicfirebasecrud
An example of crud with Firebase and Ionic
https://github.com/fabricadecodigo/ionicfirebasecrud
crud firebase firebase-realtime-database ionic ionic2 ionic3 ionicframework
Last synced: 10 months ago
JSON representation
An example of crud with Firebase and Ionic
- Host: GitHub
- URL: https://github.com/fabricadecodigo/ionicfirebasecrud
- Owner: fabricadecodigo
- Created: 2017-11-11T17:46:40.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-14T10:18:06.000Z (about 8 years ago)
- Last Synced: 2025-04-11T22:11:40.695Z (10 months ago)
- Topics: crud, firebase, firebase-realtime-database, ionic, ionic2, ionic3, ionicframework
- Language: TypeScript
- Homepage:
- Size: 1.66 MB
- Stars: 16
- Watchers: 2
- Forks: 14
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
An example of crud with Firebase and Ionic
## How to run this example
### With the Ionic CLI:
Run the command below to install the dependencies
```bash
$ npm install
```
Then, to run it in a Browser
```bash
$ ionic serve
```
Or to run it in a Device
Android
```bash
$ ionic cordova platform add android
$ ionic cordova run android
```
iOS
```bash
$ ionic cordova platform add ios
$ ionic cordova run ios
```