Skip to content

This a sample hybrid mobile application project based on ionic 4 and firebase.

Notifications You must be signed in to change notification settings

KasunGamage/Ionic-4-firebase_authentication

Repository files navigation

Ionic 4 firebase authentication

This a sample hybrid mobile application project based on ionic 4 and firebase.

All Contributors

Currently this project is using the latest versions of all: Ionic 4 and Angular 7

Setup

Requirements to use this project:

npm (Node Package Manager, it comes with node.js installation)

In case you're not with the latest version of npm:

$ npm install npm -g
Cordova & Ionic Cli

To install both of them on your system just launch this command:

$ npm install cordova ionic -g

Install NPM Dependencies

Once you clone this repository, run this command on your terminal to install all needed dependencies:

$ npm install

Install cordova plugin Dependencies

Run this command on your terminal to add a platform and install all needed puglins:

iOS:

$ ionic cordova platform add ios
$ ionic cordova build ios --prod --release
$ open the project from xcode and run

Android:

$ ionic cordova platform add android
$ ionic cordova run android

Launching the App

After installing the needed dependencies you are done, launch your app with a simple

$ ionic serve

Amazing contributors


Kasun Gamage

💻 |

About

This a sample hybrid mobile application project based on ionic 4 and firebase.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published