SlideShare uma empresa Scribd logo
1 de 72
Baixar para ler offline
Kasper Løvborg Jensen
Leafcastle Labs | Aarhus University
Introduction to Firebase
With Android and Beyond…
Kasper Løvborg Jensen
Kasper Løvborg Jensen
Leafcastle Labs | Aarhus University
Kasper Løvborg Jensen
Chief Wizard, Founder
Leafcastle Labs
Associate Professor
Aarhus University School of Engineering
Lead / Lab Commander
ORBIT Lab
Organizer
Google Developer Group Aarhus
@KasperLJKasper@LeafcastleLabs.com
Kasper Løvborg Jensen
Leafcastle Labs | Aarhus University
β
Kasper Løvborg Jensen
Leafcastle Labs | Aarhus University
Outline
•  Introduction
– What is Firebase?
– What can I use it for?
– How do I get started?
•  Tech demos/hacks
– Android
– IoT devices
– Web
•  Discussion
Kasper Løvborg Jensen
Leafcastle Labs | Aarhus University
Firebase
“Firebase is a fully managed platform for
building iOS, Android, and web apps that
provides automatic data synchronization,
authentication services, messaging, file
storage, analytics, and more. Starting with
Firebase is an efficient way to build or
prototype mobile backend services”
https://cloud.google.com/solutions/mobile/mobile-app-backend-services#firebase
Kasper Løvborg Jensen
Leafcastle Labs | Aarhus University
Kasper Løvborg Jensen
Leafcastle Labs | Aarhus University
Philosophy
1.  Cross platform
2.  Developer experience
3.  Integrations
</>
++
$
Develop
Grow
Earn
https://firebase.google.com/
Kasper Løvborg Jensen
Leafcastle Labs | Aarhus University
Cross Platform
•  Android
•  iOS
•  Web
•  Cloud
•  IoT
•  …
…
Kasper Løvborg Jensen
Leafcastle Labs | Aarhus University
https://firebase.google.com/
Kasper Løvborg Jensen
Leafcastle Labs | Aarhus University
Core Features: Development
•  Real-time Database
•  Storage
•  Authentication
•  Remote Configuration
•  Cloud Messaging
•  Hosting
•  Analytics
•  Crash Reporting
•  Testing / Cloud Test Lab
https://console.firebase.google.com
Kasper Løvborg Jensen
Leafcastle Labs | Aarhus University
Authentication
Kasper Løvborg Jensen
Leafcastle Labs | Aarhus University
Authentication
https://firebase.google.com/docs/auth/
Kasper Løvborg Jensen
Leafcastle Labs | Aarhus University
Authentication
•  Flexible
– Email/password
– Google, Facebook, Twitter, GitHub
– Custom
– Anonymous / temp
•  Standardized
– Oauth 2.0
– OpenID Connect
Kasper Løvborg Jensen
Leafcastle Labs | Aarhus University
Database
Kasper Løvborg Jensen
Leafcastle Labs | Aarhus University
Firebase Realtime Database
•  Cloud based, NoSQL
•  Offline mode
•  Synchs in realtime with clients
•  Store data/objects as JSON
•  Security Rules for security and data
validation
Kasper Løvborg Jensen
Leafcastle Labs | Aarhus University
Storage
Kasper Løvborg Jensen
Leafcastle Labs | Aarhus University
Firebase Storage
•  Files
– Photos, audio, video, etc.
•  Handles upload
– Security and robustness
•  Based on Google Cloud Storage
– Highly scalable
– Sharable with GCP services
•  Integrates with Firebase Authentication
Kasper Løvborg Jensen
Leafcastle Labs | Aarhus University
Hosting
Kasper Løvborg Jensen
Leafcastle Labs | Aarhus University
Hosting
•  Static web content
•  CLI tools for easy setup and deployment
•  Free SSL build in
•  CDN for global delivery
•  Versioning and roll-backs
•  Hosted at *.firebaseapp.com
– Can transition to custom domain
Kasper Løvborg Jensen
Leafcastle Labs | Aarhus University
CLI for hosting
Kasper Løvborg Jensen
Leafcastle Labs | Aarhus University
Remote Config
Kasper Løvborg Jensen
Leafcastle Labs | Aarhus University
Remote Config
•  Instrument your app and set up server
– Key-value pairs
– Rules
•  Quick updates
•  Feature toggling
•  A/B testing
https://firebase.google.com/
Kasper Løvborg Jensen
Leafcastle Labs | Aarhus University
Test Lab
Kasper Løvborg Jensen
Leafcastle Labs | Aarhus University
Test Lab
•  Cloud based test infrastructure for real
devices
•  Run test on configuration matrix and get
results: logs, video, screen dumps
•  Supports: Espresso, Robotium, …
https://firebase.google.com/docs/test-lab/
Kasper Løvborg Jensen
Leafcastle Labs | Aarhus University
Crash Reports
Kasper Løvborg Jensen
Leafcastle Labs | Aarhus University
Crash Reports
•  Log details on crashes on Android and iOS
Source: Google
Kasper Løvborg Jensen
Leafcastle Labs | Aarhus University
Analytics
Kasper Løvborg Jensen
Leafcastle Labs | Aarhus University
Analytics
•  Powerful built-in Analytics
–  Automatically captured data
–  Custom events
•  Define audience and segment analysis
•  Integrates across services
Source: Google
Kasper Løvborg Jensen
Leafcastle Labs | Aarhus University
Cloud Messaging and Notifications
Kasper Løvborg Jensen
Leafcastle Labs | Aarhus University
Cloud Messaging
•  Firebase Cloud Messaging (FCM)
–  Formerly known as GCM
•  Send Messages
–  Notification (for user)
–  Data (for app)
https://firebase.google.com/docs/cloud-messaging/
Kasper Løvborg Jensen
Leafcastle Labs | Aarhus University
Notifications
•  Send notifications to app users
•  Fine-grained control
•  Integrated with Analytics
Source: Google
Kasper Løvborg Jensen
Leafcastle Labs | Aarhus University
Adds / AddMob
Kasper Løvborg Jensen
Leafcastle Labs | Aarhus University
Kasper Løvborg Jensen
Leafcastle Labs | Aarhus University
Pricing
https://firebase.google.com/pricing/
Kasper Løvborg Jensen
Leafcastle Labs | Aarhus University
Firebase as a Backend
https://firebase.google.com/
Kasper Løvborg Jensen
Leafcastle Labs | Aarhus University
Just Firebase
https://cloud.google.com/solutions/mobile/mobile-app-backend-services
Kasper Løvborg Jensen
Leafcastle Labs | Aarhus University
Using App Engine
https://cloud.google.com/solutions/mobile/mobile-app-backend-services
Kasper Løvborg Jensen
Leafcastle Labs | Aarhus University
Custom Server
(Formerly known as Managed VMs)
https://cloud.google.com/solutions/mobile/mobile-app-backend-services
Kasper Løvborg Jensen
Leafcastle Labs | Aarhus University
Existing Infrastructure
Synch through FB Add feature with FB
Kasper Løvborg Jensen
Leafcastle Labs | Aarhus University
Hands-on Hacking/Demo
•  Console
–  Firebase overview
–  Database structure
•  ESP8266/Arduino
–  FirebaseArduino library
•  Web
–  Hosting
–  Firebase CLI: setup and deploy
–  FirebaseJS
•  Android
–  Android Studio Firebase tricks
–  Firebase SDK and patterns
–  Firebase UI
Kasper Løvborg Jensen
Leafcastle Labs | Aarhus University
Too Warm? Feeling Blue?
Kasper Løvborg Jensen
Leafcastle Labs | Aarhus University
CrimsonBreeze
TM
Kasper Løvborg Jensen
Leafcastle Labs | Aarhus University
Kasper Løvborg Jensen
Leafcastle Labs | Aarhus University
Kasper Løvborg Jensen
Leafcastle Labs | Aarhus University
Kasper Løvborg Jensen
Leafcastle Labs | Aarhus University
First: Setup Firebase
Kasper Løvborg Jensen
Leafcastle Labs | Aarhus University
Hack#1: IoT board
Kasper Løvborg Jensen
Leafcastle Labs | Aarhus University
Grove Sensors
Kasper Løvborg Jensen
Leafcastle Labs | Aarhus University
Firebase on ESP8266/Arduino
•  FirebaseArduino library
•  ESP8266 Arduino core
•  “The Arduino library is under
heavy development,
experimental, unversioned
and its API is not stable”
https://github.com/googlesamples/firebase-arduino
https://github.com/esp8266/Arduino
Kasper Løvborg Jensen
Leafcastle Labs | Aarhus University
Setup()!
Based on: https://github.com/googlesamples/firebase-arduino/tree/master/examples/
FirebaseRoom_ESP8266
Kasper Løvborg Jensen
Leafcastle Labs | Aarhus University
Loop()!
Based on: https://github.com/googlesamples/firebase-arduino/tree/master/examples/
FirebaseRoom_ESP8266
Kasper Løvborg Jensen
Leafcastle Labs | Aarhus University
Hack#2 Web
Kasper Løvborg Jensen
Leafcastle Labs | Aarhus University
Web Interface
•  Plain old HTML, CSS and JavaScript
•  FirebaseJS 3.4.1
•  Hosted on Firebase
Kasper Løvborg Jensen
Leafcastle Labs | Aarhus University
Web Interface
Authenticate Monitor and control
Kasper Løvborg Jensen
Leafcastle Labs | Aarhus University
Init
Kasper Løvborg Jensen
Leafcastle Labs | Aarhus University
Deploy
Kasper Løvborg Jensen
Leafcastle Labs | Aarhus University
UI
Kasper Løvborg Jensen
Leafcastle Labs | Aarhus University
Config & Auth
Kasper Løvborg Jensen
Leafcastle Labs | Aarhus University
Database Synch
Kasper Løvborg Jensen
Leafcastle Labs | Aarhus University
Hack#3 Android
Kasper Løvborg Jensen
Leafcastle Labs | Aarhus University
Android Interface
Authenticate Monitor and control
Kasper Løvborg Jensen
Leafcastle Labs | Aarhus University
Getting Started
•  Create project (Firebase console)
•  Add Android and configure
•  Download and add google-services.json
to your Android project
Kasper Løvborg Jensen
Leafcastle Labs | Aarhus University
Kasper Løvborg Jensen
Leafcastle Labs | Aarhus University
Firebase SDK
<project>/<module>/build.gradle
<project>/build.gradle
Kasper Løvborg Jensen
Leafcastle Labs | Aarhus University
Libraries
https://firebase.google.com/docs/android/setup
Kasper Løvborg Jensen
Leafcastle Labs | Aarhus University
FirebaseUI
•  FirebaseListAdapter
•  FirebaseRecyclerViewadapter
•  “FirebaseUI plans to add several more
features, including standard auth
controls, pagination/infinite scroll, and
navigation”
https://github.com/firebase/FirebaseUI-Android
Kasper Løvborg Jensen
Leafcastle Labs | Aarhus University
Android Studio
Kasper Løvborg Jensen
Leafcastle Labs | Aarhus University
Firebase Assistant
Kasper Løvborg Jensen
Leafcastle Labs | Aarhus University
Firebase Assistant
•  Step by step guide
•  Links to Firebase console
– Auto-configure / fill
•  Configures Gradle and imports
Kasper Løvborg Jensen
Leafcastle Labs | Aarhus University
Where to go from here?
•  https://firebase.google.com/
•  Firebase developer channel on Youtube
– Google I/O 2016 videos
– DevBytes
•  Firebase code labs
– We are doing one right now!
•  Join ORBIT Lab / attend GDG Garage
Kasper Løvborg Jensen
Leafcastle Labs | Aarhus University
Firebase at Google I/O’16
•  Introducing Firebase
https://www.youtube.com/watch?
v=ySmWlU9j3j4
•  Firebase Overview
https://www.youtube.com/watch?
v=tb2GZ3Bh4p8
•  Firebase SDK for Android
https://www.youtube.com/watch?
v=AJqakuas_6g
Kasper Løvborg Jensen
Leafcastle Labs | Aarhus University
THANK YOU!
Questions?
@kasperlj
kasper@leafcastlelabs.com

