/tuto-fire-angular-ionic-authentication

Tuturial Angular 7 + Ionic 4 + Firebase authentication

Primary LanguageTypeScriptMIT LicenseMIT

Tutorial: #02: Make email and social media authentication

Cross-platform app showing how to register and loggin with email or social media from firebase.

License

Technical details:

  • Angular 7+
  • Ionic 4+
  • Firebase

Installation

Angular + Ionic:

sudo npm i -D -E ionic@latest
sudo npm i -g cordova

ionic start tuto-fire-angular-ionic-start blank --type=angular

Firebase:

npm install --save firebase

Meta

Victor Jatobá – @victorjatoba10 – victorjatoba10[at]gmail.com

Distributed under the MIT license. See LICENSE for more information.

https://github.com/victorjatoba/

Contributing

  1. Fork it (https://github.com/victorjatoba/tuto-fire-angular-ionic-authentication/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request

References