Introduction

You can use this template to build beautiful and functional IOS and Android apps.

Requirements

  • Node.js Installation

  • Ionic Installation

  • Cordova Installation

  • Firebase Account

  • Firebase Settings

Installation

$ npm install -g ionic (windows)
$ sudo npm install -g ionic (mac)
$ npm install -g cordova (windows)
$ sudo npm install -g cordova (mac)

Go to "firebase.google.com/" and create a new account.

Open your Firebase Console and "Add Project" then click "Project Settings" and copy "firebaseConfig" below.

Paste that "firebaseConfig" to "environment.ts"

For more information please check ionicframework.com and firebase.google.com

Last updated