所有 Firestore 代码示例

This page contains code samples for Firestore. To search and filter code samples for other Google Cloud products, see the Google Cloud sample browser.

Use a custom type on the client for Firestore documents (async)

Use a custom type on the client for Firestore documents (async).

Add a Firestore document

Add a Firestore document

Add a Firestore document (async)

Add a Firestore document (async).

Add a Firestore document using a custom type

Add a Firestore document using a custom type

Add a Firestore document using a custom type (async)

Add a Firestore document using a custom type (async).

Add a Firestore document using a map

Add a Firestore document using a map

Add a Firestore document using a map (async)

Add a Firestore document using a map (async).

Add a Firestore document using a nested map

Add a Firestore document using a nested map

Add a Firestore document using a nested map (async)

Add a Firestore document using a nested map (async).

Add a Firestore document using an autogenerated id

Add a Firestore document using an autogenerated id

Add a Firestore document using an autogenerated id (async)

Add a Firestore document using an autogenerated id (async).

Add a Firestore document with nested fields

Add a Firestore document with nested fields

Add a Firestore document with nested fields (async)

Add a Firestore document with nested fields (async).

Add data to Firestore (async)

Add data to Firestore (async).

Add data to Firestore (async)

Add data to Firestore (async).

An example Firestore query with an invalid range

An example Firestore query with an invalid range

An example Firestore query with an invalid range (async)

An example Firestore query with an invalid range (async).

An example of an invalid order and limit Firestore query

An example of an invalid order and limit Firestore query

An example of an invalid order and limit Firestore query (async)

An example of an invalid order and limit Firestore query (async).

Conditionally updating a Firestore document in a transaction

Conditionally updating a Firestore document in a transaction

Conditionally updating a Firestore document in a transaction (async)

Conditionally updating a Firestore document in a transaction (async).

Create a collection of Firestore documents

Create a collection of Firestore documents

Create a collection of Firestore documents (async)

Create a collection of Firestore documents (async).

Create a Firestore collection reference

Create a Firestore collection reference

View in documentation

Create a Firestore collection reference (async)

Create a Firestore collection reference (async).

View in documentation

Create a Firestore document reference

Create a Firestore document reference

View in documentation

Create a Firestore document reference (async)

Create a Firestore document reference (async).

View in documentation

Create a Firestore document reference from a document path

Create a Firestore document reference from a document path

View in documentation

Create a Firestore document reference from a document path (async)

Create a Firestore document reference from a document path (async).

View in documentation

Create a Firestore document reference with an autogenerated id

Create a Firestore document reference with an autogenerated id

Create a Firestore document reference with an autogenerated id (async)

Create a Firestore document reference with an autogenerated id (async).

Create a Firestore sharded counter

Create a Firestore sharded counter

Create a Firestore sharded counter (async)

Create a Firestore sharded counter (async).

Create a Firestore subcollection reference

Create a Firestore subcollection reference

View in documentation

Create a Firestore subcollection reference (async)

Create a Firestore subcollection reference (async).

View in documentation

Create a Firestore watch listener

Create a Firestore watch listener

Create custom shard and counter types for Firestore distributed counters

Create custom shard and counter types for Firestore distributed counters

Create custom shard and counter types for Firestore distributed counters (async)

Create custom shard and counter types for Firestore distributed counters (async).

Creating a Firestore client (async)

Creating a Firestore client (async).

Delete a Firestore collection

Delete a Firestore collection and documents within.

Delete a Firestore collection (async)

Delete a Firestore collection and documents within (async).

Delete a Firestore document

Delete a single Firestore document

Delete a Firestore document (async)

Delete a single Firestore document (async).

Delete a Firestore field

Delete a Firestore field

Delete a Firestore field (async)

Delete a Firestore field (async).

Get a Firestore document using custom types

Get a Firestore document using custom types.

Get a Firestore document using custom types (async)

Get a Firestore document using custom types (async).

Get all documents

Get all documents within a Firestore Collection

Get all documents (async)

Get all documents within a Firestore Collection (async).

Get Firestore Documents created from custom classes

Get Firestore Documents created from custom classes

Get Firestore Documents created from custom classes (async)

Get Firestore Documents created from custom classes (async).

Get Firestore documents in nested collections

Get Firestore documents in nested collections

Get Firestore documents in nested collections (async)

Get Firestore documents in nested collections (async).

Getting a Firestore document while using shards

Getting a Firestore document while using shards

Getting a Firestore document while using shards (async)

Getting a Firestore document while using shards (async).

Getting Firestore documents from a collection

Getting Firestore documents from a collection

Getting started with Firestore

Getting started with Firestore

View in documentation

