SlideShare a Scribd company logo
SİNAN YILMAZ
• Firebase is
Joining
Google
• Used by
110.000
Developers
2014
• Before
Google I/O –
BetaVersion
• Used by
440.000+
Developers
AFTER
GOOGLE
I/O
for iOS for Android forWeb
buildscript {
//….
}
dependencies {
//….
classpath 'com.google.gms:google-services:3.0.0'
}}
// build.gradle
apply plugin: 'com.android.application'
android {
//…..
}
}
dependencies {
//….
}
apply plugin: 'com.google.gms.google-services‘
// app/build.gradle
REALTIME
&
OFFLINE
How is Data Stored inThis Database?
TREE OF LISTS&OBJECT
NoSQL JSON Database
compile 'com.google.firebase:firebase-database:9.0.1'
DatabaseReference mRoot = FirebaseDatabase.getInstance().getReference();
DatabaseReference dataRef = mRoot.child("GDGs");
dataRef.setValue("GdgIstanbul");
Realtime Database handles offline in two ways;
1.Intermittent: for a short period of time.
2.LongTerm: for long time.
FirebaseDatabase.getInstanse().setPersistenceEnabled(true);
SECURITY
Firebase Realtime Database Rules determine who has read and
write access to your database, how your data is structured, and
what indexes exist. These rules live on the Firebase servers and
are enforced automatically at all times. Every read and write
request will only be completed if your rules allow it. By default,
your rules are set to allow only authenticated users full read and
write access to your database. This is to protect your database
from abuse until you have time to customize your rules or set up
authentication.
Firebase Storage is built for app developers who need to store and serve user-generated content, such as
photos or videos.
Firebase Storage is backed by Google Cloud Storage , a powerful, simple, and cost-effective object storage service.
compile 'com.google.firebase:firebase-storage:9.0.1'
FirebaseStorage storage = FirebaseStorage.getInstance();
// Create a storage reference from our app
StorageReference storageRef = storage.getReferenceFromUrl("gs://<your-bucket-name>");
// Create a child reference
// imagesRef now points to "images"
StorageReference imagesRef = storageRef.child("images");
StorageReference spaceRef = storageRef.child("images/space.jpg");
• Firebase Authentication provides backend services, easy-to-use SDKs, and ready-made UI
libraries to authenticate users to your app. It supports authentication using passwords, popular
federated identity providers like Google, Facebook and Twitter, and more.
• Firebase Authentication integrates tightly with other Firebase services, and it leverages industry
standards like OAuth 2.0 and OpenID Connect, so it can be easily integrated with your custom
backend.
compile 'com.google.firebase:firebase-auth:9.0.0'
private FirebaseAuth mAuth;
// ...
mAuth = FirebaseAuth.getInstance();
Firebase Notifications is a free service that enables targeted user
notifications for mobile app developers.
compile 'com.google.firebase:firebase-messaging:9.0.2'
Firebase Analytics is a free app measurement solution that provides insight on app usage and user
engagement.
• Firebase Analytics helps you understand how your users behave, so you can make informed
decisions about how to market your app. See the performance of your campaigns across organic
and paid channels to understand which methods are most effective at driving high-value users.
compile 'com.google.firebase:firebase-analytics:9.0.0'
//In the onCreate method of your app’s sign-in activity,initialize the
FirebaseAnalytics object:
// Obtain the FirebaseAnalytics instance.
mFirebaseAnalytics = FirebaseAnalytics.getInstance(this);
Change the behavior and appearance of your app without publishing an app update.
fetc
h
Remote Config Server
Your App
compile 'com.google.firebase:firebase-config:9.0.1'
mFirebaseRemoteConfig = FirebaseRemoteConfig.getInstance();
Test your app on devices hosted in a Google datacenter.
Firebase Test Lab for Android provides cloud-based
infrastructure for testing Android apps.
Instrumentation Tests & Robo Test
Espresso
Robotium
UI Automator 2.0
By simulating
user actions
Comprehensive and actionable information to help diagnose and fix problems in your app.
compile 'com.google.firebase:firebase-crash:9.0.1'
Firebase Dynamic Links are smart URLs that dynamically change behavior to provide the best
experience across different platforms.
compile 'com.google.firebase:firebase-invites:9.0.2'
Firebase Invites is a cross-platform solution for sending personalized email and SMS
invitations, on-boarding users, and measuring the impact of invitations.
Firebase Invites builds on Firebase Dynamic Links .
compile 'com.google.firebase:firebase-invites:9.0.2'
AdMob by Google is an easy way to monetize
mobile apps with targeted, in-app advertising.
THANK YOU!
snnylmz09@gmail.com
twitter.com/sinannnyilmaz

More Related Content

What's hot

Firebase
FirebaseFirebase
Firebase
Shady Selim
 
Google Firebase presentation - English
Google Firebase presentation - EnglishGoogle Firebase presentation - English
Google Firebase presentation - English
Alexandros Tsichouridis
 
Database, data storage, hosting with Firebase
Database, data storage, hosting with FirebaseDatabase, data storage, hosting with Firebase
Database, data storage, hosting with Firebase
Tu Pham
 
Google Firebase
Google FirebaseGoogle Firebase
Google Firebase
AliZaidi94
 
