Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Rapidly fire up apps with FireBase - A no-nonsense, NoSQL database

Rapidly fire up apps with FireBase - A no-nonsense, NoSQL database

DevConf 2016 - Johannesburg, South Africa
http://www.devconf.co.za/#speakers

Building extraordinary user experience requires extraordinary capabilities. Among these capabilities, persistence of data is one of the most important one. We need a database that is fast, scalable and supported by world-class infrastructure, has a wide-variety of APIs, allows for clean code and needs less coding.

FireBase, Google's NoSQL cloud database, provides just that. Auto-scale to millions of users; real-time user experience; easy-to-use APIs. It allows developers to build extraordinary mobile and web apps. With FireBase, you can build and build fast for any device. FireBase also supports REST API natively. This session will be focussed on providing a practical overview of this awesome database with coding examples.

Badi Sudhakaran

March 08, 2016
Tweet

More Decks by Badi Sudhakaran

Other Decks in Technology

Transcript

  1. > npm install firebase --save ... var Firebase = require(‘firebase’);

    var ref = new Firebase(‘https://your-app.firebaseio.com’);