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
68
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
96
Road to ~100% Kotlin Android
nyinyiz
0
83
Do and Don't on android development
nyinyiz
1
130
Other Decks in Technology
See All in Technology
プレーリーカードを活用しよう❗❗デジタル名刺交換からはじまるイベント会場交流のススメ
tsukaman
0
180
エンタメとAIのための3Dパラレルワールド構築(GPU UNITE 2025 特別講演)
pfn
PRO
0
430
BI ツールはもういらない?Amazon RedShift & MCP Server で試みる新しいデータ分析アプローチ
cdataj
0
170
「使い方教えて」「事例教えて」じゃもう遅い! Microsoft 365 Copilot を触り倒そう!
taichinakamura
0
410
プロポーザルのコツ ~ Kaigi on Rails 2025 初参加で3名の登壇を実現 ~
naro143
1
250
名刺メーカーDevグループ 紹介資料
sansan33
PRO
0
930
データ戦略部門 紹介資料
sansan33
PRO
1
3.8k
Findy Team+ QAチーム これからのチャレンジ!
findy_eventslides
0
420
【Kaigi on Rails 事後勉強会LT】MeはどうしてGirlsに? 私とRubyを繋いだRail(s)
joyfrommasara
0
270
AIツールでどこまでデザインを忠実に実装できるのか
oikon48
6
3.5k
Data Hubグループ 紹介資料
sansan33
PRO
0
2.2k
難しいセキュリティ用語をわかりやすくしてみた
yuta3110
0
250
Featured
See All Featured
RailsConf & Balkan Ruby 2019: The Past, Present, and Future of Rails at GitHub
eileencodes
140
34k
Docker and Python
trallard
46
3.6k
Practical Tips for Bootstrapping Information Extraction Pipelines
honnibal
PRO
23
1.5k
Unsuck your backbone
ammeep
671
58k
Building Better People: How to give real-time feedback that sticks.
wjessup
369
20k
Building Flexible Design Systems
yeseniaperezcruz
329
39k
10 Git Anti Patterns You Should be Aware of
lemiorhan
PRO
657
61k
We Have a Design System, Now What?
morganepeng
53
7.8k
The Cost Of JavaScript in 2023
addyosmani
55
9k
Build The Right Thing And Hit Your Dates
maggiecrowley
37
2.9k
Easily Structure & Communicate Ideas using Wireframe
afnizarnur
194
16k
Testing 201, or: Great Expectations
jmmastey
45
7.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