Firebase
FirebaseFirebase
Firebase
Tejas Koundinya
 
Firebase
FirebaseFirebase
Introduction to Digital Analytics for Apps - Trusted Conf
Introduction to Digital Analytics for Apps - Trusted ConfIntroduction to Digital Analytics for Apps - Trusted Conf
Introduction to Digital Analytics for Apps - Trusted Conf
In Marketing We Trust
 
[External] 2021.12.15 コンテナ移行の前に知っておきたいこと @ gcpug 湘南
[External] 2021.12.15 コンテナ移行の前に知っておきたいこと  @ gcpug 湘南[External] 2021.12.15 コンテナ移行の前に知っておきたいこと  @ gcpug 湘南
[External] 2021.12.15 コンテナ移行の前に知っておきたいこと @ gcpug 湘南
Google Cloud Platform - Japan
 
Introduction to container based virtualization with docker
Introduction to container based virtualization with dockerIntroduction to container based virtualization with docker
Introduction to container based virtualization with docker
Bangladesh Network Operators Group
 
Firebase in action 2021
Firebase in action 2021Firebase in action 2021
Firebase in action 2021
NhanNguyen534
 
Terraform
TerraformTerraform
Terraform
Phil Wilkins
 
Firebase - Dynamic Links
Firebase - Dynamic LinksFirebase - Dynamic Links
Firebase - Dynamic Links
Filipe Nunes
 
Integration using Salesforce Canvas
Integration using Salesforce CanvasIntegration using Salesforce Canvas
Integration using Salesforce Canvas
Dhanik Sahni
 
Hybrid mobile app development
Hybrid mobile app developmentHybrid mobile app development
Hybrid mobile app development
Chamil Madusanka
 
Azure Logic Apps
Azure Logic AppsAzure Logic Apps
Azure Logic Apps
Marco Parenzan
 
Google Cloud Platform は何がすごいのか?
Google Cloud Platform は何がすごいのか?Google Cloud Platform は何がすごいのか?
Google Cloud Platform は何がすごいのか?
Kiyoshi Fukuda
 
Deep-Dive to Application Insights
Deep-Dive to Application Insights Deep-Dive to Application Insights
Deep-Dive to Application Insights
Gunnar Peipman
 
Realtime vs Cloud Firestore
Realtime vs Cloud Firestore Realtime vs Cloud Firestore
Realtime vs Cloud Firestore
Appinventiv
 
Intoduction of FIrebase Realtime Database
Intoduction of FIrebase Realtime DatabaseIntoduction of FIrebase Realtime Database
Intoduction of FIrebase Realtime Database
Sahil Maiyani
 
12 factor app
12 factor app12 factor app
12 factor app
Luís Bianchin
 

What's hot (20)

Firebase
FirebaseFirebase
Firebase
 
Google Firebase presentation - English
Google Firebase presentation - EnglishGoogle Firebase presentation - English
Google Firebase presentation - English
 
Database, data storage, hosting with Firebase
Database, data storage, hosting with FirebaseDatabase, data storage, hosting with Firebase
Database, data storage, hosting with Firebase
 
Google Firebase
Google FirebaseGoogle Firebase
Google Firebase
 
Firebase
FirebaseFirebase
Firebase
 
Firebase
FirebaseFirebase
Firebase
 
Introduction to Digital Analytics for Apps - Trusted Conf
Introduction to Digital Analytics for Apps - Trusted ConfIntroduction to Digital Analytics for Apps - Trusted Conf
Introduction to Digital Analytics for Apps - Trusted Conf
 
[External] 2021.12.15 コンテナ移行の前に知っておきたいこと @ gcpug 湘南
[External] 2021.12.15 コンテナ移行の前に知っておきたいこと  @ gcpug 湘南[External] 2021.12.15 コンテナ移行の前に知っておきたいこと  @ gcpug 湘南
[External] 2021.12.15 コンテナ移行の前に知っておきたいこと @ gcpug 湘南
 
Introduction to container based virtualization with docker
Introduction to container based virtualization with dockerIntroduction to container based virtualization with docker
Introduction to container based virtualization with docker
 
Firebase in action 2021
Firebase in action 2021Firebase in action 2021
Firebase in action 2021
 
Terraform
TerraformTerraform
Terraform
 
Firebase - Dynamic Links
Firebase - Dynamic LinksFirebase - Dynamic Links
Firebase - Dynamic Links
 
Integration using Salesforce Canvas
Integration using Salesforce CanvasIntegration using Salesforce Canvas
Integration using Salesforce Canvas
 
Hybrid mobile app development
Hybrid mobile app developmentHybrid mobile app development
Hybrid mobile app development
 
Azure Logic Apps
Azure Logic AppsAzure Logic Apps
Azure Logic Apps
 
Google Cloud Platform は何がすごいのか?
Google Cloud Platform は何がすごいのか?Google Cloud Platform は何がすごいのか?
Google Cloud Platform は何がすごいのか?
 
Deep-Dive to Application Insights
Deep-Dive to Application Insights Deep-Dive to Application Insights
Deep-Dive to Application Insights
 
Realtime vs Cloud Firestore
Realtime vs Cloud Firestore Realtime vs Cloud Firestore
Realtime vs Cloud Firestore
 
