/ionic-auth-email-firebase-sdk

Email and Password Authentication Template

Primary LanguageTypeScript

Email & Password Authentication Template

This is an email and password authentication template built with Ionic Framework and the Firebase JavaScript SDK.

The template includes:

  • An Authentication Provider with all the functionality.
  • A Login Page.
  • A Signup Page.
  • A Password Reset Page.
  • Strong Form Validation.
  • Use of async/await syntax.

Installation

Clone this repository using ssh:

$ git clone git@github.com:javebratt/ionic-auth-email-firebase-sdk.git
$ cd ionic-auth-email-firebase-sdk
$ npm install

Or https:

$ git clone https://github.com/javebratt/ionic-auth-email-firebase-sdk.git
$ cd ionic-auth-email-firebase-sdk
$ npm install

Once cloned, move into the app folder and edit the name of the file app/credentials.backup.ts to be simply app/credentials.ts.

Inside that file you'll add your Firebase keys which you can get from the Firebase Console

Usage example

To find out how to use it and how it was build, read the instructions here.

Who am I?

Jorge Vergara – @javebrattj@javebratt.com