Firebase是Alphabet(google)的子公司,提供了一些很好用的服務,例如,身分驗證 (Authentication)、Firestore(NoSQL database)。Firestore的主要是以兩個概念構成:collection及document,一個collection中可以有很多document,每個document中還可以有collection。Authentication可以利用不同方法登入,最簡單的就是透過電子郵件、密碼登入。

Authentication

Firestore