Intoduction of FIrebase Realtime Database
Intoduction of FIrebase Realtime DatabaseIntoduction of FIrebase Realtime Database
Intoduction of FIrebase Realtime Database
 
12 factor app
12 factor app12 factor app
12 factor app
 

Viewers also liked

Redes sociales y webs
Redes sociales y websRedes sociales y webs
Redes sociales y webs
Inbelong2
 
Inclusive Travel- Making Travel Accessible To Everyone
Inclusive Travel- Making Travel Accessible To EveryoneInclusive Travel- Making Travel Accessible To Everyone
Inclusive Travel- Making Travel Accessible To EveryoneFabiola Keane
 
Hoàng Đức Liên 0946554558 - www.hanoi68.com
Hoàng Đức Liên 0946554558 - www.hanoi68.comHoàng Đức Liên 0946554558 - www.hanoi68.com
Hoàng Đức Liên 0946554558 - www.hanoi68.com
Hdlien Hdlien
 
Pawert point nticx autobiografia
Pawert point nticx autobiografiaPawert point nticx autobiografia
Pawert point nticx autobiografia
Nicolás Colman
 
Dia de la juventud
Dia de la juventudDia de la juventud
Dia de la juventud
Fernando Motoche
 
Aprendizaje aut nomo_em.pptx;filename= utf-8''aprendizaje autónomo em
Aprendizaje aut nomo_em.pptx;filename= utf-8''aprendizaje autónomo emAprendizaje aut nomo_em.pptx;filename= utf-8''aprendizaje autónomo em
Aprendizaje aut nomo_em.pptx;filename= utf-8''aprendizaje autónomo em
EMMANUELE EDUARDO GARCIA ARRIAGA
 
VST company profile
VST company profileVST company profile
VST company profileZofe Chow
 
JAK ZAREJESTROWAC SIĘ DO LAMININE
JAK ZAREJESTROWAC SIĘ DO LAMININEJAK ZAREJESTROWAC SIĘ DO LAMININE
JAK ZAREJESTROWAC SIĘ DO LAMININE
Justyna Dubel
 
LIUDMILA PRE-SPRING '17 LOOK BOOK 2
LIUDMILA PRE-SPRING '17 LOOK BOOK 2LIUDMILA PRE-SPRING '17 LOOK BOOK 2
LIUDMILA PRE-SPRING '17 LOOK BOOK 2Najeeba Hayat
 
ME 647 Project Exacta betting optimization model
ME 647 Project Exacta betting optimization modelME 647 Project Exacta betting optimization model
ME 647 Project Exacta betting optimization modelBenjamin Johnson
 
Trabajo de metodologia de la investigacion
Trabajo de metodologia de la investigacionTrabajo de metodologia de la investigacion
Trabajo de metodologia de la investigacion
jonathan uriana
 
ME 644 Trebuchet Parametric Design Optimization
ME 644 Trebuchet Parametric Design OptimizationME 644 Trebuchet Parametric Design Optimization
ME 644 Trebuchet Parametric Design OptimizationBenjamin Johnson
 
Walter Gropius | والتر جربيوس
Walter Gropius | والتر جربيوسWalter Gropius | والتر جربيوس
Walter Gropius | والتر جربيوس
ZohaTrabelsi
 
Presentación2
Presentación2Presentación2
Presentación2
Joan Stiven Arias Reyes
 
Nobel prize...final....simple
Nobel prize...final....simpleNobel prize...final....simple
Nobel prize...final....simpleManmeet Grover
 
Guion podcast
Guion podcastGuion podcast
Guion podcast
Fernanda V.
 
Reliefindiatrust(eduaction)
Reliefindiatrust(eduaction)Reliefindiatrust(eduaction)
Reliefindiatrust(eduaction)
vikasrelif
 
El sistema de información de una organización
El sistema de información de una organizaciónEl sistema de información de una organización
El sistema de información de una organización
Juliana almanza
 

Viewers also liked (20)

Redes sociales y webs
Redes sociales y websRedes sociales y webs
Redes sociales y webs
 
Inclusive Travel- Making Travel Accessible To Everyone
Inclusive Travel- Making Travel Accessible To EveryoneInclusive Travel- Making Travel Accessible To Everyone
Inclusive Travel- Making Travel Accessible To Everyone
 
Hoàng Đức Liên 0946554558 - www.hanoi68.com
Hoàng Đức Liên 0946554558 - www.hanoi68.comHoàng Đức Liên 0946554558 - www.hanoi68.com
Hoàng Đức Liên 0946554558 - www.hanoi68.com
 
cv liz2
cv liz2cv liz2
cv liz2
 
Pawert point nticx autobiografia
Pawert point nticx autobiografiaPawert point nticx autobiografia
Pawert point nticx autobiografia
 
Dia de la juventud
Dia de la juventudDia de la juventud
Dia de la juventud
 
Aprendizaje aut nomo_em.pptx;filename= utf-8''aprendizaje autónomo em
Aprendizaje aut nomo_em.pptx;filename= utf-8''aprendizaje autónomo emAprendizaje aut nomo_em.pptx;filename= utf-8''aprendizaje autónomo em
Aprendizaje aut nomo_em.pptx;filename= utf-8''aprendizaje autónomo em
 
