SlideShare ist ein Scribd-Unternehmen logo
1 von 32
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

Weitere ähnliche Inhalte

Was ist angesagt?

Google Firebase
Google FirebaseGoogle Firebase
Google FirebaseAliZaidi94
 
Introduction to Firebase
Introduction to FirebaseIntroduction to Firebase
Introduction to FirebaseMustafa Şenel
 
Firebase in action 2021
Firebase in action 2021Firebase in action 2021
Firebase in action 2021NhanNguyen534
 
Firebase Cloud Messaging
Firebase Cloud MessagingFirebase Cloud Messaging
Firebase Cloud MessagingMohd Shamweel
 
Firebase - A real-time server
Firebase - A real-time serverFirebase - A real-time server
Firebase - A real-time serverAneeq Anwar
 
8 Steps to Creating a Mobile App
8 Steps to Creating a Mobile App 8 Steps to Creating a Mobile App
8 Steps to Creating a Mobile App Cheryl Lawson
 
Android auto
Android autoAndroid auto
Android autodhiraj007
 
Firestore: The Basics
Firestore: The BasicsFirestore: The Basics
Firestore: The BasicsJielynn Diroy
 
Hybrid application development
Hybrid application developmentHybrid application development
Hybrid application developmentKnoldus Inc.
 
Push Notification for Android, iOS & Sever Side Using Firebase Cloud Messaging
Push Notification for Android, iOS & Sever Side Using Firebase Cloud MessagingPush Notification for Android, iOS & Sever Side Using Firebase Cloud Messaging
Push Notification for Android, iOS & Sever Side Using Firebase Cloud MessagingCumulations Technologies
 
ML Kit , Cloud FF GDSC MESCOE.pdf
ML Kit , Cloud FF GDSC MESCOE.pdfML Kit , Cloud FF GDSC MESCOE.pdf
ML Kit , Cloud FF GDSC MESCOE.pdfAkankshaPathak42
 
Firebase on Android: The Big Picture
Firebase on Android: The Big PictureFirebase on Android: The Big Picture
Firebase on Android: The Big PictureSriyank Siddhartha
 

Was ist angesagt? (20)

Firebase
FirebaseFirebase
Firebase
 
Firebase Overview
Firebase OverviewFirebase Overview
Firebase Overview
 
Google Firebase
Google FirebaseGoogle Firebase
Google Firebase
 
Introduction to Firebase
Introduction to FirebaseIntroduction to Firebase
Introduction to Firebase
 
Firebase in action 2021
Firebase in action 2021Firebase in action 2021
Firebase in action 2021
 
Firebase
Firebase Firebase
Firebase
 
Firebase
FirebaseFirebase
Firebase
 
Firebase PPT
Firebase PPTFirebase PPT
Firebase PPT
 
Firebase Cloud Messaging
Firebase Cloud MessagingFirebase Cloud Messaging
Firebase Cloud Messaging
 
Firebase
FirebaseFirebase
Firebase
 
Firebase - A real-time server
Firebase - A real-time serverFirebase - A real-time server
Firebase - A real-time server
 
8 Steps to Creating a Mobile App
8 Steps to Creating a Mobile App 8 Steps to Creating a Mobile App
8 Steps to Creating a Mobile App
 
Android auto
Android autoAndroid auto
Android auto
 
Firestore: The Basics
Firestore: The BasicsFirestore: The Basics
Firestore: The Basics
 
Hybrid application development
Hybrid application developmentHybrid application development
Hybrid application development
 
Hybrid mobile app
Hybrid mobile appHybrid mobile app
Hybrid mobile app
 
Push Notification for Android, iOS & Sever Side Using Firebase Cloud Messaging
Push Notification for Android, iOS & Sever Side Using Firebase Cloud MessagingPush Notification for Android, iOS & Sever Side Using Firebase Cloud Messaging
Push Notification for Android, iOS & Sever Side Using Firebase Cloud Messaging
 
ML Kit , Cloud FF GDSC MESCOE.pdf
ML Kit , Cloud FF GDSC MESCOE.pdfML Kit , Cloud FF GDSC MESCOE.pdf
ML Kit , Cloud FF GDSC MESCOE.pdf
 
Firebase on Android: The Big Picture
Firebase on Android: The Big PictureFirebase on Android: The Big Picture
Firebase on Android: The Big Picture
 
Flutter Intro
Flutter IntroFlutter Intro
Flutter Intro
 

Andere mochten auch

Redes sociales y webs
Redes sociales y websRedes sociales y webs
Redes sociales y websInbelong2
 
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.comHdlien Hdlien
 