Handle Firestore watch listener errors

Handle Firestore watch listener errors

Increment a Firestore document field

Update a Firestore document field using Increment. If a field doesn't exist, Firestore creates the field, and then increments it.

Increment a Firestore document field (async)

Update a Firestore document field using Increment (async).

Incrementing a Firestore document field while using shards

Incrementing a Firestore document field while using shards

Incrementing a Firestore document field while using shards (async)

Incrementing a Firestore document field while using shards (async).

Monitor query result changes with Firestore Watch

Monitor query result changes with Firestore Watch

Observe change types with Firestore watch listeners

Observe change types with Firestore watch listeners

Ordering a Firestore query on multiple fields

Ordering a Firestore query on multiple fields

Ordering a Firestore query on multiple fields (async)

Ordering a Firestore query on multiple fields (async).

Ordering a Firestore query with a filter

Ordering a Firestore query with a filter

Ordering a Firestore query with a filter (async)

Ordering a Firestore query with a filter (async).

Ordering and limiting Firestore queries

Ordering and limiting Firestore queries

Ordering and limiting Firestore queries (async)

Ordering and limiting Firestore queries (async).

Ordering and limiting Firestore queries in descending order

Ordering and limiting Firestore queries in descending order

Ordering and limiting Firestore queries in descending order (async)

Ordering and limiting Firestore queries in descending order (async).

Ordering and limiting Firestore queries with a filter

Ordering and limiting Firestore queries with a filter

Ordering and limiting Firestore queries with a filter (async)

Ordering and limiting Firestore queries with a filter (async).

Performs a batch update on a Firestore document

Performs a batch update on a Firestore document

Performs a batch update on a Firestore document (async)

Performs a batch update on a Firestore document (async).

Query a collection group using a partitioned query

Query a collection group using a partitioned query

Query a Firestore collection (async)

Query a Firestore collection (async).

Query a Firestore collection group with an eq filter

Query a Firestore collection group with an eq filter

Query a Firestore collection group with an eq filter (async)

Query a Firestore collection group with an eq filter (async).

Query a Firestore collection with a boolean eq filter

Query a Firestore collection with a boolean eq filter

Query a Firestore collection with a boolean eq filter (async)

Query a Firestore collection with a boolean eq filter (async).

Query a Firestore collection with a cursor end at filter

Query a Firestore collection with a cursor end at filter

Query a Firestore collection with a cursor end at filter (async)

Query a Firestore collection with a cursor end at filter (async).

Query a Firestore collection with a cursor start at document filter

Query a Firestore collection with a cursor start at document filter

Query a Firestore collection with a cursor start at document filter (async)

Query a Firestore collection with a cursor start at document filter (async).

Query a Firestore collection with a cursor start at field (multiple) filter

Query a Firestore collection with a cursor start at field (multiple) filter

Query a Firestore collection with a cursor start at field (multiple) filter (async)

Query a Firestore collection with a cursor start at field (multiple) filter (async).

Query a Firestore collection with a cursor start at field filter

Query a Firestore collection with a cursor start at field filter

Query a Firestore collection with a cursor start at field filter (async)

Query a Firestore collection with a cursor start at field filter (async).

Query a Firestore collection with a not eq filter

Query a Firestore collection with a not eq filter

Query a Firestore collection with a not in filter

Query a Firestore collection with a not in filter

Query a Firestore collection with a string eq filter

Query a Firestore collection with a string eq filter

Query a Firestore collection with a string eq filter (async)

Query a Firestore collection with a string eq filter (async).

Query a Firestore collection with an array_contains filter

Query a Firestore collection with an array_contains filter

Query a Firestore collection with an array_contains filter (async)

Query a Firestore collection with an array_contains filter (async).

Query a Firestore collection with an array_contains_any filter

Query a Firestore collection with an array_contains_any filter

Query a Firestore collection with an array_contains_any filter (async)

Query a Firestore collection with an array_contains_any filter (async).

Query a Firestore collection with an in array filter

Query a Firestore collection with an in array filter

Query a Firestore collection with an in array filter (async)

Query a Firestore collection with an in array filter (async).

Query a Firestore collection with an in filter

Query a Firestore collection with an in filter

Query a Firestore collection with an in filter (async)

Query a Firestore collection with an in filter (async).

Query a Firestore collection with multiple eq filters

Query a Firestore collection with multiple eq filters

Query a Firestore collection with multiple eq filters (async)

Query a Firestore collection with multiple eq filters (async).

Query a subcollection

Demonstrates how to query a subcollection.

Querying Firestore collections with one range

Querying Firestore collections with one range

Querying Firestore collections with one range (async)

Querying Firestore collections with one range (async).