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
Search
Nyi Nyi Zaw
January 10, 2020
Technology
0
67
Firebase Remote Config
Friday talk by codigo
Nyi Nyi Zaw
January 10, 2020
Tweet
Share
More Decks by Nyi Nyi Zaw
See All by Nyi Nyi Zaw
DevFest 2022 - How do we do code review
nyinyiz
0
37
Working with android 11 especially in Privacy(GDG)
nyinyiz
0
97
Sealed Classes for state management
nyinyiz
0
92
Road to ~100% Kotlin Android
nyinyiz
0
81
Do and Don't on android development
nyinyiz
1
130
Other Decks in Technology
See All in Technology
「Roblox」の開発環境とその効率化 ~DAU9700万人超の巨大プラットフォームの開発 事始め~
keitatanji
0
140
o11yツールを乗り換えた話
tak0x00
2
1.6k
ユーザー課題を愛し抜く――AI時代のPdM価値
kakehashi
PRO
1
130
20250807 Applied Engineer Open House
sakana_ai
PRO
2
570
GCASアップデート(202506-202508)
techniczna
0
160
JAWS AI/ML #30 AI コーディング IDE "Kiro" を触ってみよう
inariku
3
400
UDDのススメ - 拡張版 -
maguroalternative
1
610
AIは変更差分からユニットテスト_結合テスト_システムテストでテストすべきことが出せるのか?
mineo_matsuya
3
1.5k
形式手法特論:位相空間としての並行プログラミング #kernelvm / Kernel VM Study Tokyo 18th
ytaka23
3
1.5k
Infrastructure as Prompt実装記 〜Bedrock AgentCoreで作る自然言語インフラエージェント〜
yusukeshimizu
1
160
Google Agentspaceを実際に導入した効果と今後の展望
mixi_engineers
PRO
3
770
Serverless Meetup #21
yoshidashingo
1
130
Featured
See All Featured
Bash Introduction
62gerente
614
210k
10 Git Anti Patterns You Should be Aware of
lemiorhan
PRO
656
60k
A better future with KSS
kneath
239
17k
RailsConf 2023
tenderlove
30
1.2k
Build your cross-platform service in a week with App Engine
jlugia
231
18k
I Don’t Have Time: Getting Over the Fear to Launch Your Podcast
jcasabona
33
2.4k
Facilitating Awesome Meetings
lara
55
6.5k
Exploring the Power of Turbo Streams & Action Cable | RailsConf2023
kevinliebholz
34
6k
Into the Great Unknown - MozCon
thekraken
40
2k
VelocityConf: Rendering Performance Case Studies
addyosmani
332
24k
Statistics for Hackers
jakevdp
799
220k
How STYLIGHT went responsive
nonsquared
100
5.7k
Transcript
Firebase Remote Config Friday Talk (Codigo)
What is firebase remote config?
What does Firebase Remote Configuration do? 1. behavior and appearance
of your app without requiring users to download an app update. 2. Need to create in-app default values 3. Can use Firebase console or Remote Config REST API 4. can frequently check for updates and apply them with a negligible impact on performance
How to use it? implementation 'com.google.firebase:firebase-config:19.1.0'
Remote Config process flow 1. Define Remote Configuration 2. Assign
Defaults for Parameters 3. Get the value from Remote Config 4. Update value in Remote Config
Thanks References : Firebase remote config by Eljo Prifti, Firebase
google