Защитите данные в Cloud Firestore

Cloud Firestore предлагает надежное управление доступом и аутентификацию с помощью различных механизмов, в зависимости от используемых клиентских библиотек.

Библиотеки мобильных и веб-клиентов

For mobile and web client libraries , use Firebase Authentication and Cloud Firestore Security Rules to handle serverless authentication, authorization, and data validation. Learn how to use Cloud Firestore Security Rules to secure your data when using the Android, Apple, Web, Flutter, Unity, and C++ client libraries.

Используйте Firebase App Check , чтобы убедиться, что доступ к данным Cloud Firestore имеет только ваше приложение.

For your apps that use Cloud Storage for Firebase , use Cloud Firestore to define conditions for access to your Cloud Storage resources in database documents that can be accessed by Cloud Storage Security Rules .

Серверные клиентские библиотеки

For server client libraries , use Identity and Access Management (IAM) to manage access to your database. Learn how to secure your data for the Java, Python, Node.js, and Go client libraries with IAM .