Skip to content

zigou13/tuto-fire-angular-ionic-authentication

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Tuturial Angular 7 + Ionic 4 + Firebase authentication

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 78.1%
  • HTML 9.3%
  • CSS 7.9%
  • JavaScript 4.7%