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
CSC305 Lecture 09
javiergs
PRO
0
320
オンデバイスAIとXcode
ryodeveloper
0
260
Claude Agent SDK を使ってみよう
hyshu
0
1.4k
Software Architecture
hschwentner
6
2.3k
EMこそClaude Codeでコード調査しよう
shibayu36
0
460
AI Agent 時代的開發者生存指南
eddie
4
2.2k
AI時代に必須!状況言語化スキル / ai-context-verbalization
minodriven
2
190
NixOS + Kubernetesで構築する自宅サーバーのすべて
ichi_h3
0
1.2k
SwiftDataを使って10万件のデータを読み書きする
akidon0000
0
250
PHPに関数型の魂を宿す〜PHP 8.5 で実現する堅牢なコードとは〜 #phpcon_hiroshima / phpcon-hiroshima-2025
shogogg
1
350
エンジニアインターン「Treasure」とHonoの2年、そして未来へ / Our Journey with Hono Two Years at Treasure and Beyond
carta_engineering
0
440
CSC509 Lecture 08
javiergs
PRO
0
260
Featured
See All Featured
Building a Scalable Design System with Sketch
lauravandoore
463
33k
How to Create Impact in a Changing Tech Landscape [PerfNow 2023]
tammyeverts
55
3k
KATA
mclloyd
PRO
32
15k
The Psychology of Web Performance [Beyond Tellerrand 2023]
tammyeverts
49
3.1k
Helping Users Find Their Own Way: Creating Modern Search Experiences
danielanewman
31
2.9k
Being A Developer After 40
akosma
91
590k
Exploring the Power of Turbo Streams & Action Cable | RailsConf2023
kevinliebholz
36
6.1k
No one is an island. Learnings from fostering a developers community.
thoeni
21
3.5k
Leading Effective Engineering Teams in the AI Era
addyosmani
7
670
The Pragmatic Product Professional
lauravandoore
36
7k
Mobile First: as difficult as doing things right
swwweet
225
10k
Creating an realtime collaboration tool: Agile Flush - .NET Oxford
marcduiker
34
2.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