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
61
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
36
MVVM Architecture with Room
androiddevsurabaya
0
63
Mengatur Tampilan dan Tata Letak di Android
androiddevsurabaya
0
92
Build More with KOTLIN Anko | AndroidDevSBY Meetup 11
androiddevsurabaya
0
110
The Magic of Kotlin
androiddevsurabaya
0
160
BE AN ANDROID EXPERT - AndroidDev Surabaya Meetup #9
androiddevsurabaya
0
130
How To Consume Api On Android Using Retrofit - Meetup AndroidDev Surabaya #8
androiddevsurabaya
1
57
#KartiniZamanNow - Meetup AndroidDev SBY #7
androiddevsurabaya
0
75
Learn Android UI #4 - Meetup AndroidDev Surabaya #7
androiddevsurabaya
0
110
Other Decks in Programming
See All in Programming
PagerDuty を軸にした On-Call 構築と運用課題の解決 / PagerDuty Japan Community Meetup 4
horimislime
1
110
Honoの来た道とこれから
yusukebe
19
3k
レガシーな Android アプリのリアーキテクチャ戦略
oidy
1
170
gopls を改造したら開発生産性が高まった
satorunooshie
8
240
/←このスケジュール表に立ち向かう フロントエンド開発戦略 / A front-end development strategy to tackle a single-slash schedule.
nrslib
1
590
Kaigi on Rails 2024 - Rails APIモードのためのシンプルで効果的なCSRF対策 / kaigionrails-2024-csrf
corocn
5
3.4k
JaSST 24 九州:ワークショップ(は除く)実践!マインドマップを活用したソフトウェアテスト+活用事例
satohiroyuki
0
260
2万ページのSSG運用における工夫と注意点 / Vue Fes Japan 2024
chinen
3
1.3k
推し活の ハイトラフィックに立ち向かう Railsとアーキテクチャ - Kaigi on Rails 2024
falcon8823
6
2.2k
AWS IaCの注目アップデート 2024年10月版
konokenj
3
3.1k
推し活としてのrails new/oshikatsu_ha_iizo
sakahukamaki
3
1.7k
Amazon Neptuneで始めてみるグラフDB-OpenSearchによるグラフの全文検索-
satoshi256kbyte
4
330
Featured
See All Featured
Mobile First: as difficult as doing things right
swwweet
222
8.9k
Agile that works and the tools we love
rasmusluckow
327
21k
Rails Girls Zürich Keynote
gr2m
93
13k
Code Reviewing Like a Champion
maltzj
519
39k
Making the Leap to Tech Lead
cromwellryan
132
8.9k
Happy Clients
brianwarren
97
6.7k
Measuring & Analyzing Core Web Vitals
bluesmoon
1
40
The Myth of the Modular Monolith - Day 2 Keynote - Rails World 2024
eileencodes
14
1.9k
Typedesign – Prime Four
hannesfritz
39
2.4k
Being A Developer After 40
akosma
86
590k
Why You Should Never Use an ORM
jnunemaker
PRO
53
9k
We Have a Design System, Now What?
morganepeng
50
7.2k
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