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.
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 ...