Mais conteúdo relacionado

Mais procurados

Firebase on Android: The Big Picture
Firebase on Android: The Big PictureFirebase on Android: The Big Picture
Firebase on Android: The Big Picture
Sriyank Siddhartha
 

Mais procurados (20)

Google Firebase
Google FirebaseGoogle Firebase
Google Firebase
 
Google Firebase presentation - English
Google Firebase presentation - EnglishGoogle Firebase presentation - English
Google Firebase presentation - English
 
Introducing firebase
Introducing firebaseIntroducing firebase
Introducing firebase
 
Firebase - A real-time server
Firebase - A real-time serverFirebase - A real-time server
Firebase - A real-time server
 
Firebase
FirebaseFirebase
Firebase
 
Firebase
FirebaseFirebase
Firebase
 
Database, data storage, hosting with Firebase
Database, data storage, hosting with FirebaseDatabase, data storage, hosting with Firebase
Database, data storage, hosting with Firebase
 
An Introduction of Node Package Manager (NPM)
An Introduction of Node Package Manager (NPM)An Introduction of Node Package Manager (NPM)
An Introduction of Node Package Manager (NPM)
 
Firebase slide
Firebase slideFirebase slide
Firebase slide
 
Firebase in action 2021
Firebase in action 2021Firebase in action 2021
Firebase in action 2021
 
