SlideShare a Scribd company logo
Firebase - realtime backend for mobile app and IoT
Game DevFest 2015
Jakarta, Oct 17, 2015 | Surabaya, Oct 18, 2015
Firebase
Realtime backend for mobile app and IoT
Andri Yadi
@andri_yadi | a at dycode dot com
http://andriyadi.me | google.com/+AndriYadi
CEO of
Been coding in awesome
languages/Frameworks
for 18 years
QBasic, Pascal, c, C++, Java, PHP, Bash,
C#, Visual Basic, HTML, JavaScript,
Python, Objective-C, Swift
.NET, Qt/QML, Java ME/EE/SE, Android
SDK, iOS SDK, Node.js, Arduino
Who am I around Firebase?
How dare I am talking here…
I’m the user of firebase long before
Firebase has order & Limit feature
I’ve been using it since Jan 2014
Disclaimer
30 minutes won’t be enough to show
how cool Firebase is
What is Firebase?
Let’s see a Real-World demo
Rather than theoritise about it
Take a photo with #DevFest2015
Shared photo will be automatically shown here

http://story.jepret.in/Jepret/gdgdevfest2015
Firebase delivers that photo
object to browser in realtime
Jepret Cloud Jepret Allegra Jepret Story
Firebase Firebase
Node.js + MongoDB

Deployed on Microsoft Azure
Architecture
Firebase
Realtime Gallery Allegra Machine Jepret Story app
Jepret Cloud
More about #Jepret?
http://jepret.in
Let’s see another demo
Typical Firebase 

Demo
Let’s Try something different
today…
Let’s Get Physical
today…
Let’s light up the LED
My Setup
Firebase - realtime backend for mobile app and IoT
Circuit
Code
var wpi = require('wiring-pi');
wpi.setup('gpio');
var ledPin = 26; //26 is GPIO pin to LED
wpi.pinMode(ledPin, wpi.OUTPUT);
//Turn off/on the LED directly
var ledValue = 1; //0 to switch off
wpi.digitalWrite(ledPin, ledValue);
Let’s light up the LED via browser
Architecture
Raspberry Pi 2 Web app
HTTP