VST company profile
VST company profileVST company profile
VST company profile
 
JAK ZAREJESTROWAC SIĘ DO LAMININE
JAK ZAREJESTROWAC SIĘ DO LAMININEJAK ZAREJESTROWAC SIĘ DO LAMININE
JAK ZAREJESTROWAC SIĘ DO LAMININE
 
LIUDMILA PRE-SPRING '17 LOOK BOOK 2
LIUDMILA PRE-SPRING '17 LOOK BOOK 2LIUDMILA PRE-SPRING '17 LOOK BOOK 2
LIUDMILA PRE-SPRING '17 LOOK BOOK 2
 
ME 647 Project Exacta betting optimization model
ME 647 Project Exacta betting optimization modelME 647 Project Exacta betting optimization model
ME 647 Project Exacta betting optimization model
 
Trabajo de metodologia de la investigacion
Trabajo de metodologia de la investigacionTrabajo de metodologia de la investigacion
Trabajo de metodologia de la investigacion
 
Final Presentation
Final PresentationFinal Presentation
Final Presentation
 
ME 644 Trebuchet Parametric Design Optimization
ME 644 Trebuchet Parametric Design OptimizationME 644 Trebuchet Parametric Design Optimization
ME 644 Trebuchet Parametric Design Optimization
 
Walter Gropius | والتر جربيوس
Walter Gropius | والتر جربيوسWalter Gropius | والتر جربيوس
Walter Gropius | والتر جربيوس
 
Presentación2
Presentación2Presentación2
Presentación2
 
Nobel prize...final....simple
Nobel prize...final....simpleNobel prize...final....simple
Nobel prize...final....simple
 
Guion podcast
Guion podcastGuion podcast
Guion podcast
 
Reliefindiatrust(eduaction)
Reliefindiatrust(eduaction)Reliefindiatrust(eduaction)
Reliefindiatrust(eduaction)
 
El sistema de información de una organización
El sistema de información de una organizaciónEl sistema de información de una organización
El sistema de información de una organización
 

Similar to What is new in Firebase?

Google Firebase
Google FirebaseGoogle Firebase
Google Firebase
Mukul parmar
 
Deploy Firebase Backend as a Service Model for Application Development
Deploy Firebase Backend as a Service Model for Application DevelopmentDeploy Firebase Backend as a Service Model for Application Development
Deploy Firebase Backend as a Service Model for Application Development
DashTechnologiesInc
 
Top 5 Benefits Of Firebase Database System.pptx
Top 5 Benefits Of Firebase Database System.pptxTop 5 Benefits Of Firebase Database System.pptx
Top 5 Benefits Of Firebase Database System.pptx
Flutter Agency
 
Mobile Programming - 10 Firebase
Mobile Programming - 10 FirebaseMobile Programming - 10 Firebase
Mobile Programming - 10 Firebase
AndiNurkholis1
 
Firebase integration with Flutter
Firebase integration with FlutterFirebase integration with Flutter
Firebase integration with Flutter
pmgdscunsri
 
Apresentação firebase
Apresentação firebaseApresentação firebase
Apresentação firebase
Diego Figueredo
 
Advance Mobile Application Development class 04
Advance Mobile Application Development class 04Advance Mobile Application Development class 04
Advance Mobile Application Development class 04
Dr. Mazin Mohamed alkathiri
 
Firebase Tech Talk By Atlogys
Firebase Tech Talk By AtlogysFirebase Tech Talk By Atlogys
Firebase Tech Talk By Atlogys
Atlogys Technical Consulting
 
Firebase Services
Firebase ServicesFirebase Services
Firebase Services
Yasin Çetiner
 
Firebase
FirebaseFirebase
Firebase
Manasa Mona
 
Introduction, Examples - Firebase
Introduction, Examples - Firebase Introduction, Examples - Firebase
Introduction, Examples - Firebase
Eueung Mulyana
 
AWS Amplify vs. Firebase Selecting the Best Backend for Your Apps.pdf
AWS Amplify vs. Firebase Selecting the Best Backend for Your Apps.pdfAWS Amplify vs. Firebase Selecting the Best Backend for Your Apps.pdf
AWS Amplify vs. Firebase Selecting the Best Backend for Your Apps.pdf
Laura Miller
 
EMERCE - 2024 - AMSTERDAM - CROSS-PLATFORM TRACKING WITH GOOGLE ANALYTICS.pptx
EMERCE - 2024 - AMSTERDAM - CROSS-PLATFORM  TRACKING WITH GOOGLE ANALYTICS.pptxEMERCE - 2024 - AMSTERDAM - CROSS-PLATFORM  TRACKING WITH GOOGLE ANALYTICS.pptx
EMERCE - 2024 - AMSTERDAM - CROSS-PLATFORM TRACKING WITH GOOGLE ANALYTICS.pptx
thyngster
 
Firebase
Firebase Firebase
Firebase. Предмет и область применения — Тимур Ахметгареев
Firebase. Предмет и область применения — Тимур АхметгареевFirebase. Предмет и область применения — Тимур Ахметгареев
Firebase. Предмет и область применения — Тимур Ахметгареев
Peri Innovations
 
