Firebase is a platform by Google that allows us to take advantage of everything from real-time databases, remote configuration, push notifications, and much more. Perhaps more important for our use case is the potential for static file deployment, and this is something we'll be taking advantage of.
The platform has three different packages available, each offering different levels of service, with the first tier being free and then the following two tiers requiring payment.
Start off by navigating to https://firebase.google.com and logging in with a Google account by clicking on SIGN IN, and then, click GO TO CONSOLE at the top right.
We can then create a new Firebase project by selecting + Add Project on the Firebase dashboard and subsequently selecting a project name and country.
We will then navigate to Project Overview, where we can choose to add Firebase...