保護 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 資源的存取條件,這些資料庫文件可由 Cloud Storage Security Rules 存取。

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