Angular 7 Firebase5 CRUD Operations with Reactive Forms
Angular 7 Firebase5 CRUD Operations with Reactive FormsAngular 7 Firebase5 CRUD Operations with Reactive Forms
Angular 7 Firebase5 CRUD Operations with Reactive Forms
Digamber Singh
 
Firebase .pptx
Firebase .pptxFirebase .pptx
Firebase .pptx
GDSCIIITDHARWAD
 
#MBLTdev: Разработка backend для мобильного приложения с использованием Googl...
#MBLTdev: Разработка backend для мобильного приложения с использованием Googl...#MBLTdev: Разработка backend для мобильного приложения с использованием Googl...
#MBLTdev: Разработка backend для мобильного приложения с использованием Googl...
e-Legion
 
Firebase Predictions
Firebase PredictionsFirebase Predictions
Firebase Predictions
raditya gumay
 
Using Java to interact with Firebase in Android
Using Java to interact with Firebase in AndroidUsing Java to interact with Firebase in Android
Using Java to interact with Firebase in Android
Magda Miu
 

Similar to What is new in Firebase? (20)

Google Firebase
Google FirebaseGoogle Firebase
Google Firebase
 
Deploy Firebase Backend as a Service Model for Application Development
Deploy Firebase Backend as a Service Model for Application DevelopmentDeploy Firebase Backend as a Service Model for Application Development
Deploy Firebase Backend as a Service Model for Application Development
 
Top 5 Benefits Of Firebase Database System.pptx
Top 5 Benefits Of Firebase Database System.pptxTop 5 Benefits Of Firebase Database System.pptx
Top 5 Benefits Of Firebase Database System.pptx
 
Mobile Programming - 10 Firebase
Mobile Programming - 10 FirebaseMobile Programming - 10 Firebase
Mobile Programming - 10 Firebase
 
Firebase integration with Flutter
Firebase integration with FlutterFirebase integration with Flutter
Firebase integration with Flutter
 
Apresentação firebase
Apresentação firebaseApresentação firebase
Apresentação firebase
 
Advance Mobile Application Development class 04
Advance Mobile Application Development class 04Advance Mobile Application Development class 04
Advance Mobile Application Development class 04
 
Firebase Tech Talk By Atlogys
Firebase Tech Talk By AtlogysFirebase Tech Talk By Atlogys
Firebase Tech Talk By Atlogys
 
Firebase Services
Firebase ServicesFirebase Services
Firebase Services
 
Firebase
FirebaseFirebase
Firebase
 
Introduction, Examples - Firebase
Introduction, Examples - Firebase Introduction, Examples - Firebase
Introduction, Examples - Firebase
 
AWS Amplify vs. Firebase Selecting the Best Backend for Your Apps.pdf
AWS Amplify vs. Firebase Selecting the Best Backend for Your Apps.pdfAWS Amplify vs. Firebase Selecting the Best Backend for Your Apps.pdf
AWS Amplify vs. Firebase Selecting the Best Backend for Your Apps.pdf
 
EMERCE - 2024 - AMSTERDAM - CROSS-PLATFORM TRACKING WITH GOOGLE ANALYTICS.pptx
EMERCE - 2024 - AMSTERDAM - CROSS-PLATFORM  TRACKING WITH GOOGLE ANALYTICS.pptxEMERCE - 2024 - AMSTERDAM - CROSS-PLATFORM  TRACKING WITH GOOGLE ANALYTICS.pptx
EMERCE - 2024 - AMSTERDAM - CROSS-PLATFORM TRACKING WITH GOOGLE ANALYTICS.pptx
 
Firebase
Firebase Firebase
Firebase
 
Firebase. Предмет и область применения — Тимур Ахметгареев
Firebase. Предмет и область применения — Тимур АхметгареевFirebase. Предмет и область применения — Тимур Ахметгареев
Firebase. Предмет и область применения — Тимур Ахметгареев
 
Angular 7 Firebase5 CRUD Operations with Reactive Forms
Angular 7 Firebase5 CRUD Operations with Reactive FormsAngular 7 Firebase5 CRUD Operations with Reactive Forms
Angular 7 Firebase5 CRUD Operations with Reactive Forms
 
Firebase .pptx
Firebase .pptxFirebase .pptx
Firebase .pptx
 
#MBLTdev: Разработка backend для мобильного приложения с использованием Googl...
#MBLTdev: Разработка backend для мобильного приложения с использованием Googl...#MBLTdev: Разработка backend для мобильного приложения с использованием Googl...
#MBLTdev: Разработка backend для мобильного приложения с использованием Googl...
 
Firebase Predictions
Firebase PredictionsFirebase Predictions
Firebase Predictions
 
Using Java to interact with Firebase in Android
Using Java to interact with Firebase in AndroidUsing Java to interact with Firebase in Android
Using Java to interact with Firebase in Android
 

Recently uploaded

Automated software refactoring with OpenRewrite and Generative AI.pptx.pdf
Automated software refactoring with OpenRewrite and Generative AI.pptx.pdfAutomated software refactoring with OpenRewrite and Generative AI.pptx.pdf
Automated software refactoring with OpenRewrite and Generative AI.pptx.pdf
timtebeek1
 