Firebase on Android: The Big Picture
Firebase on Android: The Big PictureFirebase on Android: The Big Picture
Firebase on Android: The Big Picture
 
Firebase Auth Tutorial
Firebase Auth TutorialFirebase Auth Tutorial
Firebase Auth Tutorial
 
Angular 8
Angular 8 Angular 8
Angular 8
 
Repository Management with JFrog Artifactory
Repository Management with JFrog ArtifactoryRepository Management with JFrog Artifactory
Repository Management with JFrog Artifactory
 
Maven Introduction
Maven IntroductionMaven Introduction
Maven Introduction
 
Ansible
AnsibleAnsible
Ansible
 
Spring Boot in Action
Spring Boot in Action Spring Boot in Action
Spring Boot in Action
 
Google Maps in Android
Google Maps in AndroidGoogle Maps in Android
Google Maps in Android
 
Reactjs
ReactjsReactjs
Reactjs
 
Ios development
Ios developmentIos development
Ios development
 

Destaque

Destaque (20)

Firebase presentation
Firebase presentationFirebase presentation
Firebase presentation
 
Introduction to Firebase on Android
Introduction to Firebase on AndroidIntroduction to Firebase on Android
Introduction to Firebase on Android
 
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]
 
Android Firebase
Android FirebaseAndroid Firebase
Android Firebase
 
