SlideShare una empresa de Scribd logo
1 de 33
Descargar para leer sin conexión
Firebase Adventures - Real time platform for your apps
+JuarezPAFilho California Lover <3
http://plus.google.com/+JuarezPAFilho/about Real time apps and more with Firebase by @juarezpaf
An enthusiastic Front end Engineer with over
7 years of experience, after his first CSS class
devoted completely to Front End and UX.
Front end Engineer at madewithlove
Caravana Web Founder
GDG Casts and GDG Organizer
Hybrid Enthusiast (Ionic & Firebase)
https://www.firebase.com
Build Extraordinary Apps
A powerful platform for your mobile or web application
Real time apps and more with Firebase by @juarezpaf
https://youtu.be/SLgHfH7KzXU An introduction and overview of Firebase
https://firebase.com/features.html Real time apps and more with Firebase
Features will help you to build extraordinary Apps
Real Time Static HostingUser Auth
https://firebase.com/features.html Real time apps and more with Firebase
Data in your Firebase database is stored as JSON and
synchronized in realtime to every connected client.
Automatically scales with your app
First-class security features
Works offlineReal Time
Features will help you to build extraordinary Apps
https://www.firebase.com/blog/2015-05-29-announcing-mobile-offline-support.html
Mobile Offline Support
https://firebase.com/features.html Real time apps and more with Firebase
With Firebase, you can easily authenticate users from
Android, iOS, and JavaScript SDKs in just a few lines.
Social Login (Facebook, Twitter, GitHub, Google)
Handle user login entirely with client-side code
Integrate authentication with your existing backendUser auth
Features will help you to build extraordinary Apps
https://firebase.com/features.html Real time apps and more with Firebase
Deploy your web app in seconds with Firebase
production-grade static asset hosting.
Deploy in seconds to firebaseapp.com
SSL by default
Manage and rollback deploysStatic Hosting
Features will help you to build extraordinary Apps
Hosting your extraordinary App in Firebase
Easily deploy and host your app's static assets (HTML,
CSS, JavaScript, etc) with Firebase production-grade
hosting service.
All of your content is served over HTTPS and backed
by a global CDN.
https://www.firebase.com/docs/hosting/ Real time apps and more with Firebase
https://firebase.com/signup Real time apps and more with Firebase
Building Extraordinary Cross-platform Apps
https://firebase.com/docs/web/ Real time web apps and more with Firebase
Building Extraordinary Web Apps
v2.2.9
https://firebase.com/tutorial/#gettingstarted Real time web apps and more with Firebase
Building Extraordinary Web Apps
Check this 5 minutes tutorial which will teach
you the basics of the Firebase JavaScript client
5 minutes
Quick Start https://youtu.be/gL-jNk8SzUo
https://github.com/firebase/vulcan A Firebase data inspector and editor inside Chrome Devtools.
Use Firebase Directly from DevTools
https://firebase.com/docs/web/libraries/angular/ Real time AngularJS apps with Firebase
Building Extraordinary AngularJS Apps
AngularFire
AngularFire is the officially supported AngularJS
binding for Firebase.
The combination of Angular and Firebase provides a
three-way data binding between your HTML, your
JavaScript, and the Firebase backend.
v1.1.2 Learn more https://youtu.be/rpMlTvhQClQ
https://thinkster.io/angularfire-slack-tutorial Learn to build a Real-Time Slack clone with AngularFire
Building Extraordinary AngularJS Apps
Learn more https://youtu.be/rpMlTvhQClQ
ReactJS is a framework for building large, complex user
interfaces.
Firebase complements it perfectly by providing an
easy-to-use, realtime data source for populating the
state of React components.
https://firebase.com/docs/web/libraries/react/ Real time ReactJS apps with Firebase
Building Extraordinary ReactJS Apps
ReactFire
v0.5.0 Learn more https://youtu.be/0faoWmJsq1k
EmberJS is a framework for building ambitious web
applications that utilizes auto-updating Handlebars
templates, components, and routing with great URL
support.
You can easily add a realtime backend to your Ember
app with EmberFire, using Firebase with Ember Data.
https://firebase.com/docs/web/libraries/ember/ Real time EmberJS apps with Firebase
Building Extraordinary EmberJS Apps
EmberFire
v1.5.0 Learn more https://youtu.be/Cs3Fdup7aUo
http://sudharti.github.io/articles/ember-todo-firebase Building a Todo app using Ember.js & Firebase
Building Extraordinary EmberJS Apps
Awesome read if you want to implement Firebase with
your Ember.js projects. Tutorial by Sudharsanan
Backbone.js is a library that gives structure to web
applications. This structure comes from components
such as models, collections, and template views.
Firebase gives your Backbone app a realtime backend,
by utilizing our official library, BackboneFire.
https://firebase.com/docs/web/libraries/backbone/quickstart.html Real time Backbone.js apps with Firebase
Building Extraordinary Backbone.js Apps
BackboneFire
v0.5.1
Polymer 1.0 has been rebuilt from the ground up for
speed and efficiency. The new, leaner core library
makes it easier than ever to make fast, beautiful, and
interoperable web components
With the unofficial firebase-element you can bring all
Firebase features to work with your Polymer app.
https://github.com/googlewebcomponents/firebase-element Real time Polymer apps with Firebase
Building Extraordinary Polymer Apps
firebase-element
v1.0.3 Learn more https://youtu.be/gErWcBdd-F8
Ionic is a front-end SDK for developing hybrid mobile
apps with HTML5.
Because Ionic uses Angular, developers can use
AngularFire to easily wire up a Firebase backend with
an Ionic app.
Real time Ionic apps with Firebase
Building Extraordinary Hybrid Apps
AngularFire
v1.1.2
https://firebase.com/docs/web/libraries/ionic/guide.html
Learn more https://youtu.be/SLgHfH7KzXU
http://bit.ly/toptal-mobile-applications-using-ionic-framework-and-firebase
Building Real-Time, Multi-Platform Mobile Applications:
Examples Using Ionic and Firebase
GeoFire is an open-source library that allows you to
store and query a set of keys based on their
geographic location.
GeoFire uses the Firebase database for data storage,
allowing query results to be updated in realtime as they
change.
https://github.com/firebase/geofire-js Realtime Geolocation queries with Firebase
Building Extraordinary Geo location powered Apps
https://firebase.com/docs/android/ Real time Android apps with Firebase
Building Extraordinary Android Apps
v2.3.1
Android Quick Start https://youtu.be/cab-p7pJBDw
https://firebase.com/docs/android/ Real time Android apps with Firebase
Building Extraordinary Android Apps
v2.3.1
github.com/anapaulagomes/today-in-computer-history github.com/brunodles/Firedroid
https://io2015codelabs.appspot.com/codelabs/fire-place#1 Google Places API and Firebase Code Lab
This project shows the finished product of
one of the code labs at Google I/O 2015.
It demonstrates the Google Places API for
Android and the Firebase API.
https://www.firebase.com/docs/ios/ Real time apps and more with Firebase
Building Extraordinary iOS Apps
v2.3.3
iOS Quick Start https://youtu.be/umZLJThityQ
https://www.firebase.com/docs/ios/libraries/watchkit/guide.html Using WatchKit with Firebase
Building Extraordinary Apple Watch Apps
A comprehensive guide on how to build a Watch App
with Firebase written by the Firebase developers.
https://firebase.com/docs/rest/ Real time apps consuming REST APIs with Firebase
Build mobile and web apps in minutes using
any Firebase database URL as a REST
endpoint appending .json to the url
https://zapier.com/help/firebase/ Connect and automate your apps with Firebase and Zapier Partnership
Firebase works seamlessly with Zapier so
you can add a whole new level of connectivity to
your Firebase without writing a single line of code.
https://firebase.com/customers/ Case studies using Firebase to make extraordinary products
Companies and Developers using Firebase ♥
Incredible first experience. I was able to get a completely
custom, embedded chat client running in 30 mins. I really
couldn't imagine how this could be easier.
– Ryan Bubinski, Founder Codecademy
“
Thank you!
Let’s create amazing products with Firebase
https://firebase.com/docs/help/ Real time apps and more with @Firebase

