Pseudo-Nym / ionic3-firebase-auth

Τhe source code of a tutorial on Integrating Firebase Password and Google Authentication into your Ionic 3 App

Home Page:http://appseed.io/blog/integrating-firebase-password-and-google-authentication-your-ionic-3-app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ionic3-firebase-auth

An Ionic 3 application based on the Supermodular2 starter. This project is the source code of the tutorial on "How To Authenticate with Firebase and Ionic 3 - Email/Password and Google Sign-In", originally published at http://appseed.io/blog/how-authenticate-firebase-and-ionic-3-emailpassword-and-google-sign

To find many more features and make the most of Firebase for your Ionic 3 mobile app, check out Ionic 3 Toolkit Firebase.

Dependecies, Run and Build

NodeJS

First, make sure that NodeJS is installed on your computer. If NodeJS is not installed, please install the latest LTS version of NodeJS.

Git

Git should be installed in your computer. Follow the instructions for your platform to install it:

Sass

This application uses SASS, a CSS preprocessor. Follow the instructions for your platform to install it:

Cordova and Ionic

This is an Ionic Cordova based application, so Ionic and Cordova CLIs, should be installed on your computer for this application to run. In order to install Ionic and Cordova CLIs, run the command:

$ npm install -g cordova ionic

Run the app

Use ionic serve -l to run the app in browser and watch for changes in code

or

use ionic serve to just run the app for a browser preview

or

use ionic serve --lab to run the app in a browser on two platforms at the same time.

Add a platform

$ ionic platform add <platform>

Supported Cordova platforms:

$ ionic platform add ios
$ ionic platform add android

Build the app

$ ionic build

Εmulate the app on simulator

iOS:

$ ionic emulate ios

Android:

$ ionic emulate android

Credits

Third Party Licenses

About

Τhe source code of a tutorial on Integrating Firebase Password and Google Authentication into your Ionic 3 App

http://appseed.io/blog/integrating-firebase-password-and-google-authentication-your-ionic-3-app


Languages

Language:JavaScript 88.9%Language:CSS 10.0%Language:TypeScript 0.6%Language:HTML 0.5%