Firebase
FirebaseFirebase
Firebase
 
How to build Android Chat App with Firebase for 2 hours?
How to build Android Chat App with Firebase for 2 hours?How to build Android Chat App with Firebase for 2 hours?
How to build Android Chat App with Firebase for 2 hours?
 
Firebase Adventures - Real time platform for your apps
Firebase Adventures - Real time platform for your appsFirebase Adventures - Real time platform for your apps
Firebase Adventures - Real time platform for your apps
 
Firebase Android
Firebase AndroidFirebase Android
Firebase Android
 
Firebase analytics for_android _ i_os
Firebase analytics for_android _ i_osFirebase analytics for_android _ i_os
Firebase analytics for_android _ i_os
 
Евгений Сатуров. Firebase в Android-разработке: основные возможности. РИФ-Вор...
Евгений Сатуров. Firebase в Android-разработке: основные возможности. РИФ-Вор...Евгений Сатуров. Firebase в Android-разработке: основные возможности. РИФ-Вор...
Евгений Сатуров. Firebase в Android-разработке: основные возможности. РИФ-Вор...
 
Quickie auth with firebase and polymer
Quickie auth with firebase and polymerQuickie auth with firebase and polymer
Quickie auth with firebase and polymer
 
Firebase PPT
Firebase PPTFirebase PPT
Firebase PPT
 
