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

Rapidly fire up apps with Firebase – Google’s NoSQL cloud database

Rapidly fire up apps with Firebase – Google’s NoSQL cloud database

DevTalks 2016 - Bucharest, Romania
http://www.devtalks.ro/bucharest/events/rapidly-fire-up-apps-with-firebase-googles-nosql-cloud-database/

Building extraordinary user experience requires a database that is fast, scalable, supported by a world-class infrastructure that allows for clean code and needs less coding. Firebase provides just that – it is Google’s full stack NoSQL cloud platform that allows developers to build extraordinary realtime mobile and web apps.

In this session, Badi will take the audience through a brief introduction to Firebase followed by a live demo of building a real-world application using Firebase’s JavaScript API. The demo will showcase key features of the platform including realtime data synchronization, user authentication and session management, followed by an overview of mobile APIs for these features, aiming to provide developers with a broad overview, yet with enough depth to quickly get up and running with Firebase for their current and future mobile and web projects.

Badi Sudhakaran

June 09, 2016
Tweet

More Decks by Badi Sudhakaran

Other Decks in Technology

Transcript

  1. Add Firebase to your iOS app @import UIKit; @import Firebase;

    @implementation AppDelegate - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions { [FIRApp configure]; return YES; } Objective-C