Setting up Firebase
Firebase, which is part of Google Cloud Platform, is an extremely easy-to-use and developer-friendly hosting provider. Firebase has a lot of offerings and services for building and managing web and mobile applications.
Many of these services have free tiers, which make it ideal for building and testing things out. You can access all the products and services by heading over to www.firebase.com and logging in with your Google account.
Once you’ve logged in to Firebase, head over to Manage Console (https://console.firebase.google.com/).
Create a new project. Let's call it ebuy
. In the next section, we will set up our sites within this project.
Setting up a project with multiple sites
We will be using Firebase’s hosting service to deploy our apps. If you are not familiar with Firebase Hosting, we strongly encourage you to head over to https://firebase.google.com/docs/hosting and read about it:
- Once in the console, select the...