Firebase - cloud based real time database
Firebase - cloud based real time databaseFirebase - cloud based real time database
Firebase - cloud based real time database
 
Using JIRA and Confluence in distributed Agile teams
Using JIRA and Confluence in distributed Agile teamsUsing JIRA and Confluence in distributed Agile teams
Using JIRA and Confluence in distributed Agile teams
 
IoT Protocol ( 22 Aug 2015 )
IoT Protocol ( 22 Aug 2015 )IoT Protocol ( 22 Aug 2015 )
IoT Protocol ( 22 Aug 2015 )
 
How to Build in Quality from Day 1 using Lean QA and Agile Testing
How to Build in Quality from Day 1 using Lean QA and Agile TestingHow to Build in Quality from Day 1 using Lean QA and Agile Testing
How to Build in Quality from Day 1 using Lean QA and Agile Testing
 
Building Extraordinary Apps with Firebase Analytics
Building Extraordinary Apps with Firebase AnalyticsBuilding Extraordinary Apps with Firebase Analytics
Building Extraordinary Apps with Firebase Analytics
 
Slideshare ppt
Slideshare pptSlideshare ppt
Slideshare ppt
 
Использование Firebase для создания простого мессенджера — Алидибир Ахбулатов
Использование Firebase для создания простого мессенджера — Алидибир АхбулатовИспользование Firebase для создания простого мессенджера — Алидибир Ахбулатов
Использование Firebase для создания простого мессенджера — Алидибир Ахбулатов
 
Firebase. Предмет и область применения — Тимур Ахметгареев
Firebase. Предмет и область применения — Тимур АхметгареевFirebase. Предмет и область применения — Тимур Ахметгареев
Firebase. Предмет и область применения — Тимур Ахметгареев
 

Semelhante a Introduction to Firebase with Android and Beyond...

Apache CloudStack 4.2: A First Look
Apache CloudStack 4.2: A First LookApache CloudStack 4.2: A First Look
Apache CloudStack 4.2: A First Look
Shanker Balan
 

Semelhante a Introduction to Firebase with Android and Beyond... (20)

What's Cooking in the Cloud?
What's Cooking in the Cloud?What's Cooking in the Cloud?
What's Cooking in the Cloud?
 
Mining public datasets using opensource tools: Zeppelin, Spark and Juju
Mining public datasets using opensource tools: Zeppelin, Spark and JujuMining public datasets using opensource tools: Zeppelin, Spark and Juju
Mining public datasets using opensource tools: Zeppelin, Spark and Juju
 
How LinkedIn Uses Scalding for Data Driven Product Development
How LinkedIn Uses Scalding for Data Driven Product DevelopmentHow LinkedIn Uses Scalding for Data Driven Product Development
How LinkedIn Uses Scalding for Data Driven Product Development
 
Using Couchbase and ElasticSearch for real-time data analytics
Using Couchbase and ElasticSearch for real-time data analyticsUsing Couchbase and ElasticSearch for real-time data analytics
Using Couchbase and ElasticSearch for real-time data analytics
 
Serverless @ oracle meetup
Serverless @ oracle meetupServerless @ oracle meetup
Serverless @ oracle meetup
 
Serverless Computing 친해지기,Hands on실습 (한국오라클 김종규 컨설턴트)
Serverless Computing 친해지기,Hands on실습 (한국오라클 김종규 컨설턴트)Serverless Computing 친해지기,Hands on실습 (한국오라클 김종규 컨설턴트)
Serverless Computing 친해지기,Hands on실습 (한국오라클 김종규 컨설턴트)
 
State of the OSU Open Source Lab
State of the OSU Open Source LabState of the OSU Open Source Lab
State of the OSU Open Source Lab
 
