##Angular App integrated with Firebase authentication and authorization. This is a simple Angular App which authenticates user and allow them to explore some stays for Vacation. Have used Firebase firestore, real time data base and authentication services for integrating data from backend.
Firebase Authentication aims to make building secure authentication systems easy, while improving the sign-in and onboarding experience for end users. It provides an end-to-end identity solution, supporting email and password accounts, phone auth, and Google, Twitter, Facebook, and GitHub login, and more. Learn more about the topic here
The Firebase Realtime Database is a cloud-hosted NoSQL database that lets the users store and sync data between the users in realtime. Cloud Firestore enables to store, sync and query app data at global scale. Learn more about the subject here
Cloud Firestore is a flexible, scalable database for mobile, web, and server development from Firebase and Google Cloud. Like Firebase Realtime Database, it keeps your data in sync across client apps through realtime listeners and offers offline support for mobile and web so you can build responsive apps that work regardless of network latency or Internet connectivity. Cloud Firestore also offers seamless integration with other Firebase and Google Cloud products, including Cloud Functions. Click here to learn more