Firebase cloud hosting | Google's Mobile and Web App Development Platform
Discover Firebase, Google’s mobile and web app development platform that helps developers build apps and games that users will love.
I initially really liked this platform, authentication was quick to setup and the realtime features were great. However, the limitation of the platform really hindered my app's development. For example, it was not possible to run Firebase locally or offline, I always needed internet. So when running automated tests it would be doing it against Firebase in production, using up the free allowance. Also, it was not possible to mock out Firebase requests because it used a proprietary communication, not the json we are used to.
Since then, I avoid this platform.