Apache CloudStack 4.2: A First Look
Apache CloudStack 4.2: A First LookApache CloudStack 4.2: A First Look
Apache CloudStack 4.2: A First Look
 
Resume_Ronak Dhalawat
Resume_Ronak DhalawatResume_Ronak Dhalawat
Resume_Ronak Dhalawat
 
NodeJS Interactive 2019: FaaS meets Frameworks
NodeJS Interactive 2019:  FaaS meets FrameworksNodeJS Interactive 2019:  FaaS meets Frameworks
NodeJS Interactive 2019: FaaS meets Frameworks
 
Portable Multi-cloud Microservices with Dapr .pptx
Portable Multi-cloud Microservices with Dapr .pptxPortable Multi-cloud Microservices with Dapr .pptx
Portable Multi-cloud Microservices with Dapr .pptx
 
AWS Vs Firebase Vs Heroku- Which is Suitable for your Next Project?
AWS Vs Firebase Vs Heroku- Which is Suitable for your Next Project?AWS Vs Firebase Vs Heroku- Which is Suitable for your Next Project?
AWS Vs Firebase Vs Heroku- Which is Suitable for your Next Project?
 
OSH01 - Developing SharePoint Framework Solutions for the Enterprise
OSH01 - Developing SharePoint Framework Solutions for the EnterpriseOSH01 - Developing SharePoint Framework Solutions for the Enterprise
OSH01 - Developing SharePoint Framework Solutions for the Enterprise
 
resume
resumeresume
resume
 
Architecting for the Cloud using NetflixOSS - Codemash Workshop
Architecting for the Cloud using NetflixOSS - Codemash WorkshopArchitecting for the Cloud using NetflixOSS - Codemash Workshop
Architecting for the Cloud using NetflixOSS - Codemash Workshop
 
SRV318_Research at PNNL Powered by AWS
SRV318_Research at PNNL Powered by AWSSRV318_Research at PNNL Powered by AWS
SRV318_Research at PNNL Powered by AWS
 
Research at PNNL: Powered by AWS - SRV318 - re:Invent 2017
Research at PNNL: Powered by AWS - SRV318 - re:Invent 2017Research at PNNL: Powered by AWS - SRV318 - re:Invent 2017
Research at PNNL: Powered by AWS - SRV318 - re:Invent 2017
 
Portable Multi-cloud Microservices with Dapr .pdf
Portable Multi-cloud Microservices with Dapr .pdfPortable Multi-cloud Microservices with Dapr .pdf
Portable Multi-cloud Microservices with Dapr .pdf
 
AWS devops content
AWS devops contentAWS devops content
AWS devops content
 
AWS devops
AWS devopsAWS devops
AWS devops
 

Último

%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...
%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...
%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...
masabamasaba
 
CHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICECHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
Large-scale Logging Made Easy: Meetup at Deutsche Bank 2024
Large-scale Logging Made Easy: Meetup at Deutsche Bank 2024Large-scale Logging Made Easy: Meetup at Deutsche Bank 2024
Large-scale Logging Made Easy: Meetup at Deutsche Bank 2024
VictoriaMetrics
 
%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...
%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...
%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...
masabamasaba
 
%+27788225528 love spells in Knoxville Psychic Readings, Attraction spells,Br...
%+27788225528 love spells in Knoxville Psychic Readings, Attraction spells,Br...%+27788225528 love spells in Knoxville Psychic Readings, Attraction spells,Br...
%+27788225528 love spells in Knoxville Psychic Readings, Attraction spells,Br...
masabamasaba
 
%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...
%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...
%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...
masabamasaba
 

Último (20)

%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...
%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...
%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...
 
Devoxx UK 2024 - Going serverless with Quarkus, GraalVM native images and AWS...
Devoxx UK 2024 - Going serverless with Quarkus, GraalVM native images and AWS...Devoxx UK 2024 - Going serverless with Quarkus, GraalVM native images and AWS...
Devoxx UK 2024 - Going serverless with Quarkus, GraalVM native images and AWS...
 
