Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 419 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 419 Bytes

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

$ npm install

Then, to run it in a Browser

$ ionic serve

Or to run it in a Device

Android

$ ionic cordova platform add android
$ ionic cordova run android

iOS

$ ionic cordova platform add ios
$ ionic cordova run ios