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
39
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
99
Version Control
itswisdomagain
0
220
Modern Frontend Web Development
itswisdomagain
0
280
Innov8 Port Harcourt
itswisdomagain
0
230
Firebase Authentication - The secure way
itswisdomagain
1
91
Other Decks in Programming
See All in Programming
Jakarta EE Core Profile and Helidon - Speed, Simplicity, and AI Integration
ivargrimstad
0
290
The Past, Present, and Future of Enterprise Java
ivargrimstad
0
290
Ruby Parser progress report 2025
yui_knk
1
260
Claude Codeで実装以外の開発フロー、どこまで自動化できるか?失敗と成功
ndadayo
3
1.8k
More Approvers for Greater OSS and Japan Community
tkikuc
1
110
The state patternの実践 個人開発で培ったpractice集
miyanokomiya
0
160
複雑なドメインに挑む.pdf
yukisakai1225
4
880
KessokuでDIでもgoroutineを活用する / Go Connect #6
mazrean
0
130
旅行プランAIエージェント開発の裏側
ippo012
1
590
AI OCR API on Lambdaを Datadogで可視化してみた
nealle
0
220
AWS発のAIエディタKiroを使ってみた
iriikeita
1
130
パッケージ設計の黒魔術/Kyoto.go#63
lufia
3
390
Featured
See All Featured
How To Stay Up To Date on Web Technology
chriscoyier
790
250k
Building a Scalable Design System with Sketch
lauravandoore
462
33k
Sharpening the Axe: The Primacy of Toolmaking
bcantrill
44
2.5k
Side Projects
sachag
455
43k
Rebuilding a faster, lazier Slack
samanthasiow
83
9.1k
Designing Experiences People Love
moore
142
24k
Fight the Zombie Pattern Library - RWD Summit 2016
marcelosomers
234
17k
Music & Morning Musume
bryan
46
6.8k
[Rails World 2023 - Day 1 Closing Keynote] - The Magic of Rails
eileencodes
36
2.5k
RailsConf 2023
tenderlove
30
1.2k
jQuery: Nuts, Bolts and Bling
dougneiner
64
7.9k
The Cost Of JavaScript in 2023
addyosmani
53
8.9k
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