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

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

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
```