I don't really get the benefits. You don't need servers, but you need to host the JS/html5 application somewhere, even if you don't need to configure the database server etc.
It is nice technology, but I don't really see if it is worth the price (vendor lock-in, technology lock-in, etc.)
Hosting can be handled much more efficiently / easily by someone designed just for content distribution, like a CDN. Our own site is 100% server from a CDN, which makes for very nice scaling characteristics. Also, it's free right now...
Assuming you know how to build and deploy servers; what advantages would Firebase bring over say: a Socket.IO client -> NodeJS server setup where data was being stored and fetched from memory (Redis or some other data-store)?
It is nice technology, but I don't really see if it is worth the price (vendor lock-in, technology lock-in, etc.)
reply