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
280
Innov8 Port Harcourt
itswisdomagain
0
230
Firebase Authentication - The secure way
itswisdomagain
1
93
Other Decks in Programming
See All in Programming
3年ぶりにコードを書いた元CTOが Claude Codeと30分でMVPを作った話
maikokojima
0
530
iOSエンジニア向けの英語学習アプリを作る!
yukawashouhei
0
200
Software Architecture
hschwentner
6
2.3k
CSC305 Lecture 04
javiergs
PRO
0
270
Claude Agent SDK を使ってみよう
hyshu
0
1.1k
kiroとCodexで最高のSpec駆動開発を!!数時間で web3ネイティブなミニゲームを作ってみたよ!
mashharuki
0
660
CSC509 Lecture 06
javiergs
PRO
0
260
(Extension DC 2025) Actor境界を越える技術
teamhimeh
1
260
NixOS + Kubernetesで構築する自宅サーバーのすべて
ichi_h3
0
1k
Devvox Belgium - Agentic AI Patterns
kdubois
1
130
フロントエンド開発のためのブラウザ組み込みAI入門
masashi
1
440
The Past, Present, and Future of Enterprise Java
ivargrimstad
0
220
Featured
See All Featured
Speed Design
sergeychernyshev
32
1.2k
Easily Structure & Communicate Ideas using Wireframe
afnizarnur
194
16k
Git: the NoSQL Database
bkeepers
PRO
431
66k
Principles of Awesome APIs and How to Build Them.
keavy
127
17k
The Language of Interfaces
destraynor
162
25k
Intergalactic Javascript Robots from Outer Space
tanoku
273
27k
Into the Great Unknown - MozCon
thekraken
40
2.1k
Cheating the UX When There Is Nothing More to Optimize - PixelPioneers
stephaniewalter
285
14k
XXLCSS - How to scale CSS and keep your sanity
sugarenia
248
1.3M
Dealing with People You Can't Stand - Big Design 2015
cassininazir
367
27k
Bootstrapping a Software Product
garrettdimon
PRO
307
110k
Exploring the Power of Turbo Streams & Action Cable | RailsConf2023
kevinliebholz
35
6.1k
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