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
Composerが「依存解決」のためにどんな工夫をしているか #phpcon
o0h
PRO
1
240
LINEヤフー データグループ紹介
lycorp_recruit_jp
0
920
GitHub Copilot and GitHub Codespaces Hands-on
ymd65536
1
120
NPOでのDevinの活用
codeforeveryone
0
380
XSLTで作るBrainfuck処理系
makki_d
0
210
すべてのコンテキストを、 ユーザー価値に変える
applism118
2
850
今ならAmazon ECSのサービス間通信をどう選ぶか / Selection of ECS Interservice Communication 2025
tkikuc
20
3.7k
PicoRuby on Rails
makicamel
2
100
Cline指示通りに動かない? AI小説エージェントで学ぶ指示書の書き方と自動アップデートの仕組み
kamomeashizawa
1
580
Webの外へ飛び出せ NativePHPが切り拓くPHPの未来
takuyakatsusa
2
430
Team operations that are not burdened by SRE
kazatohiei
1
250
Node-RED を(HTTP で)つなげる MCP サーバーを作ってみた
highu
0
100
Featured
See All Featured
Testing 201, or: Great Expectations
jmmastey
42
7.5k
10 Git Anti Patterns You Should be Aware of
lemiorhan
PRO
657
60k
Building Better People: How to give real-time feedback that sticks.
wjessup
367
19k
"I'm Feeling Lucky" - Building Great Search Experiences for Today's Users (#IAC19)
danielanewman
229
22k
Learning to Love Humans: Emotional Interface Design
aarron
273
40k
How to Create Impact in a Changing Tech Landscape [PerfNow 2023]
tammyeverts
53
2.8k
Product Roadmaps are Hard
iamctodd
PRO
54
11k
Writing Fast Ruby
sferik
628
61k
Responsive Adventures: Dirty Tricks From The Dark Corners of Front-End
smashingmag
252
21k
GitHub's CSS Performance
jonrohan
1031
460k
Thoughts on Productivity
jonyablonski
69
4.7k
CoffeeScript is Beautiful & I Never Want to Write Plain JavaScript Again
sstephenson
161
15k
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