luizpaulofranz / ionic-firebase-crud

Study codes for Ionic with firebase.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ionic And Firebase CRUD Example

Study project to achieve Ionic app with Firebase real-time backend.

Build Setup

You can use either, yarn or npm.

# install dependencies
npm install
# or
yarn install

# serve with hot reload at localhost:8100/ionic-lab
ionic lab

# build for production (Android)
ionic cordova build android --prod --release

Firebase

You must create a Firebase account and copy the file app/firebase.credentials.example.ts to app/firebase.credentials.ts. And edit its content with your credentials.

About

Study codes for Ionic with firebase.


Languages

Language:TypeScript 49.7%Language:HTML 26.5%Language:CSS 19.1%Language:JavaScript 4.7%