Anzeige

GDG Taichung - Firebase Introduction 01

Customer Engineer um Microsoft
21. Mar 2019
Anzeige

Más contenido relacionado

Anzeige

Último(20)

Anzeige

GDG Taichung - Firebase Introduction 01

  1. FIREBASE BASICS GDG Taichung Duran Hsieh Ina Lai
  2. AGENDA • What is Firebase • NoSQL • Management Console • Data Design • Q&A
  3. What is FIREBASE
  4. 4Presented By: Duran Hsieh WHAT IS FIREBASE • Firebase : 雲端後端服務平台 • 驗證功能 • 即時資料庫 • 數據分析功能 • Hosting 服務 • 整合 Google 雲服務 • 整合行動端應用, ex: Push Notification • …
  5. 5Presented By: Duran Hsieh WHAT IS FIREBASE • 特色 • No SQL database • 適用於許多開發情境(行動端、網頁端) • 由 Google 開發維護 • 具備即時性 • 完善的文件 • 可免費建立與測試,適用於建立雛形 • 支援多種前後端語言與相關技術 • 低維護成本 • URL 導向 • 整合多種驗證機制
  6. 6Presented By: Duran Hsieh WHAT IS FIREBASE • 常見架構 (1/2) Client (Web/Mobile) Firebase
  7. 7Presented By: Duran Hsieh WHAT IS FIREBASE • 常見架構 Client (Web/Mobile) Firebase Server Database
  8. 8Presented By: Duran Hsieh WHAT IS FIREBASE • 建立 Firebase 項目 • 前往 Firebase,登入後點選前往控制台
  9. 9Presented By: Duran Hsieh WHAT IS FIREBASE • 點選新增專案
  10. 10Presented By: Duran Hsieh WHAT IS FIREBASE • 輸入專案名稱與勾選條款,建立專案
  11. 11Presented By: Duran Hsieh WHAT IS FIREBASE • 專案建立完成,可以依據情境設定您的應用程式,便於 後續使用
  12. No SQL
  13. 13Presented By: Duran Hsieh NO SQL • JSON Document • Key / Value • 巢狀結構 • Columns 儲存方式 • 縮放規模 • 最終一致性 { "User":{ "Age":33, "Name":"Duran" } } { "Status" : [ "Enable", "Disable", "Archive" ] }
  14. Management Console
  15. 15Presented By: Duran Hsieh MANAGEMENT CONSOLE • 點選 Database • 建立 Realtime Database
  16. 16Presented By: Duran Hsieh MANAGEMENT CONSOLE • 功能介紹 展開/縮合/其他功能 編寫資料 連結 各種功能
  17. Data Design
  18. 18Presented By: Duran Hsieh DATA DESIGN • 原則 • 不要像關聯式資料庫方式設計 • 取資料導向方式設計 • 避免深度巢狀設計 • 重複資料應該在正確的位置 • 讀取 – 多重複資料 • 寫入 – 多記錄,少重複資料
  19. 19Presented By: Duran Hsieh CODE LAB • Firebase and Android • https://codelabs.developers.google.com/codelabs/firebase -android/#0
  20. QUESTION & ANSWERS
  21. THANK YOU FOR WATCHING

Hinweis der Redaktion

  1. 文件網址: https://firebase.google.com/docs/?hl=zh-tw
  2. 文件網址: https://firebase.google.com/docs/?hl=zh-tw
  3. 文件網址: https://firebase.google.com/docs/?hl=zh-tw
  4. then send it back!
Anzeige