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
30
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
43
Rethinking BlaBlaCar's app architecture
alexandratritz
0
330
Feature Flags on Android At BlaBlaCar
alexandratritz
1
320
Analytics & Monitoring at BlaBlaCar
alexandratritz
0
470
Développer une app Android en 2015
alexandratritz
3
510
Other Decks in Programming
See All in Programming
Building, Deploying, and Monitoring Ruby Web Applications with Falcon (Kaigi on Rails 2025)
ioquatix
4
2.1k
2分台で1500examples完走!爆速CIを支える環境構築術 - Kaigi on Rails 2025
falcon8823
3
3.6k
Software Architecture
hschwentner
6
2.3k
Introducing ReActionView: A new ActionView-Compatible ERB Engine @ Kaigi on Rails 2025, Tokyo, Japan
marcoroth
3
1k
技術的負債の正体を知って向き合う / Facing Technical Debt
irof
0
170
「ちょっと古いから」って避けてた技術書、今だからこそ読もう
mottyzzz
10
6.7k
明日から始めるリファクタリング
ryounasso
0
140
Le côté obscur des IA génératives
pascallemerrer
0
140
そのpreloadは必要?見過ごされたpreloadが技術的負債として爆発した日
mugitti9
2
3.4k
私はどうやって技術力を上げたのか
yusukebe
43
18k
はじめてのDSPy - 言語モデルを『プロンプト』ではなく『プログラミング』するための仕組み
masahiro_nishimi
2
400
コードとあなたと私の距離 / The Distance Between Code, You, and I
hiro_y
0
160
Featured
See All Featured
Save Time (by Creating Custom Rails Generators)
garrettdimon
PRO
32
1.6k
KATA
mclloyd
32
15k
CoffeeScript is Beautiful & I Never Want to Write Plain JavaScript Again
sstephenson
162
15k
Bootstrapping a Software Product
garrettdimon
PRO
307
110k
Imperfection Machines: The Place of Print at Facebook
scottboms
269
13k
No one is an island. Learnings from fostering a developers community.
thoeni
21
3.5k
Music & Morning Musume
bryan
46
6.8k
Mobile First: as difficult as doing things right
swwweet
224
10k
Fight the Zombie Pattern Library - RWD Summit 2016
marcelosomers
234
17k
Code Review Best Practice
trishagee
72
19k
Let's Do A Bunch of Simple Stuff to Make Websites Faster
chriscoyier
508
140k
Practical Orchestrator
shlominoach
190
11k
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