Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Firebase : Remote config & A/B testing
Search
Alexandra Tritz
January 14, 2019
Programming
0
26
Firebase : Remote config & A/B testing
How to use Firebase to remote config & A/B test your app
Alexandra Tritz
January 14, 2019
Tweet
Share
More Decks by Alexandra Tritz
See All by Alexandra Tritz
Relationship between MVPs
alexandratritz
0
41
Rethinking BlaBlaCar's app architecture
alexandratritz
0
320
Feature Flags on Android At BlaBlaCar
alexandratritz
1
310
Analytics & Monitoring at BlaBlaCar
alexandratritz
0
450
Développer une app Android en 2015
alexandratritz
3
470
Other Decks in Programming
See All in Programming
PicoRubyと暮らす、シェアハウスハック
ryosk7
0
230
return文におけるstd::moveについて
onihusube
1
1.4k
いりゃあせ、PHPカンファレンス名古屋2025 / Welcome to PHP Conference Nagoya 2025
ttskch
1
190
「とりあえず動く」コードはよい、「読みやすい」コードはもっとよい / Code that 'just works' is good, but code that is 'readable' is even better.
mkmk884
6
1.4k
DevFest - Serverless 101 with Google Cloud Functions
tunmise
0
140
各クラウドサービスにおける.NETの対応と見解
ymd65536
0
250
ドメインイベント増えすぎ問題
h0r15h0
2
570
非ブラウザランタイムとWeb標準 / Non-Browser Runtimes and Web Standards
petamoriken
0
430
サーバーゆる勉強会 DBMS の仕組み編
kj455
1
310
盆栽転じて家具となる / Bonsai and Furnitures
aereal
0
1.9k
生成AIでGitHubソースコード取得して仕様書を作成
shukob
0
630
Stackless и stackful? Корутины и асинхронность в Go
lamodatech
0
1.3k
Featured
See All Featured
Building Better People: How to give real-time feedback that sticks.
wjessup
366
19k
Evolution of real-time – Irina Nazarova, EuRuKo, 2024
irinanazarova
6
500
Fight the Zombie Pattern Library - RWD Summit 2016
marcelosomers
232
17k
Writing Fast Ruby
sferik
628
61k
The Illustrated Children's Guide to Kubernetes
chrisshort
48
49k
Designing for humans not robots
tammielis
250
25k
Art, The Web, and Tiny UX
lynnandtonic
298
20k
Learning to Love Humans: Emotional Interface Design
aarron
274
40k
The MySQL Ecosystem @ GitHub 2015
samlambert
250
12k
Visualization
eitanlees
146
15k
How STYLIGHT went responsive
nonsquared
96
5.3k
Building a Modern Day E-commerce SEO Strategy
aleyda
38
7k
Transcript
Firebase : remote config & A/B testing
Menu History Setup Remote config A/B test Fight ! Demo
Problems
None
History 2011 2014
Usages MOBILE & BACK END
Firebase : main features for back end and apps
Backend usage
Backend usage
Backend usage
None
• • • • • • • https://firebase.google.com/docs/android/setupm/docs/android/setup Setup -
Android application
Setup - Android application
None
Change the behavior and appearance of your app without publishing
an app update What is Firebase remote config ?
What is “remote config” ?
How does Firebase remote config work ? Launch time Local
JSON Fetch firebase JSON App launched FB JSON Local JSON Success Failure
Setup - Android application Init and set defaults
Setup - Android application Get keys in app
Setup - Android application Default values defined in app
Setup - Android application Get values in app
None
Optimize your app experience by making it easy to run,
analyze, and scale product and marketing experiments What is Firebase A/B testing ?
What is “A/B testing” ?
What is “A/B testing” ?
How does Firebase A/B testing work ? Launch time Local
Value Fetch firebase JSON App launched FB Value Local Value Success Failure
None
A/B testing : Trivago
A/B testing : LaFourchette Variant A Control group Variant B
A/B testing on DHP A/B test on DHP case
A/B testing on DHP A/B test on DHP case
Results on Firebase
Results on Firebase
None
Who wins ? Remote config A/B testing
None
None
• • • Problems
None
Alexandra TRITZ