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
Sponsored
·
Your Podcast. Everywhere. Effortlessly.
Share. Educate. Inspire. Entertain. You do you. We'll handle the rest.
→
k2wanko
June 27, 2019
Technology
0
360
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
2k
Google Analytics for Firebaseを 使うときに把握しておきたいこと / Keep in mind when using Google Analytics for Firebase
k2wanko
2
510
パスワードのない未来のための Firebaseで実装するFIDO2 / FIDO2 actualized by Firebase for the password-less future
k2wanko
5
2.5k
What's New Firebase 2019 Q1 #FJUG #io19jp
k2wanko
5
2.7k
Firebase for Grow
k2wanko
5
990
gosecを試してみた話 / try gosec
k2wanko
0
3.5k
最近のFirebase / Recent Firebase
k2wanko
4
1.7k
Firebase Japan User Group Introduction 2018 #FJUG
k2wanko
0
620
Firestore with Security - Firebase Summit 2018 Report Day
k2wanko
5
2k
Other Decks in Technology
See All in Technology
タスク管理も1on1も、もう「管理」じゃない ― KiroとBedrock AgentCoreで変わった"判断の仕事"
yusukeshimizu
5
2.3k
SaaSからAIへの過渡期の中で現在、組織内で起こっている変化 / SaaS to AI Paradigm Shift
aeonpeople
0
120
S3はフラットである –AWS公式SDKにも存在した、 署名付きURLにおけるパストラバーサル脆弱性– / JAWS DAYS 2026
flatt_security
0
1.6k
Kaggleの経験が実務にどう活きているか / kaggle_findy
sansan_randd
7
1.3k
OCI Security サービス 概要
oracle4engineer
PRO
2
13k
2026-03-11 JAWS-UG 茨城 #12 改めてALBを便利に使う
masasuzu
1
240
Security Diaries of an Open Source IAM
ahus1
0
210
類似画像検索モデルの開発ノウハウ
lycorptech_jp
PRO
4
1.1k
Databricksアシスタントが自分で考えて動く時代に! エージェントモード体験もくもく会
taka_aki
0
370
クラウド × シリコンの Mashup - AWS チップ開発で広がる AI 基盤の選択肢
htokoyo
2
140
製造業ドメインにおける LLMプロダクト構築: 複雑な文脈へのアプローチ
caddi_eng
1
540
情シスのための生成AI実践ガイド2026 / Generative AI Practical Guide for Business Technology 2026
glidenote
0
170
Featured
See All Featured
Marketing to machines
jonoalderson
1
5k
Unlocking the hidden potential of vector embeddings in international SEO
frankvandijk
0
200
10 Git Anti Patterns You Should be Aware of
lemiorhan
PRO
659
61k
Easily Structure & Communicate Ideas using Wireframe
afnizarnur
194
17k
SEO in 2025: How to Prepare for the Future of Search
ipullrank
3
3.4k
Site-Speed That Sticks
csswizardry
13
1.1k
Practical Tips for Bootstrapping Information Extraction Pipelines
honnibal
25
1.8k
AI: The stuff that nobody shows you
jnunemaker
PRO
3
360
Making the Leap to Tech Lead
cromwellryan
135
9.8k
The World Runs on Bad Software
bkeepers
PRO
72
12k
Measuring Dark Social's Impact On Conversion and Attribution
stephenakadiri
1
150
Sharpening the Axe: The Primacy of Toolmaking
bcantrill
46
2.7k
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