GCP - Firestore Enum
Reading time: 2 minutes
tip
AWS 해킹 배우기 및 연습하기:HackTricks Training AWS Red Team Expert (ARTE)
GCP 해킹 배우기 및 연습하기: HackTricks Training GCP Red Team Expert (GRTE)
Azure 해킹 배우기 및 연습하기:
HackTricks Training Azure Red Team Expert (AzRTE)
HackTricks 지원하기
- 구독 계획 확인하기!
- **💬 Discord 그룹 또는 텔레그램 그룹에 참여하거나 Twitter 🐦 @hacktricks_live를 팔로우하세요.
- HackTricks 및 HackTricks Cloud 깃허브 리포지토리에 PR을 제출하여 해킹 트릭을 공유하세요.
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 해킹 배우기 및 연습하기:HackTricks Training AWS Red Team Expert (ARTE)
GCP 해킹 배우기 및 연습하기: HackTricks Training GCP Red Team Expert (GRTE)
Azure 해킹 배우기 및 연습하기:
HackTricks Training Azure Red Team Expert (AzRTE)
HackTricks 지원하기
- 구독 계획 확인하기!
- **💬 Discord 그룹 또는 텔레그램 그룹에 참여하거나 Twitter 🐦 @hacktricks_live를 팔로우하세요.
- HackTricks 및 HackTricks Cloud 깃허브 리포지토리에 PR을 제출하여 해킹 트릭을 공유하세요.