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
Android : Easy Phone Authentication using Firebase
Search
AndroidDev Surabaya
August 25, 2019
Programming
0
68
Android : Easy Phone Authentication using Firebase
Implementing Firebase phone authentication and One-Time Password
AndroidDev Surabaya
August 25, 2019
Tweet
Share
More Decks by AndroidDev Surabaya
See All by AndroidDev Surabaya
Meetup Desember : AndroidDev Surabaya Overview
androiddevsurabaya
0
49
MVVM Architecture with Room
androiddevsurabaya
0
73
Mengatur Tampilan dan Tata Letak di Android
androiddevsurabaya
0
99
Build More with KOTLIN Anko | AndroidDevSBY Meetup 11
androiddevsurabaya
0
120
The Magic of Kotlin
androiddevsurabaya
0
170
BE AN ANDROID EXPERT - AndroidDev Surabaya Meetup #9
androiddevsurabaya
0
140
How To Consume Api On Android Using Retrofit - Meetup AndroidDev Surabaya #8
androiddevsurabaya
1
65
#KartiniZamanNow - Meetup AndroidDev SBY #7
androiddevsurabaya
0
86
Learn Android UI #4 - Meetup AndroidDev Surabaya #7
androiddevsurabaya
0
120
Other Decks in Programming
See All in Programming
Deep Dive into Kotlin Flow
jmatsu
1
330
個人軟體時代
ethanhuang13
0
320
Navigating Dependency Injection with Metro
zacsweers
3
260
Ruby Parser progress report 2025
yui_knk
1
440
AWS発のAIエディタKiroを使ってみた
iriikeita
1
180
[FEConf 2025] 모노레포 절망편, 14개 레포로 부활하기까지 걸린 1년
mmmaxkim
0
1.6k
Navigation 2 を 3 に移行する(予定)ためにやったこと
yokomii
0
140
アルテニア コンサル/ITエンジニア向け 採用ピッチ資料
altenir
0
100
基礎から学ぶ大画面対応(Learning Large-Screen Support from the Ground Up)
tomoya0x00
0
430
@Environment(\.keyPath)那么好我不允许你们不知道! / atEnvironment keyPath is so good and you should know it!
lovee
0
120
開発チーム・開発組織の設計改善スキルの向上
masuda220
PRO
20
11k
機能追加とリーダー業務の類似性
rinchoku
2
1.3k
Featured
See All Featured
Designing for Performance
lara
610
69k
Six Lessons from altMBA
skipperchong
28
4k
Rails Girls Zürich Keynote
gr2m
95
14k
Unsuck your backbone
ammeep
671
58k
Large-scale JavaScript Application Architecture
addyosmani
512
110k
Easily Structure & Communicate Ideas using Wireframe
afnizarnur
194
16k
"I'm Feeling Lucky" - Building Great Search Experiences for Today's Users (#IAC19)
danielanewman
229
22k
Measuring & Analyzing Core Web Vitals
bluesmoon
9
580
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
31
2.5k
Site-Speed That Sticks
csswizardry
10
810
[Rails World 2023 - Day 1 Closing Keynote] - The Magic of Rails
eileencodes
36
2.5k
Designing Experiences People Love
moore
142
24k
Transcript
None
Dimas Rangga Easy Phone Authentication Using Firebase On Android linkedin.com/in/derangga
github.com/al-debarans
What is Phone Number Authenticate? Phone number authentication is the
verification of a user's by sending an SMS message that contain one-time password (OTP)
Benefits of Phone Authenticate - More secure - Can be
use for Two- Factor Auth
Why use Firebase? - Free - Easy configuration
Coding Section Let’s try to build it !!
None