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