Connect to Firebase Real-time Storage from scriptr.io
Firebase recently got a huge upgrade from Google, with a slew of new services and tighter integration into the overall Google ecosystem. I’ve been a big fan of Firebase for years, specifically since they have a really nice integration with EmberJS via Emberfire. This lets you streamline frontend development in a huge way since Firebase’s storage syncs automatically to the client data model with essentially no boilerplate code — it’s all there in the client libraries for you. Boom. I recently blogged about an application from the IoT World Hackathon that implements an EmberJS frontend just like this, fed...
Read More