Skip to content

ccbean/missionbit-firebase-example

 
 

Repository files navigation

This is a demo project for Firebase features.

It includes:

  • Firebase Auth demo including email and password login / signup and Google authentication.

To use this project, clone it, run npm install in the project directory, and copy the example environment config from src/environment/example.environment.ts to src/environment/environment.ts and fill in the config values with the information from Project Settings > Add Firebase to your web app in the Firebase console.

Code for Firebase Auth is based on https://medium.com/appseed-io/integrating-firebase-password-and-google-authentication-into-your-ionic-3-app-2421cee32db9 and https://github.com/appseed-io/ionic3-firebase-auth

About

Demo project for Firebase authentication and Firestore database

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 56.5%
  • HTML 29.4%
  • CSS 11.3%
  • JavaScript 2.8%