AI Pilot Review: The World’s First Virtual Assistant Marketing Suite
AI Pilot Review: The World’s First Virtual Assistant Marketing SuiteAI Pilot Review: The World’s First Virtual Assistant Marketing Suite
AI Pilot Review: The World’s First Virtual Assistant Marketing Suite
Google
 
In 2015, I used to write extensions for Joomla, WordPress, phpBB3, etc and I ...
In 2015, I used to write extensions for Joomla, WordPress, phpBB3, etc and I ...In 2015, I used to write extensions for Joomla, WordPress, phpBB3, etc and I ...
In 2015, I used to write extensions for Joomla, WordPress, phpBB3, etc and I ...
Juraj Vysvader
 
First Steps with Globus Compute Multi-User Endpoints
First Steps with Globus Compute Multi-User EndpointsFirst Steps with Globus Compute Multi-User Endpoints
First Steps with Globus Compute Multi-User Endpoints
Globus
 
Atelier - Innover avec l’IA Générative et les graphes de connaissances
Atelier - Innover avec l’IA Générative et les graphes de connaissancesAtelier - Innover avec l’IA Générative et les graphes de connaissances
Atelier - Innover avec l’IA Générative et les graphes de connaissances
Neo4j
 
OpenFOAM solver for Helmholtz equation, helmholtzFoam / helmholtzBubbleFoam
OpenFOAM solver for Helmholtz equation, helmholtzFoam / helmholtzBubbleFoamOpenFOAM solver for Helmholtz equation, helmholtzFoam / helmholtzBubbleFoam
OpenFOAM solver for Helmholtz equation, helmholtzFoam / helmholtzBubbleFoam
takuyayamamoto1800
 
Cracking the code review at SpringIO 2024
Cracking the code review at SpringIO 2024Cracking the code review at SpringIO 2024
Cracking the code review at SpringIO 2024
Paco van Beckhoven
 
A Sighting of filterA in Typelevel Rite of Passage
A Sighting of filterA in Typelevel Rite of PassageA Sighting of filterA in Typelevel Rite of Passage
A Sighting of filterA in Typelevel Rite of Passage
Philip Schwarz
 
Top Features to Include in Your Winzo Clone App for Business Growth (4).pptx
Top Features to Include in Your Winzo Clone App for Business Growth (4).pptxTop Features to Include in Your Winzo Clone App for Business Growth (4).pptx
Top Features to Include in Your Winzo Clone App for Business Growth (4).pptx
rickgrimesss22
 
A Study of Variable-Role-based Feature Enrichment in Neural Models of Code
A Study of Variable-Role-based Feature Enrichment in Neural Models of CodeA Study of Variable-Role-based Feature Enrichment in Neural Models of Code
A Study of Variable-Role-based Feature Enrichment in Neural Models of Code
Aftab Hussain
 
Graspan: A Big Data System for Big Code Analysis
Graspan: A Big Data System for Big Code AnalysisGraspan: A Big Data System for Big Code Analysis
Graspan: A Big Data System for Big Code Analysis
Aftab Hussain
 
Innovating Inference - Remote Triggering of Large Language Models on HPC Clus...
Innovating Inference - Remote Triggering of Large Language Models on HPC Clus...Innovating Inference - Remote Triggering of Large Language Models on HPC Clus...
Innovating Inference - Remote Triggering of Large Language Models on HPC Clus...
Globus
 
Top 7 Unique WhatsApp API Benefits | Saudi Arabia
Top 7 Unique WhatsApp API Benefits | Saudi ArabiaTop 7 Unique WhatsApp API Benefits | Saudi Arabia
Top 7 Unique WhatsApp API Benefits | Saudi Arabia
Yara Milbes
 
Introducing Crescat - Event Management Software for Venues, Festivals and Eve...
Introducing Crescat - Event Management Software for Venues, Festivals and Eve...Introducing Crescat - Event Management Software for Venues, Festivals and Eve...
Introducing Crescat - Event Management Software for Venues, Festivals and Eve...
Crescat
 
Prosigns: Transforming Business with Tailored Technology Solutions
Prosigns: Transforming Business with Tailored Technology SolutionsProsigns: Transforming Business with Tailored Technology Solutions
Prosigns: Transforming Business with Tailored Technology Solutions
Prosigns
 
Webinar: Salesforce Document Management 2.0 - Smarter, Faster, Better
Webinar: Salesforce Document Management 2.0 - Smarter, Faster, BetterWebinar: Salesforce Document Management 2.0 - Smarter, Faster, Better
Webinar: Salesforce Document Management 2.0 - Smarter, Faster, Better
XfilesPro
 
BoxLang: Review our Visionary Licenses of 2024
BoxLang: Review our Visionary Licenses of 2024BoxLang: Review our Visionary Licenses of 2024
BoxLang: Review our Visionary Licenses of 2024
Ortus Solutions, Corp
 
Dominate Social Media with TubeTrivia AI’s Addictive Quiz Videos.pdf
Dominate Social Media with TubeTrivia AI’s Addictive Quiz Videos.pdfDominate Social Media with TubeTrivia AI’s Addictive Quiz Videos.pdf
Dominate Social Media with TubeTrivia AI’s Addictive Quiz Videos.pdf
AMB-Review
 
Understanding Globus Data Transfers with NetSage
Understanding Globus Data Transfers with NetSageUnderstanding Globus Data Transfers with NetSage
Understanding Globus Data Transfers with NetSage
Globus
 
