All Projects → SinghDigamber → Angularfirebase Authentication

SinghDigamber / Angularfirebase Authentication

Learn to create complete Angular 7 Firebase 5 authentication system tutorial from scratch. Learn how to setup sign In, sign up using custom email and password, social login provides such as Google and Facebook, protect routes using canActivate method.

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Angularfirebase Authentication

Laravel Firebase
A Laravel package for the Firebase PHP Admin SDK
Stars: ✭ 369 (+29.02%)
Mutual labels:  firebase-realtime-database, firebase-auth, firebase-authentication
Firebase Js Sdk
Firebase Javascript SDK
Stars: ✭ 3,844 (+1244.06%)
Mutual labels:  firebase-realtime-database, firebase-auth, firebase-authentication
React Gatsby Firebase Authentication
🐣🔥Starter Project / Boilerplate for Authentication with Firebase and plain React in Gatsby.js
Stars: ✭ 356 (+24.48%)
Mutual labels:  firebase-realtime-database, firebase-auth, firebase-authentication
Rxfirebase
Rxjava 2.0 wrapper on Google's Android Firebase library.
Stars: ✭ 509 (+77.97%)
Mutual labels:  firebase-realtime-database, firebase-auth, firebase-authentication
FireApp
FirebaseApp is built for learning purposes, especially to see how Firebase Products work together.
Stars: ✭ 34 (-88.11%)
Mutual labels:  firebase-auth, firebase-realtime-database, firebase-authentication
React Firebase Hooks
React Hooks for Firebase.
Stars: ✭ 2,227 (+678.67%)
Mutual labels:  firebase-realtime-database, firebase-auth, firebase-authentication
The Road To React With Firebase
📓The Road to React with Firebase: Your journey to build business applications with React and Firebase.
Stars: ✭ 82 (-71.33%)
Mutual labels:  firebase-realtime-database, firebase-auth, firebase-authentication
Chatter
Real time chat app written in Swift 4 using Firebase
Stars: ✭ 30 (-89.51%)
Mutual labels:  firebase-auth, firebase-realtime-database, firebase-authentication
Ajsf
Angular JSON Schema Form
Stars: ✭ 266 (-6.99%)
Mutual labels:  bootstrap4, angular6
eixample
Multi-Tenant .NET 6 Architecture (Angular, Vue, React)
Stars: ✭ 61 (-78.67%)
Mutual labels:  bootstrap4, angular6
FirebaseChatRoom
This application shows how to build (in Swift4) a simple Chat room where users can register, login, send messages to other users etc using Firebase. If you are a developer who has got an interesting idea but could not find a backend developer to take the idea to a product level, then do check out this project as an introductory course to Firebas…
Stars: ✭ 18 (-93.71%)
Mutual labels:  firebase-auth, firebase-realtime-database
React Redux Firebase Authentication
🔥Boilerplate Project for Authentication with Firebase in React and Redux
Stars: ✭ 265 (-7.34%)
Mutual labels:  firebase-auth, firebase-authentication
capacitor-firebase-authentication
⚡️ Capacitor plugin for Firebase Authentication.
Stars: ✭ 67 (-76.57%)
Mutual labels:  firebase-auth, firebase-authentication
loopback3 angular6 bootstrap4
API Rest build by Loopback. Frontend on Angular 6
Stars: ✭ 26 (-90.91%)
Mutual labels:  bootstrap4, angular6
FireDroid
⚡ An architectural framework for Android apps that use Firebase services 🔥
Stars: ✭ 21 (-92.66%)
Mutual labels:  firebase-realtime-database, firebase-authentication
FirebaseChatApp
A Chat app built on firebase features such as firebase-ui,database,storage and cloud messaging
Stars: ✭ 20 (-93.01%)
Mutual labels:  firebase-auth, firebase-realtime-database
course
gary60405.github.io/course/
Stars: ✭ 17 (-94.06%)
Mutual labels:  bootstrap4, firebase-auth
ng-multi-bootstrap-themes
Dynamically Switch Themes with Bootstrap 4 and Angular 6
Stars: ✭ 37 (-87.06%)
Mutual labels:  bootstrap4, angular6
E-commerceCustomerFYP
Android E-commerce Platform. Allow customer to buy product, chat, feedback rating, make payment to retailer
Stars: ✭ 41 (-85.66%)
Mutual labels:  firebase-auth, firebase-realtime-database
life log
A React-Native application implementing Firebase, Shoutem ui, Airbnb's react-native-maps, and Google Places API.
Stars: ✭ 18 (-93.71%)
Mutual labels:  firebase-auth, firebase-realtime-database

Angular7 Authentication with Firebase5

Learn to create full Firebase authentication system with Angular7 using AngularFire2 library.

Written Article

Full Angular 7 Firebase Authentication System

  • Sign in with Google
  • Sign in with Facebook
  • Sign in with username/password
  • Sign up with username/password
  • Recover forget password
  • Send verification mail to a newly created user
  • Prevent user to access app dashboard unless email is verified
  • Prevent user to access inner pages unless user is not logged In
  • Prevent user to access sign in and sign up components when a user is already logged in
  • Save user data to localstorage when user is logged in

If you love this project then show your love by simply sharing this repo with others and don't forget to put a GitHub star ⭐ ! Thanks 🙏

Installation Process

Run npm install to install all the required dependencies

Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].