保護 Cloud Firestore 中的資料

Cloud Firestore 會透過兩種不同的方法提供可靠的存取管理和驗證功能,具體取決於您使用的用戶端程式庫。

  • 對於行動和網路用戶端程式庫,請使用 Firebase AuthenticationCloud Firestore Security Rules 處理無伺服器驗證、授權和資料驗證。瞭解如何使用 Cloud Firestore Security Rules 保護 Android、Apple 和 Web 用戶端程式庫的資料。

    使用 App Check 可確保只有您的應用程式可以存取 Cloud Firestore 資料。

    針對使用 Cloud Storage for Firebase 的應用程式,請使用 Cloud Firestore 定義條件,在資料庫文件中開放 Cloud Storage Security Rules 存取Cloud Storage 資源。

  • 針對伺服器用戶端程式庫,請使用身分與存取權管理 (IAM) 來管理資料庫存取權。瞭解如何使用 IAM 保護 Java、Python、Node.js 和 Go 用戶端程式庫的資料。