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
94
Road to ~100% Kotlin Android
nyinyiz
0
82
Do and Don't on android development
nyinyiz
1
130
Other Decks in Technology
See All in Technology
Function Body Macros で、SwiftUI の View に Accessibility Identifier を自動付与する/Function Body Macros: Autogenerate accessibility identifiers for SwiftUI Views
miichan
2
180
スマートファクトリーの第一歩 〜AWSマネージドサービスで 実現する予知保全と生成AI活用まで
ganota
1
200
フルカイテン株式会社 エンジニア向け採用資料
fullkaiten
0
8.7k
OCI Oracle Database Services新機能アップデート(2025/06-2025/08)
oracle4engineer
PRO
0
100
La gouvernance territoriale des données grâce à la plateforme Terreze
bluehats
0
150
Autonomous Database - Dedicated 技術詳細 / adb-d_technical_detail_jp
oracle4engineer
PRO
4
10k
生成AIでセキュリティ運用を効率化する話
sakaitakeshi
0
440
エラーとアクセシビリティ
schktjm
1
1.2k
DDD集約とサービスコンテキスト境界との関係性
pandayumi
2
280
オブザーバビリティが広げる AIOps の世界 / The World of AIOps Expanded by Observability
aoto
PRO
0
330
【Grafana Meetup Japan #6】Grafanaをリバプロ配下で動かすときにやること ~ Grafana Liveってなんだ ~
yoshitake945
0
420
現場で効くClaude Code ─ 最新動向と企業導入
takaakikakei
1
200
Featured
See All Featured
GraphQLの誤解/rethinking-graphql
sonatard
72
11k
Product Roadmaps are Hard
iamctodd
PRO
54
11k
Unsuck your backbone
ammeep
671
58k
実際に使うSQLの書き方 徹底解説 / pgcon21j-tutorial
soudai
PRO
187
55k
Scaling GitHub
holman
463
140k
Practical Orchestrator
shlominoach
190
11k
Keith and Marios Guide to Fast Websites
keithpitt
411
22k
Chrome DevTools: State of the Union 2024 - Debugging React & Beyond
addyosmani
7
840
Building Flexible Design Systems
yeseniaperezcruz
328
39k
Building Better People: How to give real-time feedback that sticks.
wjessup
368
19k
Let's Do A Bunch of Simple Stuff to Make Websites Faster
chriscoyier
507
140k
How to Create Impact in a Changing Tech Landscape [PerfNow 2023]
tammyeverts
53
2.9k
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