MarTech Trend 2024 Book : Marketing Technology Trends (2024 Edition) How Data...
MarTech Trend 2024 Book : Marketing Technology Trends (2024 Edition) How Data...MarTech Trend 2024 Book : Marketing Technology Trends (2024 Edition) How Data...
MarTech Trend 2024 Book : Marketing Technology Trends (2024 Edition) How Data...
 
%in tembisa+277-882-255-28 abortion pills for sale in tembisa
%in tembisa+277-882-255-28 abortion pills for sale in tembisa%in tembisa+277-882-255-28 abortion pills for sale in tembisa
%in tembisa+277-882-255-28 abortion pills for sale in tembisa
 
Crypto Cloud Review - How To Earn Up To $500 Per DAY Of Bitcoin 100% On AutoP...
Crypto Cloud Review - How To Earn Up To $500 Per DAY Of Bitcoin 100% On AutoP...Crypto Cloud Review - How To Earn Up To $500 Per DAY Of Bitcoin 100% On AutoP...
Crypto Cloud Review - How To Earn Up To $500 Per DAY Of Bitcoin 100% On AutoP...
 
Define the academic and professional writing..pdf
Define the academic and professional writing..pdfDefine the academic and professional writing..pdf
Define the academic and professional writing..pdf
 
CHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICECHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
 
Large-scale Logging Made Easy: Meetup at Deutsche Bank 2024
Large-scale Logging Made Easy: Meetup at Deutsche Bank 2024Large-scale Logging Made Easy: Meetup at Deutsche Bank 2024
Large-scale Logging Made Easy: Meetup at Deutsche Bank 2024
 
%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...
%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...
%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...
 
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
 
WSO2CON2024 - It's time to go Platformless
WSO2CON2024 - It's time to go PlatformlessWSO2CON2024 - It's time to go Platformless
WSO2CON2024 - It's time to go Platformless
 
Software Quality Assurance Interview Questions
Software Quality Assurance Interview QuestionsSoftware Quality Assurance Interview Questions
Software Quality Assurance Interview Questions
 
WSO2CON 2024 - Does Open Source Still Matter?
WSO2CON 2024 - Does Open Source Still Matter?WSO2CON 2024 - Does Open Source Still Matter?
WSO2CON 2024 - Does Open Source Still Matter?
 
WSO2Con2024 - From Code To Cloud: Fast Track Your Cloud Native Journey with C...
WSO2Con2024 - From Code To Cloud: Fast Track Your Cloud Native Journey with C...WSO2Con2024 - From Code To Cloud: Fast Track Your Cloud Native Journey with C...
WSO2Con2024 - From Code To Cloud: Fast Track Your Cloud Native Journey with C...
 
%+27788225528 love spells in Knoxville Psychic Readings, Attraction spells,Br...
%+27788225528 love spells in Knoxville Psychic Readings, Attraction spells,Br...%+27788225528 love spells in Knoxville Psychic Readings, Attraction spells,Br...
%+27788225528 love spells in Knoxville Psychic Readings, Attraction spells,Br...
 
Introducing Microsoft’s new Enterprise Work Management (EWM) Solution
Introducing Microsoft’s new Enterprise Work Management (EWM) SolutionIntroducing Microsoft’s new Enterprise Work Management (EWM) Solution
Introducing Microsoft’s new Enterprise Work Management (EWM) Solution
 
Microsoft AI Transformation Partner Playbook.pdf
Microsoft AI Transformation Partner Playbook.pdfMicrosoft AI Transformation Partner Playbook.pdf
Microsoft AI Transformation Partner Playbook.pdf
 
%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...
%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...
%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...
 
%in ivory park+277-882-255-28 abortion pills for sale in ivory park
%in ivory park+277-882-255-28 abortion pills for sale in ivory park %in ivory park+277-882-255-28 abortion pills for sale in ivory park
%in ivory park+277-882-255-28 abortion pills for sale in ivory park
 
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
 

Introduction to Firebase with Android and Beyond...