Firebase Hosting is part of the Firebase platform by Google. It provides a simple way to host your web applications, offering features like SSL support, CDN delivery, and integration with other Firebase services.
Website: Firebase Hosting
Core Concepts:
- [ ] Firebase CLI: Learn how to use the Firebase Command Line Interface to deploy and manage your projects.
- [ ] Authentication: Integrate Firebase Authentication for secure user sign-up and sign-in.
- [ ] Firestore: If you're using Firebase as a backend, understand Firestore, Firebase's real-time NoSQL database, for data storage.
- [ ] Cloud Functions: Explore Cloud Functions for Firebase to run backend code in response to events triggered by Firebase features and HTTPS requests.