(LAN)
Light up the LED via Firebase
Architecture
Raspberry Pi 2 Web app
Internet
Firebase - realtime backend for mobile app and IoT
Firebase data
The trick
Raspberry Pi 2
Firebase
//if	state	==	true,	write	1	
//if	state	==	false,	write	0	
wpi.digitalWrite(LED_PIN,	1)
Firebase
Code
function setState(state) {

ledValue = +state; //convert true/false to appropriate integer

wpi.digitalWrite(ledPin, ledValue);

}
var deviceId = "smartlamp1";
var myFirebaseRef = new Firebase(“https://[YOUR_FIREBASE].firebaseio.com/devices”);

var deviceRef = myFirebaseRef.child(deviceId);
var myDevParamsRef = deviceRef.child("parameters");

myDevParamsRef.on("child_changed", function(snapshot) {

console.log(snapshot.key());

console.log(snapshot.val());



if (snapshot.key() == "state") {

setState(snapshot.val());

}

});
Now we can turn on the Led from Mars
….or from anywhere connected to internet
Let there be a light
Using the same principle, now we
can turn on/off an AC light bulb
Q1
TRIAC
U1
OPTOTRIAC_1
R2
1K
R1
470
LAMP
AC PLUG
GPIO
AC solid state switch
To RPi2
GPIO 5
My Setup
Let there be a light from App
Architecture
Raspberry Pi 2 Web app Mobile app
Sending Telemetry
what about…
Complete Circuit C
B
A
Q1
TRIAC
U1
OPTOTRIAC_1
R2
1K
R1
470
LAMP
AC PLUG
GPIO
Architecture
Raspberry Pi 2 Mobile app
Bonus: Automation
Turn on light bulb automatically using a LDR
https://github.com/andriyadi/FireSmartLamp
All code is here:
as Summary…
Firebase - realtime backend for mobile app and IoT
Firebase - realtime backend for mobile app and IoT
Firebase - realtime backend for mobile app and IoT
WELL DOCUMENTED
Education
http://edu.dycode.co.id | edu@dycode.com
a bit of ads…
We contribute
Education
100+ seminars, workshops, trainings delivered
Delivered to 20+ communities, organisations,
campuses
Next, could be yours…



Just drop us a message:
http://edu.dycode.co.id | edu@dycode.com
We teach
+ + [Obj-C]
+
Education
Opening soon…
Education
+
https://github.com/andriyadi/FireSmartLamp
Again, all code is here:
DyCode
www.dycode.com
office at dycode dot com | @dycode
Thanks

More Related Content

PDF
Firebase Adventures - Real time platform for your apps
PDF
Firebase
PPTX
Firebase Dev Day Bangkok: Keynote
PPTX
Firebase - A real-time server
PDF
Firebase for the Web
PDF
Devfest SouthWest, Nigeria - Firebase
PPT
Firebase presentation
PDF
Introduction to Firebase on Android
Firebase Adventures - Real time platform for your apps
Firebase
Firebase Dev Day Bangkok: Keynote
Firebase - A real-time server
Firebase for the Web
Devfest SouthWest, Nigeria - Firebase
Firebase presentation
Introduction to Firebase on Android

What's hot (19)

PDF
How to build Android Chat App with Firebase for 2 hours?
PDF
Building Extraordinary Apps with Firebase Analytics
PDF
Firebase hosting
PDF
Build Collaborative App Using Polymer and Firebase
PDF
Introduction to Firebase from Google
PPTX
Introduction to Firebase
PPTX
Firebase Android
PDF
Firebase slide
PDF
Online mobile game server use Firebase realtime aatabase
PPTX
Introduction to Firebase [Google I/O Extended Bangkok 2016]
PPTX
Firebase - cloud based real time database
PPTX
Getting Started with Firebase Cloud Functions
PDF
Supercharge your app with Cloud Functions for Firebase
PDF
Introduction to Google App Engine - Naga Rohit S [ IIT Guwahati ] - Google De...
PPTX
Introducing firebase
PPTX
What is new in Firebase?
PPTX
Firebase
PDF
Introducing Firebase by Google
PDF
Introduction to Google Cloud Endpoints: Speed Up Your API Development
How to build Android Chat App with Firebase for 2 hours?
Building Extraordinary Apps with Firebase Analytics
Firebase hosting
Build Collaborative App Using Polymer and Firebase
Introduction to Firebase from Google
Introduction to Firebase
Firebase Android
Firebase slide
Online mobile game server use Firebase realtime aatabase
Introduction to Firebase [Google I/O Extended Bangkok 2016]
Firebase - cloud based real time database
Getting Started with Firebase Cloud Functions
Supercharge your app with Cloud Functions for Firebase
Introduction to Google App Engine - Naga Rohit S [ IIT Guwahati ] - Google De...
Introducing firebase
What is new in Firebase?
Firebase
Introducing Firebase by Google
Introduction to Google Cloud Endpoints: Speed Up Your API Development
Ad

Similar to Firebase - realtime backend for mobile app and IoT (20)

PDF
GDG Dev Fest - Develop with Firebase and IoT
PDF
Firestore MENA digital days : GDG Abu dhabi
PDF
Firebase Adventures - Going above and beyond in Realtime
PPTX
DevFest Forged in Firebase
PPTX
Lecture 12 - Maps, AR_VR_aaaaHardware.pptx
PDF
Voice controlled robot powered by Google Cloud
KEY
Intro to PhoneGap
PPTX
All a flutter about Flutter.io
PPTX
Nativescript with angular 2
PDF
From Idea to App (or “How we roll at Small Town Heroes”)
PDF
Building with Firebase
PPTX
ColdBox APIs + VueJS - powering Mobile, Desktop and Web Apps with 1 VueJS cod...
PDF
Backend, app e internet das coisas com NodeJS no Google Cloud Platform
PDF
Backend, app e internet das coisas com NodeJS no Google Cloud Platform
PDF
ITB2019 ColdBox APIs + VueJS - powering Mobile, Desktop and Web Apps with 1 V...
PPTX
Firebase Predictions
PDF
Building framework with shared code on Android and iOS using React Native. UA...
PPTX
Native Mobile Apps with Titanium Mobile
PPTX
Building your own RC Car with Raspberry Pi
PDF
Hybrid HTML5 Apps
GDG Dev Fest - Develop with Firebase and IoT
Firestore MENA digital days : GDG Abu dhabi
Firebase Adventures - Going above and beyond in Realtime
DevFest Forged in Firebase
Lecture 12 - Maps, AR_VR_aaaaHardware.pptx
Voice controlled robot powered by Google Cloud
Intro to PhoneGap
All a flutter about Flutter.io
Nativescript with angular 2
From Idea to App (or “How we roll at Small Town Heroes”)
Building with Firebase
ColdBox APIs + VueJS - powering Mobile, Desktop and Web Apps with 1 VueJS cod...
Backend, app e internet das coisas com NodeJS no Google Cloud Platform
Backend, app e internet das coisas com NodeJS no Google Cloud Platform
ITB2019 ColdBox APIs + VueJS - powering Mobile, Desktop and Web Apps with 1 V...
Firebase Predictions
Building framework with shared code on Android and iOS using React Native. UA...
Native Mobile Apps with Titanium Mobile
Building your own RC Car with Raspberry Pi
Hybrid HTML5 Apps
Ad

More from Andri Yadi (20)

PDF
AIoT: Intelligence on Microcontroller
PDF
TechInAsia PDC 2019 - Unlocking The Potential of IoT with AI
PDF
Global Azure Bootcamp 2019 - AIoT powered by Azure
PDF
Introduction to AIoT & TinyML - with Arduino
PDF
Opportunities & Challenges in IoT - Future of IoT industry in Indonesia 2019 ...
PDF
Microsoft Azure-powered IoT & AI Solution To Help Farmer
PDF
IoT Connectivity with LoRa
PDF
Ask the Expert: Internet of Things
PDF
Global Azure Bootcamp 2018 - Azure IoT Central
PDF
Maker Movement toward IoT Ecosystem in Indonesia
PDF
IoT for Agriculture in a Nutshell: Technical Perspective
PDF
Road to Republic of IoT - IoT Technologies & Machine Learning
PDF
IoT Connectivity: The Technical & Potential
PDF
IT Solution through IoT Development
PDF
Internet of Things - Technicals
PDF
Global Azure Bootcamp 2017 - Azure IoT Hub with LoRa Connectivity
PDF
The state of NB-IoT in Indonesia
PDF
Industrial IoT in a Nutshell
PDF
The Rise of Maker Movement in Indonesia
PDF
Road to Republic of IoT - ESP32 Programming and LoRa
AIoT: Intelligence on Microcontroller
TechInAsia PDC 2019 - Unlocking The Potential of IoT with AI
Global Azure Bootcamp 2019 - AIoT powered by Azure
Introduction to AIoT & TinyML - with Arduino
Opportunities & Challenges in IoT - Future of IoT industry in Indonesia 2019 ...
Microsoft Azure-powered IoT & AI Solution To Help Farmer
IoT Connectivity with LoRa
Ask the Expert: Internet of Things
Global Azure Bootcamp 2018 - Azure IoT Central
Maker Movement toward IoT Ecosystem in Indonesia
IoT for Agriculture in a Nutshell: Technical Perspective
Road to Republic of IoT - IoT Technologies & Machine Learning
IoT Connectivity: The Technical & Potential
IT Solution through IoT Development
Internet of Things - Technicals
Global Azure Bootcamp 2017 - Azure IoT Hub with LoRa Connectivity
The state of NB-IoT in Indonesia
Industrial IoT in a Nutshell
The Rise of Maker Movement in Indonesia
Road to Republic of IoT - ESP32 Programming and LoRa

Recently uploaded (20)

PPTX
MicrosoftCybserSecurityReferenceArchitecture-April-2025.pptx
PDF
NewMind AI Weekly Chronicles – August ’25 Week III
PDF
Unlock new opportunities with location data.pdf
PPTX
O2C Customer Invoices to Receipt V15A.pptx
PDF
Getting started with AI Agents and Multi-Agent Systems
DOCX
search engine optimization ppt fir known well about this
PDF
Hybrid horned lizard optimization algorithm-aquila optimizer for DC motor
PDF
Video forgery: An extensive analysis of inter-and intra-frame manipulation al...
PPT
What is a Computer? Input Devices /output devices
PDF
Transform Your ITIL® 4 & ITSM Strategy with AI in 2025.pdf
PPTX
Modernising the Digital Integration Hub
PDF
August Patch Tuesday
PDF
A contest of sentiment analysis: k-nearest neighbor versus neural network
PDF
Univ-Connecticut-ChatGPT-Presentaion.pdf
PDF
DP Operators-handbook-extract for the Mautical Institute
PDF
A review of recent deep learning applications in wood surface defect identifi...
PDF
How ambidextrous entrepreneurial leaders react to the artificial intelligence...
PDF
Enhancing emotion recognition model for a student engagement use case through...
PDF
Five Habits of High-Impact Board Members
PPT
Geologic Time for studying geology for geologist
MicrosoftCybserSecurityReferenceArchitecture-April-2025.pptx
NewMind AI Weekly Chronicles – August ’25 Week III
Unlock new opportunities with location data.pdf
O2C Customer Invoices to Receipt V15A.pptx
Getting started with AI Agents and Multi-Agent Systems
search engine optimization ppt fir known well about this
Hybrid horned lizard optimization algorithm-aquila optimizer for DC motor
Video forgery: An extensive analysis of inter-and intra-frame manipulation al...
What is a Computer? Input Devices /output devices
Transform Your ITIL® 4 & ITSM Strategy with AI in 2025.pdf
Modernising the Digital Integration Hub
August Patch Tuesday
A contest of sentiment analysis: k-nearest neighbor versus neural network
Univ-Connecticut-ChatGPT-Presentaion.pdf
DP Operators-handbook-extract for the Mautical Institute
A review of recent deep learning applications in wood surface defect identifi...
How ambidextrous entrepreneurial leaders react to the artificial intelligence...
Enhancing emotion recognition model for a student engagement use case through...
Five Habits of High-Impact Board Members
Geologic Time for studying geology for geologist

Firebase - realtime backend for mobile app and IoT