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
67
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
48
MVVM Architecture with Room
androiddevsurabaya
0
72
Mengatur Tampilan dan Tata Letak di Android
androiddevsurabaya
0
98
Build More with KOTLIN Anko | AndroidDevSBY Meetup 11
androiddevsurabaya
0
120
The Magic of Kotlin
androiddevsurabaya
0
160
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
64
#KartiniZamanNow - Meetup AndroidDev SBY #7
androiddevsurabaya
0
85
Learn Android UI #4 - Meetup AndroidDev Surabaya #7
androiddevsurabaya
0
120
Other Decks in Programming
See All in Programming
AIのメモリー
watany
12
1.2k
ソフトウェア設計とAI技術の活用
masuda220
PRO
25
7.3k
NEWT Backend Evolution
xpromx
1
170
Comparing decimals in Swift Testing
417_72ki
0
160
Claude Code派?Gemini CLI派? みんなで比較LT会!_20250716
junholee
1
800
Advanced Micro Frontends: Multi Version/ Framework Scenarios
manfredsteyer
PRO
0
140
Go製CLIツールをnpmで配布するには
syumai
2
1.1k
#QiitaBash TDDで(自分の)開発がどう変わったか
ryosukedtomita
1
350
AI Ramen Fight
yusukebe
0
120
Google I/O Extended Incheon 2025 ~ What's new in Android development tools
pluu
1
220
QA x AIエコシステム段階構築作戦
osu
0
240
可変性を制する設計: 構造と振る舞いから考える概念モデリングとその実装
a_suenami
10
1.5k
Featured
See All Featured
Building Applications with DynamoDB
mza
95
6.5k
Sharpening the Axe: The Primacy of Toolmaking
bcantrill
44
2.4k
The Pragmatic Product Professional
lauravandoore
36
6.8k
Side Projects
sachag
455
43k
Done Done
chrislema
185
16k
4 Signs Your Business is Dying
shpigford
184
22k
BBQ
matthewcrist
89
9.8k
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
31
2.5k
Performance Is Good for Brains [We Love Speed 2024]
tammyeverts
10
1k
Thoughts on Productivity
jonyablonski
69
4.8k
The Web Performance Landscape in 2024 [PerfNow 2024]
tammyeverts
8
750
Gamification - CAS2011
davidbonilla
81
5.4k
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