Posted inFirebase Functions 使用Firebase Functions的HTTP Triggers設計簡易的Android網路登入驗證功能,連PHP、ASP、Servlet都不用了 Posted by By hank 2017 年 5 月 1 日 要寫一個使用HTTP協定的網路登入的Android app功能要多久呢,準備一台伺服器,開啟防火牆,安裝AP Server,設定AP Server,設計一個能以HTTP接收帳號與密碼的server程式,再回應登入正確與否的程式,啟用後再測試,如此大費周章嗎?
Posted inFirebase Functions 使用Firebase Functions設計隨時傾聽資料新增的function,並自動建立特定資料 Posted by By hank 2017 年 4 月 11 日 Firebase Functions有許多能力,例如傾聽Firebase database中資料的變動,或是在會員建立後自動執行對應用的功能,本篇先以一個應用案例展示資料變動的功能寫法,程式碼很短,寫完function後佈署到Firebase上就能運作了
Posted inFirebase Functions 使用Firebase Functions前的環境準備與開發工具安裝,Serverless真的來了 Posted by By hank 2017 年 4 月 11 日 Firebase Functions是Firebase最新推出的功能,目的是簡化許多功能的開發工作,如自動送出雲端推播訊息,或自動在另一個data node中產生對應的資料等,使用Functions可達到完全Serverless的目標