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
Firebase Authentication for Web - Intro
Search
Wisdom Arerosuoghene
September 30, 2017
Programming
0
40
Firebase Authentication for Web - Intro
Wisdom Arerosuoghene
September 30, 2017
Tweet
Share
More Decks by Wisdom Arerosuoghene
See All by Wisdom Arerosuoghene
Open Source - Another Perspective
itswisdomagain
0
100
Version Control
itswisdomagain
0
220
Modern Frontend Web Development
itswisdomagain
0
290
Innov8 Port Harcourt
itswisdomagain
0
230
Firebase Authentication - The secure way
itswisdomagain
1
94
Other Decks in Programming
See All in Programming
AI 時代だからこそ抑えたい「価値のある」PHP ユニットテストを書く技術 #phpconfuk / phpcon-fukuoka-2025
shogogg
1
420
DartASTとその活用
sotaatos
2
110
FlutterKaigi 2025 システム裏側
yumnumm
0
920
PyCon mini 東海 2025「個人ではじめるマルチAIエージェント入門 〜LangChain × LangGraphでアイデアを形にするステップ〜」
komofr
3
940
2026年向け会社紹介資料
misu
0
160
CSC509 Lecture 10
javiergs
PRO
0
170
イベントストーミングのはじめかた / Getting Started with Event Storming
nrslib
1
370
Claude Code on the Web を超える!? Codex Cloud の実践テク5選
sunagaku
0
510
ノーコードからの脱出 -地獄のデスロード- / Escape from Base44
keisuke69
0
690
Promise.tryで実現する新しいエラーハンドリング New error handling with Promise try
bicstone
2
410
Designing Repeatable Edits: The Architecture of . in Vim
satorunooshie
0
270
乱雑なコードの整理から学ぶ設計の初歩
masuda220
PRO
29
11k
Featured
See All Featured
I Don’t Have Time: Getting Over the Fear to Launch Your Podcast
jcasabona
34
2.5k
Building an army of robots
kneath
306
46k
ピンチをチャンスに:未来をつくるプロダクトロードマップ #pmconf2020
aki_iinuma
127
54k
Creating an realtime collaboration tool: Agile Flush - .NET Oxford
marcduiker
34
2.3k
For a Future-Friendly Web
brad_frost
180
10k
Embracing the Ebb and Flow
colly
88
4.9k
A better future with KSS
kneath
239
18k
Visualizing Your Data: Incorporating Mongo into Loggly Infrastructure
mongodb
48
9.8k
BBQ
matthewcrist
89
9.9k
A Modern Web Designer's Workflow
chriscoyier
697
190k
Refactoring Trust on Your Teams (GOTO; Chicago 2020)
rmw
35
3.2k
Building Better People: How to give real-time feedback that sticks.
wjessup
370
20k
Transcript
An I n t r o duc t i o
n For the Web
Arerosuoghene Wisdom itswisdomagain.github.io github.com/itswisdomagain Founder, CEO @ Rudigo www.rudigo.com Wide
Stack Developer 15+ Languages/Technologies and counting Who am I?
Authentication ü Register with email and password ü Login with
email and password ü Login with Google
Step 1 Go to console.firebase.google.com Login with your google account
Add Project (or select an existing project)
Step 2 Build your login page with html and css
Step 3 • Go back to the console • Go
to “Overview” • Click “Add Firebase to your web app” • Follow the instructions displayed
Step 4 • Go to Authentication • Select Sign-In Method
• Enable Email/Password Google
https://firebase.google.com/docs/auth/web/google-signin?authuser=0 https://firebase.google.com/docs/auth/web/password-auth?authuser=0 Final Steps