Más contenido relacionado

La actualidad más candente

Firebase Adventures - Going above and beyond in Realtime
Firebase Adventures - Going above and beyond in RealtimeFirebase Adventures - Going above and beyond in Realtime
Firebase Adventures - Going above and beyond in RealtimeJuarez Filho
 
Firebase for the Web
Firebase for the WebFirebase for the Web
Firebase for the WebJana Moudrá
 
Online mobile game server use Firebase realtime aatabase
Online mobile game server use Firebase realtime aatabaseOnline mobile game server use Firebase realtime aatabase
Online mobile game server use Firebase realtime aatabaseNguyễn Bá Thành
 
Build Collaborative App Using Polymer and Firebase
Build Collaborative App Using Polymer and FirebaseBuild Collaborative App Using Polymer and Firebase
Build Collaborative App Using Polymer and FirebaseAjit Kumar
 
iOSDevCamp Firebase Overview
iOSDevCamp Firebase OverviewiOSDevCamp Firebase Overview
iOSDevCamp Firebase OverviewJames Daniels
 
Introduction to Firebase [Google I/O Extended Bangkok 2016]
Introduction to Firebase [Google I/O Extended Bangkok 2016]Introduction to Firebase [Google I/O Extended Bangkok 2016]
Introduction to Firebase [Google I/O Extended Bangkok 2016]Sittiphol Phanvilai
 
Google I/O Extended 2016 @Vientiane: Introducing Firebase
Google I/O Extended 2016 @Vientiane: Introducing FirebaseGoogle I/O Extended 2016 @Vientiane: Introducing Firebase
Google I/O Extended 2016 @Vientiane: Introducing FirebaseKhatthaphone TAMONGSOUMUANGXAY
 
Google I/O Extended Vientiane 2016: Introducing Firebase
Google I/O Extended Vientiane 2016: Introducing FirebaseGoogle I/O Extended Vientiane 2016: Introducing Firebase
Google I/O Extended Vientiane 2016: Introducing FirebaseKhatthaphone TAMONGSOUMUANGXAY
 
Introduction to Google App Engine - Naga Rohit S [ IIT Guwahati ] - Google De...
Introduction to Google App Engine - Naga Rohit S [ IIT Guwahati ] - Google De...Introduction to Google App Engine - Naga Rohit S [ IIT Guwahati ] - Google De...
Introduction to Google App Engine - Naga Rohit S [ IIT Guwahati ] - Google De...Naga Rohit
 
Introduction to Google App Engine with Python
Introduction to Google App Engine with PythonIntroduction to Google App Engine with Python
Introduction to Google App Engine with PythonBrian Lyttle
 
Firebase Auth Tutorial
Firebase Auth TutorialFirebase Auth Tutorial
Firebase Auth TutorialBukhori Aqid
 
FaaS or not to FaaS. It's not a silver bullet. AWS User Group Cologne October...
FaaS or not to FaaS. It's not a silver bullet. AWS User Group Cologne October...FaaS or not to FaaS. It's not a silver bullet. AWS User Group Cologne October...
FaaS or not to FaaS. It's not a silver bullet. AWS User Group Cologne October...Vadym Kazulkin
 
