After everything we've done, testing our application live and letting the world see how awesome it is is a must. Firebase has got us covered with an awesome static hosting service that will let us exploit something that is usually a pain in the neck, especially when we're trying to deploy our services and application, and trust me it's a pain to think about everything from security to maintainability. So, here are some of the perks you get when incorporating your application with Firebase hosting.
- Served with a secure connection, which means everything will be over HTTPS.
- Fast content delivery means that your files will be hosted/sent over CDN. This also means that users from around the world will get an even faster experience, no matter where they are.
- Rapid deployment using the Firebase CLI -we're going to see how to use it next makes the deployment...