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 Auth& Performance Monitoring
Search
k2wanko
June 27, 2019
Technology
0
350
Firebase Auth & Performance Monitoring
https://firebase-community.connpass.com/event/133441/
k2wanko
June 27, 2019
Tweet
Share
More Decks by k2wanko
See All by k2wanko
Sales AI Cloud "ailead" TSConfig Strictly Adopted / セールスAIクラウド「ailead」の TSConfig厳格化対応した話 /
k2wanko
4
1.9k
Google Analytics for Firebaseを 使うときに把握しておきたいこと / Keep in mind when using Google Analytics for Firebase
k2wanko
2
490
パスワードのない未来のための Firebaseで実装するFIDO2 / FIDO2 actualized by Firebase for the password-less future
k2wanko
5
2.4k
What's New Firebase 2019 Q1 #FJUG #io19jp
k2wanko
5
2.6k
Firebase for Grow
k2wanko
5
960
gosecを試してみた話 / try gosec
k2wanko
1
3.3k
最近のFirebase / Recent Firebase
k2wanko
4
1.6k
Firebase Japan User Group Introduction 2018 #FJUG
k2wanko
0
600
Firestore with Security - Firebase Summit 2018 Report Day
k2wanko
5
1.9k
Other Decks in Technology
See All in Technology
AWSのProductのLifecycleについて
stknohg
PRO
0
290
Geospatialの世界最前線を探る [2025年版]
dayjournal
2
430
PythonとLLMで挑む、 4コマ漫画の構造化データ化
esuji5
0
120
AIを導⼊しても、 開発⽣産性は"爆増"していない なぜ?
kinosuke01
4
3.6k
20250929_QaaS_vol20
mura_shin
0
110
Modern_Data_Stack最新動向クイズ_買収_AI_激動の2025年_.pdf
sagara
0
120
“2件同時配達”の開発舞台裏 〜出前館PMが挑んだダブルピック実現に向けた体験設計〜
demaecan
0
150
いまさら聞けない ABテスト入門
skmr2348
0
170
Pure Goで体験するWasmの未来
askua
1
150
AI時代に活躍できるエンジニアとは #弁護士ドットコム
bengo4com
0
250
KAGのLT会 #8 - 東京リージョンでGAしたAmazon Q in QuickSightを使って、報告用の資料を作ってみた
0air
0
180
北海道の人に知ってもらいたいGISスポット / gis-spot-in-hokkaido-2025
sakaik
0
190
Featured
See All Featured
Bash Introduction
62gerente
615
210k
Building a Modern Day E-commerce SEO Strategy
aleyda
43
7.7k
Code Reviewing Like a Champion
maltzj
525
40k
Fashionably flexible responsive web design (full day workshop)
malarkey
407
66k
Intergalactic Javascript Robots from Outer Space
tanoku
273
27k
BBQ
matthewcrist
89
9.8k
How to Ace a Technical Interview
jacobian
280
23k
Build The Right Thing And Hit Your Dates
maggiecrowley
37
2.9k
Cheating the UX When There Is Nothing More to Optimize - PixelPioneers
stephaniewalter
285
14k
JavaScript: Past, Present, and Future - NDC Porto 2020
reverentgeek
52
5.6k
XXLCSS - How to scale CSS and keep your sanity
sugarenia
248
1.3M
Optimizing for Happiness
mojombo
379
70k
Transcript
Firebase Auth と Performance Monitoring 2019/06/27 @k2wanko Google I/O 2019
報告会 Firebase Japan User Group Organizer Security Engineer
Google I/O 2019 ほぼリアルタイムレポート Firebaseのセッションやブース展示、注目の技術 https://www.youtube.com/watch?v=5F1KNI-KOAc
Update Topic
None
None
Update Topic
Update Topic
What’s New Auth
New Support Providers
Authentication Support Stackdriver Logging
今の所有効にするUIはないので APIからONにする curl -d "{'monitoring': {'requestLogging':{'enabled':true}}}" \ -H 'Authorization: Bearer
[AUTH_TOKEN]' -X PATCH \ -H 'Content-Type: application/json' \ https://identitytoolkit.googleapis.com/admin/v2/projects/[PROJECT_ID]/config?upd ateMask=monitoring.requestLogging.enabled
Stackdriver Loggingから確認ができる
MFA Support
SMS based MFA - SMSを使ってMFA - Private Alpha
Authentication + Cloud Functions beforeCreate beforeSignIn (Blocking Function)
Blocking Function - ユーザーの作成時や、認証時にFunctionsでロジックを書ける機能 - Private Alpha - g.co/firebasealpha
What’s New Performance Monitoring
Web Support
取れるmetrics - first paint metric - first contentful paint metric
- domInteractive metric - domContentLoadedEventEnd metric - loadEventEnd metric - first input delay metric https://firebase.google.com/docs/perf-mon/automatic-web
first input delay metricを取る場合はpolyfillを追加 npm install --save-dev first-input-delay https://github.com/GoogleChromeLabs/first-input-delay
None
None
https://github.com/firebasejp/website/blob/4607473/src/firebase.js
12 hours later...
None
疑問 - 具体的なアクションどうするの? - Web Appのバージョン管理ってどうするの?
おすすめセッション What's New in Firebase https://www.youtube.com/watch?v=x8qTEMkZCPs
おすすめセッション Three New Ways to Secure Your App with Firebase
Authentication https://www.youtube.com/watch?v=BGCLPiR_0Lg
おすすめセッション Securing Web Apps with Modern Platform Features https://www.youtube.com/watch?v=DDtM9caQ97I
Enjoy @k2wanko