Pawert point nticx autobiografia
Pawert point nticx autobiografiaPawert point nticx autobiografia
Pawert point nticx autobiografiaNicolás Colman
 
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 emEMMANUELE 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 LAMININEJustyna 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 investigacionjonathan 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
 
Nobel prize...final....simple
Nobel prize...final....simpleNobel prize...final....simple
Nobel prize...final....simpleManmeet Grover
 
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ónJuliana almanza
 

Andere mochten auch (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
 

Ähnlich wie What is new in 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 DevelopmentDashTechnologiesInc
 
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.pptxFlutter Agency
 
Mobile Programming - 10 Firebase
Mobile Programming - 10 FirebaseMobile Programming - 10 Firebase
Mobile Programming - 10 FirebaseAndiNurkholis1
 
Firebase integration with Flutter
Firebase integration with FlutterFirebase integration with Flutter
Firebase integration with Flutterpmgdscunsri
 
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 ConfIn Marketing We Trust
 
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.pdfLaura Miller
 
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 FormsDigamber Singh
 
#MBLTdev: Разработка backend для мобильного приложения с использованием Googl...
#MBLTdev: Разработка backend для мобильного приложения с использованием Googl...#MBLTdev: Разработка backend для мобильного приложения с использованием Googl...
#MBLTdev: Разработка backend для мобильного приложения с использованием Googl...e-Legion
 
Firebase Predictions
Firebase PredictionsFirebase Predictions
Firebase Predictionsraditya 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 AndroidMagda Miu
 
Leveraging Firebase for Your App Development When and Why to Choose Firebase -
Leveraging Firebase for Your App Development When and Why to Choose Firebase -Leveraging Firebase for Your App Development When and Why to Choose Firebase -
Leveraging Firebase for Your App Development When and Why to Choose Firebase -BitCot
 

Ähnlich wie 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
 
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
 
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
 
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
 
Leveraging Firebase for Your App Development When and Why to Choose Firebase -
Leveraging Firebase for Your App Development When and Why to Choose Firebase -Leveraging Firebase for Your App Development When and Why to Choose Firebase -
Leveraging Firebase for Your App Development When and Why to Choose Firebase -
 

Kürzlich hochgeladen

VK Business Profile - provides IT solutions and Web Development
VK Business Profile - provides IT solutions and Web DevelopmentVK Business Profile - provides IT solutions and Web Development
VK Business Profile - provides IT solutions and Web Developmentvyaparkranti
 
Machine Learning Software Engineering Patterns and Their Engineering
Machine Learning Software Engineering Patterns and Their EngineeringMachine Learning Software Engineering Patterns and Their Engineering
Machine Learning Software Engineering Patterns and Their EngineeringHironori Washizaki
 
Precise and Complete Requirements? An Elusive Goal
Precise and Complete Requirements? An Elusive GoalPrecise and Complete Requirements? An Elusive Goal
Precise and Complete Requirements? An Elusive GoalLionel Briand
 
Leveraging AI for Mobile App Testing on Real Devices | Applitools + Kobiton
Leveraging AI for Mobile App Testing on Real Devices | Applitools + KobitonLeveraging AI for Mobile App Testing on Real Devices | Applitools + Kobiton
Leveraging AI for Mobile App Testing on Real Devices | Applitools + KobitonApplitools
 
2024 DevNexus Patterns for Resiliency: Shuffle shards
2024 DevNexus Patterns for Resiliency: Shuffle shards2024 DevNexus Patterns for Resiliency: Shuffle shards
2024 DevNexus Patterns for Resiliency: Shuffle shardsChristopher Curtin
 
Alfresco TTL#157 - Troubleshooting Made Easy: Deciphering Alfresco mTLS Confi...
Alfresco TTL#157 - Troubleshooting Made Easy: Deciphering Alfresco mTLS Confi...Alfresco TTL#157 - Troubleshooting Made Easy: Deciphering Alfresco mTLS Confi...
Alfresco TTL#157 - Troubleshooting Made Easy: Deciphering Alfresco mTLS Confi...Angel Borroy López
 
Comparing Linux OS Image Update Models - EOSS 2024.pdf
Comparing Linux OS Image Update Models - EOSS 2024.pdfComparing Linux OS Image Update Models - EOSS 2024.pdf
Comparing Linux OS Image Update Models - EOSS 2024.pdfDrew Moseley
 
Real-time Tracking and Monitoring with Cargo Cloud Solutions.pptx
Real-time Tracking and Monitoring with Cargo Cloud Solutions.pptxReal-time Tracking and Monitoring with Cargo Cloud Solutions.pptx
Real-time Tracking and Monitoring with Cargo Cloud Solutions.pptxRTS corp
 
Global Identity Enrolment and Verification Pro Solution - Cizo Technology Ser...
Global Identity Enrolment and Verification Pro Solution - Cizo Technology Ser...Global Identity Enrolment and Verification Pro Solution - Cizo Technology Ser...
Global Identity Enrolment and Verification Pro Solution - Cizo Technology Ser...Cizo Technology Services
 
Not a Kubernetes fan? The state of PaaS in 2024
Not a Kubernetes fan? The state of PaaS in 2024Not a Kubernetes fan? The state of PaaS in 2024
Not a Kubernetes fan? The state of PaaS in 2024Anthony Dahanne
 
Tech Tuesday - Mastering Time Management Unlock the Power of OnePlan's Timesh...
Tech Tuesday - Mastering Time Management Unlock the Power of OnePlan's Timesh...Tech Tuesday - Mastering Time Management Unlock the Power of OnePlan's Timesh...
Tech Tuesday - Mastering Time Management Unlock the Power of OnePlan's Timesh...OnePlan Solutions
 
How to submit a standout Adobe Champion Application
How to submit a standout Adobe Champion ApplicationHow to submit a standout Adobe Champion Application
How to submit a standout Adobe Champion ApplicationBradBedford3
 
Amazon Bedrock in Action - presentation of the Bedrock's capabilities
Amazon Bedrock in Action - presentation of the Bedrock's capabilitiesAmazon Bedrock in Action - presentation of the Bedrock's capabilities
Amazon Bedrock in Action - presentation of the Bedrock's capabilitiesKrzysztofKkol1
 
Keeping your build tool updated in a multi repository world
Keeping your build tool updated in a multi repository worldKeeping your build tool updated in a multi repository world
Keeping your build tool updated in a multi repository worldRoberto Pérez Alcolea
 
Exploring Selenium_Appium Frameworks for Seamless Integration with HeadSpin.pdf
Exploring Selenium_Appium Frameworks for Seamless Integration with HeadSpin.pdfExploring Selenium_Appium Frameworks for Seamless Integration with HeadSpin.pdf
Exploring Selenium_Appium Frameworks for Seamless Integration with HeadSpin.pdfkalichargn70th171
 
What’s New in VictoriaMetrics: Q1 2024 Updates
What’s New in VictoriaMetrics: Q1 2024 UpdatesWhat’s New in VictoriaMetrics: Q1 2024 Updates
What’s New in VictoriaMetrics: Q1 2024 UpdatesVictoriaMetrics
 
VictoriaMetrics Q1 Meet Up '24 - Community & News Update
VictoriaMetrics Q1 Meet Up '24 - Community & News UpdateVictoriaMetrics Q1 Meet Up '24 - Community & News Update
VictoriaMetrics Q1 Meet Up '24 - Community & News UpdateVictoriaMetrics
 
A healthy diet for your Java application Devoxx France.pdf
A healthy diet for your Java application Devoxx France.pdfA healthy diet for your Java application Devoxx France.pdf
A healthy diet for your Java application Devoxx France.pdfMarharyta Nedzelska
 
Odoo 14 - eLearning Module In Odoo 14 Enterprise
Odoo 14 - eLearning Module In Odoo 14 EnterpriseOdoo 14 - eLearning Module In Odoo 14 Enterprise
Odoo 14 - eLearning Module In Odoo 14 Enterprisepreethippts
 
The Role of IoT and Sensor Technology in Cargo Cloud Solutions.pptx
The Role of IoT and Sensor Technology in Cargo Cloud Solutions.pptxThe Role of IoT and Sensor Technology in Cargo Cloud Solutions.pptx
The Role of IoT and Sensor Technology in Cargo Cloud Solutions.pptxRTS corp
 

Kürzlich hochgeladen (20)

VK Business Profile - provides IT solutions and Web Development
VK Business Profile - provides IT solutions and Web DevelopmentVK Business Profile - provides IT solutions and Web Development
VK Business Profile - provides IT solutions and Web Development
 
Machine Learning Software Engineering Patterns and Their Engineering
Machine Learning Software Engineering Patterns and Their EngineeringMachine Learning Software Engineering Patterns and Their Engineering
Machine Learning Software Engineering Patterns and Their Engineering
 
Precise and Complete Requirements? An Elusive Goal
Precise and Complete Requirements? An Elusive GoalPrecise and Complete Requirements? An Elusive Goal
Precise and Complete Requirements? An Elusive Goal
 
Leveraging AI for Mobile App Testing on Real Devices | Applitools + Kobiton
Leveraging AI for Mobile App Testing on Real Devices | Applitools + KobitonLeveraging AI for Mobile App Testing on Real Devices | Applitools + Kobiton
Leveraging AI for Mobile App Testing on Real Devices | Applitools + Kobiton
 
2024 DevNexus Patterns for Resiliency: Shuffle shards
2024 DevNexus Patterns for Resiliency: Shuffle shards2024 DevNexus Patterns for Resiliency: Shuffle shards
2024 DevNexus Patterns for Resiliency: Shuffle shards
 
Alfresco TTL#157 - Troubleshooting Made Easy: Deciphering Alfresco mTLS Confi...
Alfresco TTL#157 - Troubleshooting Made Easy: Deciphering Alfresco mTLS Confi...Alfresco TTL#157 - Troubleshooting Made Easy: Deciphering Alfresco mTLS Confi...
Alfresco TTL#157 - Troubleshooting Made Easy: Deciphering Alfresco mTLS Confi...
 
Comparing Linux OS Image Update Models - EOSS 2024.pdf
Comparing Linux OS Image Update Models - EOSS 2024.pdfComparing Linux OS Image Update Models - EOSS 2024.pdf
Comparing Linux OS Image Update Models - EOSS 2024.pdf
 
Real-time Tracking and Monitoring with Cargo Cloud Solutions.pptx
Real-time Tracking and Monitoring with Cargo Cloud Solutions.pptxReal-time Tracking and Monitoring with Cargo Cloud Solutions.pptx
Real-time Tracking and Monitoring with Cargo Cloud Solutions.pptx
 
Global Identity Enrolment and Verification Pro Solution - Cizo Technology Ser...
Global Identity Enrolment and Verification Pro Solution - Cizo Technology Ser...Global Identity Enrolment and Verification Pro Solution - Cizo Technology Ser...
Global Identity Enrolment and Verification Pro Solution - Cizo Technology Ser...
 
Not a Kubernetes fan? The state of PaaS in 2024
Not a Kubernetes fan? The state of PaaS in 2024Not a Kubernetes fan? The state of PaaS in 2024
Not a Kubernetes fan? The state of PaaS in 2024
 
Tech Tuesday - Mastering Time Management Unlock the Power of OnePlan's Timesh...
Tech Tuesday - Mastering Time Management Unlock the Power of OnePlan's Timesh...Tech Tuesday - Mastering Time Management Unlock the Power of OnePlan's Timesh...
Tech Tuesday - Mastering Time Management Unlock the Power of OnePlan's Timesh...
 
How to submit a standout Adobe Champion Application
How to submit a standout Adobe Champion ApplicationHow to submit a standout Adobe Champion Application
How to submit a standout Adobe Champion Application
 
Amazon Bedrock in Action - presentation of the Bedrock's capabilities
Amazon Bedrock in Action - presentation of the Bedrock's capabilitiesAmazon Bedrock in Action - presentation of the Bedrock's capabilities
Amazon Bedrock in Action - presentation of the Bedrock's capabilities
 
Keeping your build tool updated in a multi repository world
Keeping your build tool updated in a multi repository worldKeeping your build tool updated in a multi repository world
Keeping your build tool updated in a multi repository world
 
Exploring Selenium_Appium Frameworks for Seamless Integration with HeadSpin.pdf
Exploring Selenium_Appium Frameworks for Seamless Integration with HeadSpin.pdfExploring Selenium_Appium Frameworks for Seamless Integration with HeadSpin.pdf
Exploring Selenium_Appium Frameworks for Seamless Integration with HeadSpin.pdf
 
What’s New in VictoriaMetrics: Q1 2024 Updates
What’s New in VictoriaMetrics: Q1 2024 UpdatesWhat’s New in VictoriaMetrics: Q1 2024 Updates
What’s New in VictoriaMetrics: Q1 2024 Updates
 
VictoriaMetrics Q1 Meet Up '24 - Community & News Update
VictoriaMetrics Q1 Meet Up '24 - Community & News UpdateVictoriaMetrics Q1 Meet Up '24 - Community & News Update
VictoriaMetrics Q1 Meet Up '24 - Community & News Update
 
A healthy diet for your Java application Devoxx France.pdf
A healthy diet for your Java application Devoxx France.pdfA healthy diet for your Java application Devoxx France.pdf
A healthy diet for your Java application Devoxx France.pdf
 
Odoo 14 - eLearning Module In Odoo 14 Enterprise
Odoo 14 - eLearning Module In Odoo 14 EnterpriseOdoo 14 - eLearning Module In Odoo 14 Enterprise
Odoo 14 - eLearning Module In Odoo 14 Enterprise
 
The Role of IoT and Sensor Technology in Cargo Cloud Solutions.pptx
The Role of IoT and Sensor Technology in Cargo Cloud Solutions.pptxThe Role of IoT and Sensor Technology in Cargo Cloud Solutions.pptx
The Role of IoT and Sensor Technology in Cargo Cloud Solutions.pptx
 

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.