Skip to content

Authentication Starter Template using Ionic and Firebase with Angular and @angular/fire

Notifications You must be signed in to change notification settings

lxieyang/ionic-angular-firebase-authentication-starter

 
 

Repository files navigation

Ionic and Firebase Authentication Starter

This is an authentication starter template built with Ionic and Firebase. It's using Angular as the programming framework.

Packages

It's using:

  • @angular: "~8.1.2"
  • @angular/fire: "^5.2.1"
  • @ionic/angular: "^4.7.1"
  • firebase: "^6.3.3"
  • rxjs: "~6.5.1"

I'll do my best to update the README when I update those packages.

Contents

This starter templates has:

  • Login Page
  • Signup Page
  • Reset Password Page
  • Profile Page

It extracts the common login/signup/reset functionality into an authentication component that creates the authentication form and passes the user credentials to the parent component (either Login, Signup, or ResetPassword).

Usage

(Bare with me here :P) I'm working on building a tutorial in how to use it, it will live on my main site.

Have ideas on how you'd like this explained? Shoot me an email

About

Authentication Starter Template using Ionic and Firebase with Angular and @angular/fire

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 71.3%
  • HTML 13.7%
  • CSS 10.8%
  • JavaScript 4.2%