[GeekTalk#2] Takaaki Mizuno - Api Url Design
[GeekTalk#2] Takaaki Mizuno - Api Url Design[GeekTalk#2] Takaaki Mizuno - Api Url Design
[GeekTalk#2] Takaaki Mizuno - Api Url DesignNexus FrontierTech
 
Distributed-ness: Distributed computing & the clouds
Distributed-ness: Distributed computing & the cloudsDistributed-ness: Distributed computing & the clouds
Distributed-ness: Distributed computing & the cloudsRobert Coup
 

La actualidad más candente (19)

Firebase Adventures - Going above and beyond in Realtime
Firebase Adventures - Going above and beyond in RealtimeFirebase Adventures - Going above and beyond in Realtime
Firebase Adventures - Going above and beyond in Realtime
 
Firebase for the Web
Firebase for the WebFirebase for the Web
Firebase for the Web
 
Firebase Android
Firebase AndroidFirebase Android
Firebase Android
 
Online mobile game server use Firebase realtime aatabase
Online mobile game server use Firebase realtime aatabaseOnline mobile game server use Firebase realtime aatabase
Online mobile game server use Firebase realtime aatabase
 
Firebase with Android
Firebase with AndroidFirebase with Android
Firebase with Android
 
Build Collaborative App Using Polymer and Firebase
Build Collaborative App Using Polymer and FirebaseBuild Collaborative App Using Polymer and Firebase
Build Collaborative App Using Polymer and Firebase
 
iOSDevCamp Firebase Overview
iOSDevCamp Firebase OverviewiOSDevCamp Firebase Overview
iOSDevCamp Firebase Overview
 
Introduction to Firebase [Google I/O Extended Bangkok 2016]
Introduction to Firebase [Google I/O Extended Bangkok 2016]Introduction to Firebase [Google I/O Extended Bangkok 2016]
Introduction to Firebase [Google I/O Extended Bangkok 2016]
 
Introducing Firebase by Google
Introducing Firebase by GoogleIntroducing Firebase by Google
Introducing Firebase by Google
 
Google I/O Extended 2016 @Vientiane: Introducing Firebase
Google I/O Extended 2016 @Vientiane: Introducing FirebaseGoogle I/O Extended 2016 @Vientiane: Introducing Firebase
Google I/O Extended 2016 @Vientiane: Introducing Firebase
 
Google I/O Extended Vientiane 2016: Introducing Firebase
Google I/O Extended Vientiane 2016: Introducing FirebaseGoogle I/O Extended Vientiane 2016: Introducing Firebase
Google I/O Extended Vientiane 2016: Introducing Firebase
 
Introduction to Google App Engine - Naga Rohit S [ IIT Guwahati ] - Google De...
Introduction to Google App Engine - Naga Rohit S [ IIT Guwahati ] - Google De...Introduction to Google App Engine - Naga Rohit S [ IIT Guwahati ] - Google De...
Introduction to Google App Engine - Naga Rohit S [ IIT Guwahati ] - Google De...
 
Introduction to Google App Engine with Python
Introduction to Google App Engine with PythonIntroduction to Google App Engine with Python
Introduction to Google App Engine with Python
 
Firebase Auth Tutorial
Firebase Auth TutorialFirebase Auth Tutorial
Firebase Auth Tutorial
 
FaaS or not to FaaS. It's not a silver bullet. AWS User Group Cologne October...
FaaS or not to FaaS. It's not a silver bullet. AWS User Group Cologne October...FaaS or not to FaaS. It's not a silver bullet. AWS User Group Cologne October...
FaaS or not to FaaS. It's not a silver bullet. AWS User Group Cologne October...
 
Firebase.pptx
Firebase.pptxFirebase.pptx
Firebase.pptx
 
Firebase.pptx
Firebase.pptxFirebase.pptx
Firebase.pptx
 
[GeekTalk#2] Takaaki Mizuno - Api Url Design
[GeekTalk#2] Takaaki Mizuno - Api Url Design[GeekTalk#2] Takaaki Mizuno - Api Url Design
[GeekTalk#2] Takaaki Mizuno - Api Url Design
 
Distributed-ness: Distributed computing & the clouds
Distributed-ness: Distributed computing & the cloudsDistributed-ness: Distributed computing & the clouds
Distributed-ness: Distributed computing & the clouds
 

Destacado

Introduction to Firebase with Android and Beyond...
Introduction to Firebase with Android and Beyond...Introduction to Firebase with Android and Beyond...
Introduction to Firebase with Android and Beyond...Kasper Loevborg Jensen
 
Firebase presentation
Firebase presentationFirebase presentation
Firebase presentationConnor Leech
 
Polymer and Firebase: Componentizing the Web in Realtime
Polymer and Firebase: Componentizing the Web in RealtimePolymer and Firebase: Componentizing the Web in Realtime
Polymer and Firebase: Componentizing the Web in RealtimeJuarez Filho
 
How to build a web application with Polymer
How to build a web application with PolymerHow to build a web application with Polymer
How to build a web application with PolymerSami Suo-Heikki
 
Df4 nuclear power
Df4 nuclear powerDf4 nuclear power
Df4 nuclear powerDF4-CUTE
 
Why cloud and what's in it for you
Why cloud and what's in it for youWhy cloud and what's in it for you
Why cloud and what's in it for youJin Jung
 
Quickie auth with firebase and polymer
Quickie auth with firebase and polymerQuickie auth with firebase and polymer
Quickie auth with firebase and polymerSylia Baraka
 
The Firebase tier for your mobile app - DevFest CH
The Firebase tier for your mobile app - DevFest CHThe Firebase tier for your mobile app - DevFest CH
The Firebase tier for your mobile app - DevFest CHMatteo Bonifazi
 
Jump into cross platform development with firebase
Jump into cross platform development with firebaseJump into cross platform development with firebase
Jump into cross platform development with firebaseConstantine Mars
 
Firebase Cloud Messaging Device to Device
Firebase Cloud Messaging Device to DeviceFirebase Cloud Messaging Device to Device
Firebase Cloud Messaging Device to DeviceTakuma Lee
 
Web Services and Mobile
Web Services and MobileWeb Services and Mobile
Web Services and MobileAvner Solomon
 
Principles of Service-Oriented Architecture
Principles of Service-Oriented ArchitecturePrinciples of Service-Oriented Architecture
Principles of Service-Oriented ArchitectureDouwe Pieter van den Bos
 

Destacado (19)

Introduction to Firebase with Android and Beyond...
Introduction to Firebase with Android and Beyond...Introduction to Firebase with Android and Beyond...
Introduction to Firebase with Android and Beyond...
 
Introduction to Firebase from Google
Introduction to Firebase from GoogleIntroduction to Firebase from Google
Introduction to Firebase from Google
 
Firebase
FirebaseFirebase
Firebase
 
Firebase presentation
Firebase presentationFirebase presentation
Firebase presentation
 
Polymer and Firebase: Componentizing the Web in Realtime
Polymer and Firebase: Componentizing the Web in RealtimePolymer and Firebase: Componentizing the Web in Realtime
Polymer and Firebase: Componentizing the Web in Realtime
 
Firebase
FirebaseFirebase
Firebase
 
Android Firebase
Android FirebaseAndroid Firebase
Android Firebase
 
How to build a web application with Polymer
How to build a web application with PolymerHow to build a web application with Polymer
How to build a web application with Polymer
 
Slideshare ppt
Slideshare pptSlideshare ppt
Slideshare ppt
 
Df4 nuclear power
Df4 nuclear powerDf4 nuclear power
Df4 nuclear power
 
Why cloud and what's in it for you
Why cloud and what's in it for youWhy cloud and what's in it for you
Why cloud and what's in it for you
 
Quickie auth with firebase and polymer
Quickie auth with firebase and polymerQuickie auth with firebase and polymer
Quickie auth with firebase and polymer
 
The Firebase tier for your mobile app - DevFest CH
The Firebase tier for your mobile app - DevFest CHThe Firebase tier for your mobile app - DevFest CH
The Firebase tier for your mobile app - DevFest CH
 
Jump into cross platform development with firebase
Jump into cross platform development with firebaseJump into cross platform development with firebase
Jump into cross platform development with firebase
 
Firebase slide
Firebase slideFirebase slide
Firebase slide
 
Firebase Cloud Messaging Device to Device
Firebase Cloud Messaging Device to DeviceFirebase Cloud Messaging Device to Device
Firebase Cloud Messaging Device to Device
 
Firebase PPT
Firebase PPTFirebase PPT
Firebase PPT
 
Web Services and Mobile
Web Services and MobileWeb Services and Mobile
Web Services and Mobile
 
Principles of Service-Oriented Architecture
Principles of Service-Oriented ArchitecturePrinciples of Service-Oriented Architecture
Principles of Service-Oriented Architecture
 

Similar a Firebase Adventures - Real time platform for your apps

Getting Started with Firebase Cloud Functions
Getting Started with Firebase Cloud FunctionsGetting Started with Firebase Cloud Functions
Getting Started with Firebase Cloud FunctionsMuhammad Samu
 
AWS Tech Summit - Berlin 2011 - Running Java Applications on AWS
AWS Tech Summit - Berlin 2011 - Running Java Applications on AWSAWS Tech Summit - Berlin 2011 - Running Java Applications on AWS
AWS Tech Summit - Berlin 2011 - Running Java Applications on AWSAmazon Web Services
 
Introduction, Examples - Firebase
Introduction, Examples - Firebase Introduction, Examples - Firebase
Introduction, Examples - Firebase Eueung Mulyana
 
Flutter-Festivals Day-4.pptx
Flutter-Festivals Day-4.pptxFlutter-Festivals Day-4.pptx
Flutter-Festivals Day-4.pptxDSCVSSUT
 
Mobile Programming - 10 Firebase
Mobile Programming - 10 FirebaseMobile Programming - 10 Firebase
Mobile Programming - 10 FirebaseAndiNurkholis1
 
Enhance Your Real-Time Apps with Firebase and Flutter Integration
Enhance Your Real-Time Apps with Firebase and Flutter IntegrationEnhance Your Real-Time Apps with Firebase and Flutter Integration
Enhance Your Real-Time Apps with Firebase and Flutter IntegrationTriState Technology
 
What is new in Firebase?
What is new in Firebase?What is new in Firebase?
What is new in Firebase?Sinan Yılmaz
 
Google Firebase Presentation
Google Firebase PresentationGoogle Firebase Presentation
Google Firebase PresentationAeni Patel
 
Azure Static Web Apps
Azure Static Web AppsAzure Static Web Apps
Azure Static Web AppsJen Looper
 
Ionic adventures - Hybrid Mobile App Development rocks
Ionic adventures - Hybrid Mobile App Development rocksIonic adventures - Hybrid Mobile App Development rocks
Ionic adventures - Hybrid Mobile App Development rocksJuarez Filho
 
Voice controlled robot powered by Google Cloud
Voice controlled robot powered by Google CloudVoice controlled robot powered by Google Cloud
Voice controlled robot powered by Google CloudPaul Boonyarungsrit
 
Lessons learned using Firebase in Production
Lessons learned using Firebase in ProductionLessons learned using Firebase in Production
Lessons learned using Firebase in ProductionMaik Buchmeyer
 
Firebase Predictions
Firebase PredictionsFirebase Predictions
Firebase Predictionsraditya gumay
 
DevFest Forged in Firebase
DevFest Forged in FirebaseDevFest Forged in Firebase
DevFest Forged in FirebaseMihaiPistol
 
Firebase in a Nutshell
Firebase in a NutshellFirebase in a Nutshell
Firebase in a NutshellSumit Sahoo
 
Workshop "Building Modern Web Applications with Firebase (and Angular)", Arm...
Workshop "Building Modern Web Applications with Firebase (and Angular)",  Arm...Workshop "Building Modern Web Applications with Firebase (and Angular)",  Arm...
Workshop "Building Modern Web Applications with Firebase (and Angular)", Arm...Fwdays
 
Lecture 3 React Native with Database.pptx
Lecture 3 React Native with Database.pptxLecture 3 React Native with Database.pptx
Lecture 3 React Native with Database.pptxGevitaChinnaiah
 

Similar a Firebase Adventures - Real time platform for your apps (20)

Getting Started with Firebase Cloud Functions
Getting Started with Firebase Cloud FunctionsGetting Started with Firebase Cloud Functions
Getting Started with Firebase Cloud Functions
 
AWS Tech Summit - Berlin 2011 - Running Java Applications on AWS
AWS Tech Summit - Berlin 2011 - Running Java Applications on AWSAWS Tech Summit - Berlin 2011 - Running Java Applications on AWS
AWS Tech Summit - Berlin 2011 - Running Java Applications on AWS
 
Introduction, Examples - Firebase
Introduction, Examples - Firebase Introduction, Examples - Firebase
Introduction, Examples - Firebase
 
Flutter-Festivals Day-4.pptx
Flutter-Festivals Day-4.pptxFlutter-Festivals Day-4.pptx
Flutter-Festivals Day-4.pptx
 
Mobile Programming - 10 Firebase
Mobile Programming - 10 FirebaseMobile Programming - 10 Firebase
Mobile Programming - 10 Firebase
 
Enhance Your Real-Time Apps with Firebase and Flutter Integration
Enhance Your Real-Time Apps with Firebase and Flutter IntegrationEnhance Your Real-Time Apps with Firebase and Flutter Integration
Enhance Your Real-Time Apps with Firebase and Flutter Integration
 
What is new in Firebase?
What is new in Firebase?What is new in Firebase?
What is new in Firebase?
 
Google Firebase Presentation
Google Firebase PresentationGoogle Firebase Presentation
Google Firebase Presentation
 
Azure Static Web Apps
Azure Static Web AppsAzure Static Web Apps
Azure Static Web Apps
 
Firebase
Firebase Firebase
Firebase
 
Ionic adventures - Hybrid Mobile App Development rocks
Ionic adventures - Hybrid Mobile App Development rocksIonic adventures - Hybrid Mobile App Development rocks
Ionic adventures - Hybrid Mobile App Development rocks
 
Voice controlled robot powered by Google Cloud
Voice controlled robot powered by Google CloudVoice controlled robot powered by Google Cloud
Voice controlled robot powered by Google Cloud
 
Firebasics
FirebasicsFirebasics
Firebasics
 
Lessons learned using Firebase in Production
Lessons learned using Firebase in ProductionLessons learned using Firebase in Production
Lessons learned using Firebase in Production
 
Firebase Predictions
Firebase PredictionsFirebase Predictions
Firebase Predictions
 
DevFest Forged in Firebase
DevFest Forged in FirebaseDevFest Forged in Firebase
DevFest Forged in Firebase
 
Firebase in a Nutshell
Firebase in a NutshellFirebase in a Nutshell
Firebase in a Nutshell
 
Firebase .pptx
Firebase .pptxFirebase .pptx
Firebase .pptx
 
Workshop "Building Modern Web Applications with Firebase (and Angular)", Arm...
Workshop "Building Modern Web Applications with Firebase (and Angular)",  Arm...Workshop "Building Modern Web Applications with Firebase (and Angular)",  Arm...
Workshop "Building Modern Web Applications with Firebase (and Angular)", Arm...
 
Lecture 3 React Native with Database.pptx
Lecture 3 React Native with Database.pptxLecture 3 React Native with Database.pptx
Lecture 3 React Native with Database.pptx
 

Último

Secure your environment with UiPath and CyberArk technologies - Session 1
Secure your environment with UiPath and CyberArk technologies - Session 1Secure your environment with UiPath and CyberArk technologies - Session 1
Secure your environment with UiPath and CyberArk technologies - Session 1DianaGray10
 
UWB Technology for Enhanced Indoor and Outdoor Positioning in Physiological M...
UWB Technology for Enhanced Indoor and Outdoor Positioning in Physiological M...UWB Technology for Enhanced Indoor and Outdoor Positioning in Physiological M...
UWB Technology for Enhanced Indoor and Outdoor Positioning in Physiological M...UbiTrack UK
 
Nanopower In Semiconductor Industry.pdf
Nanopower  In Semiconductor Industry.pdfNanopower  In Semiconductor Industry.pdf
Nanopower In Semiconductor Industry.pdfPedro Manuel
 
Crea il tuo assistente AI con lo Stregatto (open source python framework)
Crea il tuo assistente AI con lo Stregatto (open source python framework)Crea il tuo assistente AI con lo Stregatto (open source python framework)
Crea il tuo assistente AI con lo Stregatto (open source python framework)Commit University
 
Igniting Next Level Productivity with AI-Infused Data Integration Workflows
Igniting Next Level Productivity with AI-Infused Data Integration WorkflowsIgniting Next Level Productivity with AI-Infused Data Integration Workflows
Igniting Next Level Productivity with AI-Infused Data Integration WorkflowsSafe Software
 
Comparing Sidecar-less Service Mesh from Cilium and Istio
Comparing Sidecar-less Service Mesh from Cilium and IstioComparing Sidecar-less Service Mesh from Cilium and Istio
Comparing Sidecar-less Service Mesh from Cilium and IstioChristian Posta
 
Apres-Cyber - The Data Dilemma: Bridging Offensive Operations and Machine Lea...
Apres-Cyber - The Data Dilemma: Bridging Offensive Operations and Machine Lea...Apres-Cyber - The Data Dilemma: Bridging Offensive Operations and Machine Lea...
Apres-Cyber - The Data Dilemma: Bridging Offensive Operations and Machine Lea...Will Schroeder
 
Designing A Time bound resource download URL
Designing A Time bound resource download URLDesigning A Time bound resource download URL
Designing A Time bound resource download URLRuncy Oommen
 
COMPUTER 10: Lesson 7 - File Storage and Online Collaboration
COMPUTER 10: Lesson 7 - File Storage and Online CollaborationCOMPUTER 10: Lesson 7 - File Storage and Online Collaboration
COMPUTER 10: Lesson 7 - File Storage and Online Collaborationbruanjhuli
 
Salesforce Miami User Group Event - 1st Quarter 2024
Salesforce Miami User Group Event - 1st Quarter 2024Salesforce Miami User Group Event - 1st Quarter 2024
Salesforce Miami User Group Event - 1st Quarter 2024SkyPlanner
 
Meet the new FSP 3000 M-Flex800™
Meet the new FSP 3000 M-Flex800™Meet the new FSP 3000 M-Flex800™
Meet the new FSP 3000 M-Flex800™Adtran
 
UiPath Community: AI for UiPath Automation Developers
UiPath Community: AI for UiPath Automation DevelopersUiPath Community: AI for UiPath Automation Developers
UiPath Community: AI for UiPath Automation DevelopersUiPathCommunity
 
Artificial Intelligence & SEO Trends for 2024
Artificial Intelligence & SEO Trends for 2024Artificial Intelligence & SEO Trends for 2024
Artificial Intelligence & SEO Trends for 2024D Cloud Solutions
 
Linked Data in Production: Moving Beyond Ontologies
Linked Data in Production: Moving Beyond OntologiesLinked Data in Production: Moving Beyond Ontologies
Linked Data in Production: Moving Beyond OntologiesDavid Newbury
 
Empowering Africa's Next Generation: The AI Leadership Blueprint
Empowering Africa's Next Generation: The AI Leadership BlueprintEmpowering Africa's Next Generation: The AI Leadership Blueprint
Empowering Africa's Next Generation: The AI Leadership BlueprintMahmoud Rabie
 
COMPUTER 10 Lesson 8 - Building a Website
COMPUTER 10 Lesson 8 - Building a WebsiteCOMPUTER 10 Lesson 8 - Building a Website
COMPUTER 10 Lesson 8 - Building a Websitedgelyza
 
Building AI-Driven Apps Using Semantic Kernel.pptx
Building AI-Driven Apps Using Semantic Kernel.pptxBuilding AI-Driven Apps Using Semantic Kernel.pptx
Building AI-Driven Apps Using Semantic Kernel.pptxUdaiappa Ramachandran
 
Introduction to Matsuo Laboratory (ENG).pptx
Introduction to Matsuo Laboratory (ENG).pptxIntroduction to Matsuo Laboratory (ENG).pptx
Introduction to Matsuo Laboratory (ENG).pptxMatsuo Lab
 
NIST Cybersecurity Framework (CSF) 2.0 Workshop
NIST Cybersecurity Framework (CSF) 2.0 WorkshopNIST Cybersecurity Framework (CSF) 2.0 Workshop
NIST Cybersecurity Framework (CSF) 2.0 WorkshopBachir Benyammi
 

Último (20)

Secure your environment with UiPath and CyberArk technologies - Session 1
Secure your environment with UiPath and CyberArk technologies - Session 1Secure your environment with UiPath and CyberArk technologies - Session 1
Secure your environment with UiPath and CyberArk technologies - Session 1
 
UWB Technology for Enhanced Indoor and Outdoor Positioning in Physiological M...
UWB Technology for Enhanced Indoor and Outdoor Positioning in Physiological M...UWB Technology for Enhanced Indoor and Outdoor Positioning in Physiological M...
UWB Technology for Enhanced Indoor and Outdoor Positioning in Physiological M...
 
Nanopower In Semiconductor Industry.pdf
Nanopower  In Semiconductor Industry.pdfNanopower  In Semiconductor Industry.pdf
Nanopower In Semiconductor Industry.pdf
 
Crea il tuo assistente AI con lo Stregatto (open source python framework)
Crea il tuo assistente AI con lo Stregatto (open source python framework)Crea il tuo assistente AI con lo Stregatto (open source python framework)
Crea il tuo assistente AI con lo Stregatto (open source python framework)
 
Igniting Next Level Productivity with AI-Infused Data Integration Workflows
Igniting Next Level Productivity with AI-Infused Data Integration WorkflowsIgniting Next Level Productivity with AI-Infused Data Integration Workflows
Igniting Next Level Productivity with AI-Infused Data Integration Workflows
 
Comparing Sidecar-less Service Mesh from Cilium and Istio
Comparing Sidecar-less Service Mesh from Cilium and IstioComparing Sidecar-less Service Mesh from Cilium and Istio
Comparing Sidecar-less Service Mesh from Cilium and Istio
 
Apres-Cyber - The Data Dilemma: Bridging Offensive Operations and Machine Lea...
Apres-Cyber - The Data Dilemma: Bridging Offensive Operations and Machine Lea...Apres-Cyber - The Data Dilemma: Bridging Offensive Operations and Machine Lea...
Apres-Cyber - The Data Dilemma: Bridging Offensive Operations and Machine Lea...
 
Designing A Time bound resource download URL
Designing A Time bound resource download URLDesigning A Time bound resource download URL
Designing A Time bound resource download URL
 
COMPUTER 10: Lesson 7 - File Storage and Online Collaboration
COMPUTER 10: Lesson 7 - File Storage and Online CollaborationCOMPUTER 10: Lesson 7 - File Storage and Online Collaboration
COMPUTER 10: Lesson 7 - File Storage and Online Collaboration
 
Salesforce Miami User Group Event - 1st Quarter 2024
Salesforce Miami User Group Event - 1st Quarter 2024Salesforce Miami User Group Event - 1st Quarter 2024
Salesforce Miami User Group Event - 1st Quarter 2024
 
Meet the new FSP 3000 M-Flex800™
Meet the new FSP 3000 M-Flex800™Meet the new FSP 3000 M-Flex800™
Meet the new FSP 3000 M-Flex800™
 
UiPath Community: AI for UiPath Automation Developers
UiPath Community: AI for UiPath Automation DevelopersUiPath Community: AI for UiPath Automation Developers
UiPath Community: AI for UiPath Automation Developers
 
20230104 - machine vision
20230104 - machine vision20230104 - machine vision
20230104 - machine vision
 
Artificial Intelligence & SEO Trends for 2024
Artificial Intelligence & SEO Trends for 2024Artificial Intelligence & SEO Trends for 2024
Artificial Intelligence & SEO Trends for 2024
 
Linked Data in Production: Moving Beyond Ontologies
Linked Data in Production: Moving Beyond OntologiesLinked Data in Production: Moving Beyond Ontologies
Linked Data in Production: Moving Beyond Ontologies
 
Empowering Africa's Next Generation: The AI Leadership Blueprint
Empowering Africa's Next Generation: The AI Leadership BlueprintEmpowering Africa's Next Generation: The AI Leadership Blueprint
Empowering Africa's Next Generation: The AI Leadership Blueprint
 
COMPUTER 10 Lesson 8 - Building a Website
COMPUTER 10 Lesson 8 - Building a WebsiteCOMPUTER 10 Lesson 8 - Building a Website
COMPUTER 10 Lesson 8 - Building a Website
 
Building AI-Driven Apps Using Semantic Kernel.pptx
Building AI-Driven Apps Using Semantic Kernel.pptxBuilding AI-Driven Apps Using Semantic Kernel.pptx
Building AI-Driven Apps Using Semantic Kernel.pptx
 
Introduction to Matsuo Laboratory (ENG).pptx
Introduction to Matsuo Laboratory (ENG).pptxIntroduction to Matsuo Laboratory (ENG).pptx
Introduction to Matsuo Laboratory (ENG).pptx
 
NIST Cybersecurity Framework (CSF) 2.0 Workshop
NIST Cybersecurity Framework (CSF) 2.0 WorkshopNIST Cybersecurity Framework (CSF) 2.0 Workshop
NIST Cybersecurity Framework (CSF) 2.0 Workshop
 

Firebase Adventures - Real time platform for your apps

  • 2. +JuarezPAFilho California Lover <3 http://plus.google.com/+JuarezPAFilho/about Real time apps and more with Firebase by @juarezpaf An enthusiastic Front end Engineer with over 7 years of experience, after his first CSS class devoted completely to Front End and UX. Front end Engineer at madewithlove Caravana Web Founder GDG Casts and GDG Organizer Hybrid Enthusiast (Ionic & Firebase)
  • 3. https://www.firebase.com Build Extraordinary Apps A powerful platform for your mobile or web application Real time apps and more with Firebase by @juarezpaf
  • 5. https://firebase.com/features.html Real time apps and more with Firebase Features will help you to build extraordinary Apps Real Time Static HostingUser Auth
  • 6. https://firebase.com/features.html Real time apps and more with Firebase Data in your Firebase database is stored as JSON and synchronized in realtime to every connected client. Automatically scales with your app First-class security features Works offlineReal Time Features will help you to build extraordinary Apps
  • 8. https://firebase.com/features.html Real time apps and more with Firebase With Firebase, you can easily authenticate users from Android, iOS, and JavaScript SDKs in just a few lines. Social Login (Facebook, Twitter, GitHub, Google) Handle user login entirely with client-side code Integrate authentication with your existing backendUser auth Features will help you to build extraordinary Apps
  • 9. https://firebase.com/features.html Real time apps and more with Firebase Deploy your web app in seconds with Firebase production-grade static asset hosting. Deploy in seconds to firebaseapp.com SSL by default Manage and rollback deploysStatic Hosting Features will help you to build extraordinary Apps
  • 10. Hosting your extraordinary App in Firebase Easily deploy and host your app's static assets (HTML, CSS, JavaScript, etc) with Firebase production-grade hosting service. All of your content is served over HTTPS and backed by a global CDN. https://www.firebase.com/docs/hosting/ Real time apps and more with Firebase
  • 11. https://firebase.com/signup Real time apps and more with Firebase Building Extraordinary Cross-platform Apps
  • 12. https://firebase.com/docs/web/ Real time web apps and more with Firebase Building Extraordinary Web Apps v2.2.9
  • 13. https://firebase.com/tutorial/#gettingstarted Real time web apps and more with Firebase Building Extraordinary Web Apps Check this 5 minutes tutorial which will teach you the basics of the Firebase JavaScript client 5 minutes Quick Start https://youtu.be/gL-jNk8SzUo
  • 14. https://github.com/firebase/vulcan A Firebase data inspector and editor inside Chrome Devtools. Use Firebase Directly from DevTools
  • 15. https://firebase.com/docs/web/libraries/angular/ Real time AngularJS apps with Firebase Building Extraordinary AngularJS Apps AngularFire AngularFire is the officially supported AngularJS binding for Firebase. The combination of Angular and Firebase provides a three-way data binding between your HTML, your JavaScript, and the Firebase backend. v1.1.2 Learn more https://youtu.be/rpMlTvhQClQ
  • 16. https://thinkster.io/angularfire-slack-tutorial Learn to build a Real-Time Slack clone with AngularFire Building Extraordinary AngularJS Apps Learn more https://youtu.be/rpMlTvhQClQ
  • 17. ReactJS is a framework for building large, complex user interfaces. Firebase complements it perfectly by providing an easy-to-use, realtime data source for populating the state of React components. https://firebase.com/docs/web/libraries/react/ Real time ReactJS apps with Firebase Building Extraordinary ReactJS Apps ReactFire v0.5.0 Learn more https://youtu.be/0faoWmJsq1k
  • 18. EmberJS is a framework for building ambitious web applications that utilizes auto-updating Handlebars templates, components, and routing with great URL support. You can easily add a realtime backend to your Ember app with EmberFire, using Firebase with Ember Data. https://firebase.com/docs/web/libraries/ember/ Real time EmberJS apps with Firebase Building Extraordinary EmberJS Apps EmberFire v1.5.0 Learn more https://youtu.be/Cs3Fdup7aUo
  • 19. http://sudharti.github.io/articles/ember-todo-firebase Building a Todo app using Ember.js & Firebase Building Extraordinary EmberJS Apps Awesome read if you want to implement Firebase with your Ember.js projects. Tutorial by Sudharsanan
  • 20. Backbone.js is a library that gives structure to web applications. This structure comes from components such as models, collections, and template views. Firebase gives your Backbone app a realtime backend, by utilizing our official library, BackboneFire. https://firebase.com/docs/web/libraries/backbone/quickstart.html Real time Backbone.js apps with Firebase Building Extraordinary Backbone.js Apps BackboneFire v0.5.1
  • 21. Polymer 1.0 has been rebuilt from the ground up for speed and efficiency. The new, leaner core library makes it easier than ever to make fast, beautiful, and interoperable web components With the unofficial firebase-element you can bring all Firebase features to work with your Polymer app. https://github.com/googlewebcomponents/firebase-element Real time Polymer apps with Firebase Building Extraordinary Polymer Apps firebase-element v1.0.3 Learn more https://youtu.be/gErWcBdd-F8
  • 22. Ionic is a front-end SDK for developing hybrid mobile apps with HTML5. Because Ionic uses Angular, developers can use AngularFire to easily wire up a Firebase backend with an Ionic app. Real time Ionic apps with Firebase Building Extraordinary Hybrid Apps AngularFire v1.1.2 https://firebase.com/docs/web/libraries/ionic/guide.html Learn more https://youtu.be/SLgHfH7KzXU
  • 24. GeoFire is an open-source library that allows you to store and query a set of keys based on their geographic location. GeoFire uses the Firebase database for data storage, allowing query results to be updated in realtime as they change. https://github.com/firebase/geofire-js Realtime Geolocation queries with Firebase Building Extraordinary Geo location powered Apps
  • 25. https://firebase.com/docs/android/ Real time Android apps with Firebase Building Extraordinary Android Apps v2.3.1 Android Quick Start https://youtu.be/cab-p7pJBDw
  • 26. https://firebase.com/docs/android/ Real time Android apps with Firebase Building Extraordinary Android Apps v2.3.1 github.com/anapaulagomes/today-in-computer-history github.com/brunodles/Firedroid
  • 27. https://io2015codelabs.appspot.com/codelabs/fire-place#1 Google Places API and Firebase Code Lab This project shows the finished product of one of the code labs at Google I/O 2015. It demonstrates the Google Places API for Android and the Firebase API.
  • 28. https://www.firebase.com/docs/ios/ Real time apps and more with Firebase Building Extraordinary iOS Apps v2.3.3 iOS Quick Start https://youtu.be/umZLJThityQ
  • 29. https://www.firebase.com/docs/ios/libraries/watchkit/guide.html Using WatchKit with Firebase Building Extraordinary Apple Watch Apps A comprehensive guide on how to build a Watch App with Firebase written by the Firebase developers.
  • 30. https://firebase.com/docs/rest/ Real time apps consuming REST APIs with Firebase Build mobile and web apps in minutes using any Firebase database URL as a REST endpoint appending .json to the url
  • 31. https://zapier.com/help/firebase/ Connect and automate your apps with Firebase and Zapier Partnership Firebase works seamlessly with Zapier so you can add a whole new level of connectivity to your Firebase without writing a single line of code.
  • 32. https://firebase.com/customers/ Case studies using Firebase to make extraordinary products Companies and Developers using Firebase ♥ Incredible first experience. I was able to get a completely custom, embedded chat client running in 30 mins. I really couldn't imagine how this could be easier. – Ryan Bubinski, Founder Codecademy “
  • 33. Thank you! Let’s create amazing products with Firebase https://firebase.com/docs/help/ Real time apps and more with @Firebase