iT邦幫忙

2022 iThome 鐵人賽

DAY 24
0
影片教學

每天五分鐘Webduino Smart開發應用好好玩系列 第 24

第二十四堂課溫溼度感測上傳Firebase雲端資料庫

  • 分享至 

  • xImage
  •  

Yes
溫濕度 ( Firebase 紀錄 )

  1. 使用 Google 的雲端資料庫服務:Firebase,透過 Webduino Blockly將溫濕度數值存入雲端資料庫(可匯出json檔)
  2. Firebase是在2014年被Google收購,所提供的是行動應用程式開發的平台服務,也就是BaaS(Backend as a Service)。
  3. Firebase提供了即時資料庫和後端即服務。該服務為應用程式開發人員提供了一個API允許應用程式數據能跨客戶端同步儲存在Firebase的雲端空間上。 提供的客戶端包含Android、iOS、JavaScript、Java、Objective-C、Swift和Node.js應用程式。

https://ithelp.ithome.com.tw/upload/images/20221009/201527099VfTlWUjKM.png
https://ithelp.ithome.com.tw/upload/images/20221009/20152709BnrXQsEzmg.png
https://ithelp.ithome.com.tw/upload/images/20221009/20152709g50pK3FzNx.png
https://ithelp.ithome.com.tw/upload/images/20221009/20152709US8xRpB1eU.png
https://ithelp.ithome.com.tw/upload/images/20221009/20152709BWQ20NdnKI.png
https://ithelp.ithome.com.tw/upload/images/20221009/20152709qT6P6M8UsR.png
如果透過帳號密碼管控,還必須有一些額外的安全性設定,為了這個範例實作方便,先採用最基本可以存資料的方式。
除了官方建議的【以測試模式啟動】,或在規則的設定值,更換成下方這段程式碼,再按下「發佈」按鈕。
{
"rules": {
".read": true,
".write": true
}
}
https://ithelp.ithome.com.tw/upload/images/20221009/20152709MZIDQBQXEn.png
https://ithelp.ithome.com.tw/upload/images/20221009/20152709MSA458SG4a.png


上一篇
第二十三堂課PM2.5細懸浮微粒感測器(G3)
下一篇
第二十五堂課綜合應用WIFI遙控小車
系列文
每天五分鐘Webduino Smart開發應用好好玩30
圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

尚未有邦友留言

立即登入留言