GlobusWorld 2024 Opening Keynote session
GlobusWorld 2024 Opening Keynote sessionGlobusWorld 2024 Opening Keynote session
GlobusWorld 2024 Opening Keynote session
Globus
 

Recently uploaded (20)

Automated software refactoring with OpenRewrite and Generative AI.pptx.pdf
Automated software refactoring with OpenRewrite and Generative AI.pptx.pdfAutomated software refactoring with OpenRewrite and Generative AI.pptx.pdf
Automated software refactoring with OpenRewrite and Generative AI.pptx.pdf
 
AI Pilot Review: The World’s First Virtual Assistant Marketing Suite
AI Pilot Review: The World’s First Virtual Assistant Marketing SuiteAI Pilot Review: The World’s First Virtual Assistant Marketing Suite
AI Pilot Review: The World’s First Virtual Assistant Marketing Suite
 
In 2015, I used to write extensions for Joomla, WordPress, phpBB3, etc and I ...
In 2015, I used to write extensions for Joomla, WordPress, phpBB3, etc and I ...In 2015, I used to write extensions for Joomla, WordPress, phpBB3, etc and I ...
In 2015, I used to write extensions for Joomla, WordPress, phpBB3, etc and I ...
 
First Steps with Globus Compute Multi-User Endpoints
First Steps with Globus Compute Multi-User EndpointsFirst Steps with Globus Compute Multi-User Endpoints
First Steps with Globus Compute Multi-User Endpoints
 
Atelier - Innover avec l’IA Générative et les graphes de connaissances
Atelier - Innover avec l’IA Générative et les graphes de connaissancesAtelier - Innover avec l’IA Générative et les graphes de connaissances
Atelier - Innover avec l’IA Générative et les graphes de connaissances
 
OpenFOAM solver for Helmholtz equation, helmholtzFoam / helmholtzBubbleFoam
OpenFOAM solver for Helmholtz equation, helmholtzFoam / helmholtzBubbleFoamOpenFOAM solver for Helmholtz equation, helmholtzFoam / helmholtzBubbleFoam
OpenFOAM solver for Helmholtz equation, helmholtzFoam / helmholtzBubbleFoam
 
Cracking the code review at SpringIO 2024
Cracking the code review at SpringIO 2024Cracking the code review at SpringIO 2024
Cracking the code review at SpringIO 2024
 
A Sighting of filterA in Typelevel Rite of Passage
A Sighting of filterA in Typelevel Rite of PassageA Sighting of filterA in Typelevel Rite of Passage
A Sighting of filterA in Typelevel Rite of Passage
 
Top Features to Include in Your Winzo Clone App for Business Growth (4).pptx
Top Features to Include in Your Winzo Clone App for Business Growth (4).pptxTop Features to Include in Your Winzo Clone App for Business Growth (4).pptx
Top Features to Include in Your Winzo Clone App for Business Growth (4).pptx
 
A Study of Variable-Role-based Feature Enrichment in Neural Models of Code
A Study of Variable-Role-based Feature Enrichment in Neural Models of CodeA Study of Variable-Role-based Feature Enrichment in Neural Models of Code
A Study of Variable-Role-based Feature Enrichment in Neural Models of Code
 
Graspan: A Big Data System for Big Code Analysis
Graspan: A Big Data System for Big Code AnalysisGraspan: A Big Data System for Big Code Analysis
Graspan: A Big Data System for Big Code Analysis
 
Innovating Inference - Remote Triggering of Large Language Models on HPC Clus...
Innovating Inference - Remote Triggering of Large Language Models on HPC Clus...Innovating Inference - Remote Triggering of Large Language Models on HPC Clus...
Innovating Inference - Remote Triggering of Large Language Models on HPC Clus...
 
Top 7 Unique WhatsApp API Benefits | Saudi Arabia
Top 7 Unique WhatsApp API Benefits | Saudi ArabiaTop 7 Unique WhatsApp API Benefits | Saudi Arabia
Top 7 Unique WhatsApp API Benefits | Saudi Arabia
 
Introducing Crescat - Event Management Software for Venues, Festivals and Eve...
Introducing Crescat - Event Management Software for Venues, Festivals and Eve...Introducing Crescat - Event Management Software for Venues, Festivals and Eve...
Introducing Crescat - Event Management Software for Venues, Festivals and Eve...
 
Prosigns: Transforming Business with Tailored Technology Solutions
Prosigns: Transforming Business with Tailored Technology SolutionsProsigns: Transforming Business with Tailored Technology Solutions
Prosigns: Transforming Business with Tailored Technology Solutions
 
Webinar: Salesforce Document Management 2.0 - Smarter, Faster, Better
Webinar: Salesforce Document Management 2.0 - Smarter, Faster, BetterWebinar: Salesforce Document Management 2.0 - Smarter, Faster, Better
Webinar: Salesforce Document Management 2.0 - Smarter, Faster, Better
 
BoxLang: Review our Visionary Licenses of 2024
BoxLang: Review our Visionary Licenses of 2024BoxLang: Review our Visionary Licenses of 2024
BoxLang: Review our Visionary Licenses of 2024
 
