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
Sponsored
·
SiteGround - Reliable hosting with speed, security, and support you can count on.
→
Nyi Nyi Zaw
January 10, 2020
Technology
0
70
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
39
Working with android 11 especially in Privacy(GDG)
nyinyiz
0
100
Sealed Classes for state management
nyinyiz
0
97
Road to ~100% Kotlin Android
nyinyiz
0
84
Do and Don't on android development
nyinyiz
1
130
Other Decks in Technology
See All in Technology
会社紹介資料 / Sansan Company Profile
sansan33
PRO
16
410k
Claude Code 2026年 最新アップデート
oikon48
12
9.8k
The_Evolution_of_Bits_AI_SRE.pdf
nulabinc
PRO
0
200
IBM Bobを使って、PostgreSQLのToDoアプリをDb2へ変換してみよう/202603_Dojo_Bob
mayumihirano
1
340
楽しく学ぼう!ネットワーク入門
shotashiratori
4
3.2k
銀行の内製開発にて2つのプロダクトを1つのチームでスクラムしてみてる話
koba1210
1
120
(Test) ai-meetup slide creation
oikon48
3
380
AI時代の「本当の」ハイブリッドクラウド — エージェントが実現した、あの頃の夢
ebibibi
0
120
進化するBits AI SREと私と組織
nulabinc
PRO
0
160
わからなくて良いなら、わからなきゃだめなの?
kotaoue
1
350
CyberAgentの生成AI戦略 〜変わるものと変わらないもの〜
katayan
0
170
VPCエンドポイント意外とお金かかるなぁ。せや、共有したろ!
tommy0124
1
570
Featured
See All Featured
The Anti-SEO Checklist Checklist. Pubcon Cyber Week
ryanjones
0
92
The SEO identity crisis: Don't let AI make you average
varn
0
410
The MySQL Ecosystem @ GitHub 2015
samlambert
251
13k
Optimizing for Happiness
mojombo
378
71k
Stewardship and Sustainability of Urban and Community Forests
pwiseman
0
140
The agentic SEO stack - context over prompts
schlessera
0
690
We Are The Robots
honzajavorek
0
200
Thoughts on Productivity
jonyablonski
75
5.1k
A brief & incomplete history of UX Design for the World Wide Web: 1989–2019
jct
1
320
Redefining SEO in the New Era of Traffic Generation
szymonslowik
1
240
How to Build an AI Search Optimization Roadmap - Criteria and Steps to Take #SEOIRL
aleyda
1
2k
A better future with KSS
kneath
240
18k
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