fs
Firestore
DatabasesGCP
General
General information about the service.
Description
Google Cloud Firestore is a flexible, scalable NoSQL cloud database for mobile, web, and server development.
Service ID
firestore.googleapis.comResource Pattern
projects/{project}/databases/{database}References
Chat
Powered by AITalk to this service to learn more about it.
Suggested questions:
Naming
The conventions, rules, and restrictions for naming this service.
Naming Convention
fs-{workload}-{environment}Length
1-63
Valid Characters
Lowercase letters, numbers, hyphens
Scope
project
Code
Deploy your infrastructure as code using your preferred tooling.
Official Documentation
terraform
1resource "google_firestore_database" "main" {2 project = var.project_id3 name = "(default)"4 location_id = var.region5 type = "FIRESTORE_NATIVE"6}
Utilities
Utilities to support app deployment or configuration.