SlideShare a Scribd company logo
DevelopingRealTimeChatApp
UsingFirebase
Presented By Senthilkumar M Date:30-Aug-15
 Scalable Real-time backend for web/mobile
application
 No Server side code
 Don’t just save data. Sync it.
 Web/Mobile Firebase-powered apps works offline.
 Instant Data sync when your app comes to online
What is Firebase
 A Firebase itself is your realtime database, hosted in
the cloud. Since
 Firebase is a NoSQL database you can easily store
data as simple JSON documents.
 At a high level, Firebase is simply a database with a
RESTFul API.
HowFirebase Works
Each individual Firebase has a nameand its own URL
endpoint. (eg) Firebase’s nameis my-firebase, theURL would
be https://my-firebase.firebaseio.com/.
Usingthis API endpoint you can easily store and read data
right out of your Firebase.
Firebase isn'tjustan API though.After data is stored in your
Firebase it gets streamed in realtimeto every connected client.
 Every client connected to theFirebase willget theupdate
automatically
HowFirebase Works (Cont)
Why Firebase?
Anyone with a basic understanding of HTML or Javascript
can build an app, and Firebase will “do the rest".
Below is the key features of using Firebase:
1. Firebase has joined the Google
2. Store & Sync Data Instantly
3. Works on every platform
4. Easy authentication
5. Bulletproof Security
6. Instant Scalability
Signupto Firebase
Go to Firebase.com
Refer the Video
Create FacebookApp
Go to developer.facebook.com
Refer the Video
Take the AppID and Secret
Create FacebookApp
Create FacebookApp
CodeWalkthrough
Open the code in the sublime text editor.
Q&A
Presented EmailID
Website if any
Thankyou!
Presented sentenwin@gmail.com
Website allaboutsenthil.in

More Related Content

PDF
Serverless Text Analytics with Amazon Comprehend
PDF
Requirements for Public Sector Cloud Computing
PDF
MongoDB World 2018: Data Models for Storing Sophisticated Customer Journeys i...
PPTX
Realtime vs Cloud Firestore
PDF
Altitude San Francisco 2018: Scale and Stability at the Edge with 1.4 Billion...
PDF
Analyzing Pwned Passwords with Spark and Scala
PPTX
Why Cloud Computing
PDF
Rapid mobile development using GraphQL and AWS AppSync
Serverless Text Analytics with Amazon Comprehend
Requirements for Public Sector Cloud Computing
MongoDB World 2018: Data Models for Storing Sophisticated Customer Journeys i...
Realtime vs Cloud Firestore
Altitude San Francisco 2018: Scale and Stability at the Edge with 1.4 Billion...
Analyzing Pwned Passwords with Spark and Scala
Why Cloud Computing
Rapid mobile development using GraphQL and AWS AppSync

Similar to Real timechat firebase (20)

PDF
Firebase Tech Talk By Atlogys
PDF
Devfest SouthWest, Nigeria - Firebase
PPTX
Intoduction of FIrebase Realtime Database
PDF
Firebase Adventures - Going above and beyond in Realtime
PPTX
Introduction to Firebase (A Platform for developing apps) .pptx
PDF
Firebase in action 2021
PPTX
Firebase Overview
PPTX
Introducing-Firebase.pptxehehshhdhdhdhdhhd
PDF
Firebase Adventures - Real time platform for your apps
PPTX
Google Firebase
PDF
Building Extraordinary Apps with Firebase Analytics
PPTX
Firebasics
PDF
Introduction to Firebase
PPTX
Firebase PPT
PDF
Mobile Programming - 10 Firebase
PDF
Firebase Basics - Dialog Demo for Group Tech Staff
PPT
PPTX
Firebase Platform
PPTX
Google Firebase Presentation
PPTX
Tk2323 lecture 8 firebase
Firebase Tech Talk By Atlogys
Devfest SouthWest, Nigeria - Firebase
Intoduction of FIrebase Realtime Database
Firebase Adventures - Going above and beyond in Realtime
Introduction to Firebase (A Platform for developing apps) .pptx
Firebase in action 2021
Firebase Overview
Introducing-Firebase.pptxehehshhdhdhdhdhhd
Firebase Adventures - Real time platform for your apps
Google Firebase
Building Extraordinary Apps with Firebase Analytics
Firebasics
Introduction to Firebase
Firebase PPT
Mobile Programming - 10 Firebase
Firebase Basics - Dialog Demo for Group Tech Staff
Firebase Platform
Google Firebase Presentation
Tk2323 lecture 8 firebase
Ad

More from Senthilkumar Murugesan (8)

PPTX
Io t in industrial application
PPTX
IoT in cloud storage
PDF
SaveMom Pitch
PPTX
PPTX
Startup engineering summer_course
PPTX
Internet of things
PPTX
Google app engine
PPTX
How create google forms for survey
Io t in industrial application
IoT in cloud storage
SaveMom Pitch
Startup engineering summer_course
Internet of things
Google app engine
How create google forms for survey
Ad

Recently uploaded (6)

PPTX
Introduction to Packet Tracer Course Overview - Aug 21 (1).pptx
DOC
Camb毕业证学历认证,格罗斯泰斯特主教大学毕业证仿冒文凭毕业证
PDF
Lesson 13- HEREDITY _ pedSAWEREGFVCXZDSASEWFigree.pdf
PDF
6-UseCfgfhgfhgfhgfhgfhfhhaseActivity.pdf
DOC
证书学历UoA毕业证,澳大利亚中汇学院毕业证国外大学毕业证
PPTX
ASMS Telecommunication company Profile
Introduction to Packet Tracer Course Overview - Aug 21 (1).pptx
Camb毕业证学历认证,格罗斯泰斯特主教大学毕业证仿冒文凭毕业证
Lesson 13- HEREDITY _ pedSAWEREGFVCXZDSASEWFigree.pdf
6-UseCfgfhgfhgfhgfhgfhfhhaseActivity.pdf
证书学历UoA毕业证,澳大利亚中汇学院毕业证国外大学毕业证
ASMS Telecommunication company Profile

Real timechat firebase