Upgrade to Pro — share decks privately, control downloads, hide ads and more …

What's New Firebase 2019 Q1 #FJUG #io19jp

k2wanko
May 19, 2019

What's New Firebase 2019 Q1 #FJUG #io19jp

Google I/O 2019で話されたFirebaseの話を軽くまとめたものです。

https://gdg-tokyo.connpass.com/event/128867/

k2wanko

May 19, 2019
Tweet

More Decks by k2wanko

Other Decks in Technology

Transcript

  1. ML Kit - 手軽に機械学習を導入できるライブラリ 機能 On-device Cloud Text recognition (OCR)

    ✔ ✔ Face detection ✔ Barcode scanning ✔ Image labeling ✔ ✔
  2. ML Kit 機能 On-device Cloud Object detection & tracking ✔

    Landmark recognition ✔ Language identification ✔ Translation ✔ Smart Reply ✔ AutoML model inference ✔ Custom model inference ✔
  3. SDKを導入するだけで自動で収集してくれる - Browserや国などはもちろん - Webのためのパフォーマンス指標として - First paint - First

    contentful paint - domInteractive - domContentLoadedEventEnd - loadEventEnd - first input delay - https://firebase.google.com/docs/perf-mon/automatic-web
  4. Cloud Functions Emulator - HTTP Function - Callable Function -

    Firestore Function - でのテストがローカルで可能 https://firebase.google.com/docs/functions/local-emulator
  5. サポートされるプロバイダー - メールパスワード認証 - 電話番号 - Google - Facebook -

    Twitter - GitHub - 匿名 - (New) Yahoo - (New) Microsoft - (New) Play ゲーム - (New) Game Center
  6. 今の所有効にする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
  7. Reference - What's new from Firebase at Google I/O 2019

    - What's New in Firebase (Google I/O'19) - Three New Ways to Secure Your App with Firebase Authentication