GCP - Firestore Enum
Tip
学んで実践する AWS Hacking:
HackTricks Training AWS Red Team Expert (ARTE)
学んで実践する GCP Hacking:HackTricks Training GCP Red Team Expert (GRTE)
学んで実践する Az Hacking:HackTricks Training Azure Red Team Expert (AzRTE)
HackTricks をサポートする
- subscription plans を確認してください!
- 参加する 💬 Discord group または telegram group に参加するか、Twitter 🐦 @hacktricks_live をフォローしてください。
- Share hacking tricks by submitting PRs to the HackTricks and HackTricks Cloud github repos.
Cloud Firestore
Cloud Firestoreは、FirebaseとGoogle Cloudによって提供されるスケーラブルで柔軟なデータベースであり、モバイル、ウェブ、サーバー開発のニーズに応えます。その機能はFirebase Realtime Databaseに似ており、リアルタイムリスナーを使用してクライアントアプリケーション間でデータの同期を確保します。Cloud Firestoreの重要な機能は、モバイルおよびウェブプラットフォームでのオフライン操作をサポートしていることであり、高いネットワーク遅延やインターネット接続のない状況でもアプリの応答性を向上させます。さらに、Cloud FunctionsなどのFirebaseおよびGoogle Cloudの他の製品とスムーズに統合されるように設計されています。
gcloud firestore indexes composite list
gcloud firestore indexes composite describe <index>
gcloud firestore indexes fields list
gcloud firestore indexes fields describe <name>
gcloud firestore export gs://my-source-project-export/export-20190113_2109 --collection-ids='cameras','radios'
Tip
学んで実践する AWS Hacking:
HackTricks Training AWS Red Team Expert (ARTE)
学んで実践する GCP Hacking:HackTricks Training GCP Red Team Expert (GRTE)
学んで実践する Az Hacking:HackTricks Training Azure Red Team Expert (AzRTE)
HackTricks をサポートする
- subscription plans を確認してください!
- 参加する 💬 Discord group または telegram group に参加するか、Twitter 🐦 @hacktricks_live をフォローしてください。
- Share hacking tricks by submitting PRs to the HackTricks and HackTricks Cloud github repos.
HackTricks Cloud

