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
Sponsored
·
SiteGround - Reliable hosting with speed, security, and support you can count on.
→
AndroidDev Surabaya
August 25, 2019
Programming
0
70
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
53
MVVM Architecture with Room
androiddevsurabaya
0
81
Mengatur Tampilan dan Tata Letak di Android
androiddevsurabaya
0
100
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
69
#KartiniZamanNow - Meetup AndroidDev SBY #7
androiddevsurabaya
0
89
Learn Android UI #4 - Meetup AndroidDev Surabaya #7
androiddevsurabaya
0
130
Other Decks in Programming
See All in Programming
AHC061解説
shun_pi
0
260
AIプロダクト時代のQAエンジニアに求められること
imtnd
1
500
The Past, Present, and Future of Enterprise Java
ivargrimstad
0
340
CSC307 Lecture 14
javiergs
PRO
0
440
「ブロックテーマでは再現できない」は本当か?
inc2734
0
1.1k
あなたはユーザーではない #PdENight
kajitack
4
290
Premier Disciplin for Micro Frontends Multi Version/ Framework Scenarios @OOP 2026, Munic
manfredsteyer
PRO
0
190
ぼくの開発環境2026
yuzneri
1
290
Metaprogramming isn't real, it can't hurt you
okuramasafumi
0
130
メタプログラミングで実現する「コードを仕様にする」仕組み/nikkei-tech-talk43
nikkei_engineer_recruiting
0
120
CSC307 Lecture 09
javiergs
PRO
1
850
Raku Raku Notion 20260128
hareyakayuruyaka
0
420
Featured
See All Featured
Producing Creativity
orderedlist
PRO
348
40k
Navigating the Design Leadership Dip - Product Design Week Design Leaders+ Conference 2024
apolaine
0
210
The Pragmatic Product Professional
lauravandoore
37
7.2k
Writing Fast Ruby
sferik
630
62k
The agentic SEO stack - context over prompts
schlessera
0
670
Site-Speed That Sticks
csswizardry
13
1.1k
Technical Leadership for Architectural Decision Making
baasie
2
270
What does AI have to do with Human Rights?
axbom
PRO
0
2k
Designing Experiences People Love
moore
144
24k
The Spectacular Lies of Maps
axbom
PRO
1
570
My Coaching Mixtape
mlcsv
0
63
The AI Search Optimization Roadmap by Aleyda Solis
aleyda
1
5.3k
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