Dominate Social Media with TubeTrivia AI’s Addictive Quiz Videos.pdf
Dominate Social Media with TubeTrivia AI’s Addictive Quiz Videos.pdfDominate Social Media with TubeTrivia AI’s Addictive Quiz Videos.pdf
Dominate Social Media with TubeTrivia AI’s Addictive Quiz Videos.pdf
 
Understanding Globus Data Transfers with NetSage
Understanding Globus Data Transfers with NetSageUnderstanding Globus Data Transfers with NetSage
Understanding Globus Data Transfers with NetSage
 
GlobusWorld 2024 Opening Keynote session
GlobusWorld 2024 Opening Keynote sessionGlobusWorld 2024 Opening Keynote session
GlobusWorld 2024 Opening Keynote session
 

What is new in Firebase?

  • 2.
  • 3. • Firebase is Joining Google • Used by 110.000 Developers 2014 • Before Google I/O – BetaVersion • Used by 440.000+ Developers AFTER GOOGLE I/O
  • 4.
  • 5. for iOS for Android forWeb
  • 6. buildscript { //…. } dependencies { //…. classpath 'com.google.gms:google-services:3.0.0' }} // build.gradle apply plugin: 'com.android.application' android { //….. } } dependencies { //…. } apply plugin: 'com.google.gms.google-services‘ // app/build.gradle
  • 8. How is Data Stored inThis Database? TREE OF LISTS&OBJECT NoSQL JSON Database
  • 9. compile 'com.google.firebase:firebase-database:9.0.1' DatabaseReference mRoot = FirebaseDatabase.getInstance().getReference(); DatabaseReference dataRef = mRoot.child("GDGs"); dataRef.setValue("GdgIstanbul");
  • 10. Realtime Database handles offline in two ways; 1.Intermittent: for a short period of time. 2.LongTerm: for long time. FirebaseDatabase.getInstanse().setPersistenceEnabled(true);
  • 11. SECURITY Firebase Realtime Database Rules determine who has read and write access to your database, how your data is structured, and what indexes exist. These rules live on the Firebase servers and are enforced automatically at all times. Every read and write request will only be completed if your rules allow it. By default, your rules are set to allow only authenticated users full read and write access to your database. This is to protect your database from abuse until you have time to customize your rules or set up authentication.
  • 12. Firebase Storage is built for app developers who need to store and serve user-generated content, such as photos or videos. Firebase Storage is backed by Google Cloud Storage , a powerful, simple, and cost-effective object storage service.
  • 13. compile 'com.google.firebase:firebase-storage:9.0.1' FirebaseStorage storage = FirebaseStorage.getInstance(); // Create a storage reference from our app StorageReference storageRef = storage.getReferenceFromUrl("gs://<your-bucket-name>");
  • 14. // Create a child reference // imagesRef now points to "images" StorageReference imagesRef = storageRef.child("images"); StorageReference spaceRef = storageRef.child("images/space.jpg");
  • 15.
  • 16. • Firebase Authentication provides backend services, easy-to-use SDKs, and ready-made UI libraries to authenticate users to your app. It supports authentication using passwords, popular federated identity providers like Google, Facebook and Twitter, and more. • Firebase Authentication integrates tightly with other Firebase services, and it leverages industry standards like OAuth 2.0 and OpenID Connect, so it can be easily integrated with your custom backend.
  • 17. compile 'com.google.firebase:firebase-auth:9.0.0' private FirebaseAuth mAuth; // ... mAuth = FirebaseAuth.getInstance();
  • 18. Firebase Notifications is a free service that enables targeted user notifications for mobile app developers. compile 'com.google.firebase:firebase-messaging:9.0.2'
  • 19. Firebase Analytics is a free app measurement solution that provides insight on app usage and user engagement.
  • 20. • Firebase Analytics helps you understand how your users behave, so you can make informed decisions about how to market your app. See the performance of your campaigns across organic and paid channels to understand which methods are most effective at driving high-value users.
  • 21. compile 'com.google.firebase:firebase-analytics:9.0.0' //In the onCreate method of your app’s sign-in activity,initialize the FirebaseAnalytics object: // Obtain the FirebaseAnalytics instance. mFirebaseAnalytics = FirebaseAnalytics.getInstance(this);
  • 22. Change the behavior and appearance of your app without publishing an app update.
  • 25. Test your app on devices hosted in a Google datacenter. Firebase Test Lab for Android provides cloud-based infrastructure for testing Android apps.
  • 26. Instrumentation Tests & Robo Test Espresso Robotium UI Automator 2.0 By simulating user actions
  • 27. Comprehensive and actionable information to help diagnose and fix problems in your app. compile 'com.google.firebase:firebase-crash:9.0.1'
  • 28. Firebase Dynamic Links are smart URLs that dynamically change behavior to provide the best experience across different platforms. compile 'com.google.firebase:firebase-invites:9.0.2'
  • 29. Firebase Invites is a cross-platform solution for sending personalized email and SMS invitations, on-boarding users, and measuring the impact of invitations. Firebase Invites builds on Firebase Dynamic Links . compile 'com.google.firebase:firebase-invites:9.0.2'
  • 30. AdMob by Google is an easy way to monetize mobile apps with targeted, in-app advertising.
  • 31.