Skip to content

Commit

Permalink
chore(Firestore): database option in FirestoreClient phpdoc (#6897)
Browse files Browse the repository at this point in the history
  • Loading branch information
bshaffer committed Dec 22, 2023
1 parent 563fef2 commit 0e9d8cd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Firestore/src/FirestoreClient.php
Expand Up @@ -110,6 +110,8 @@ class FirestoreClient
* place of the service's default endpoint.
* @type string $projectId The project ID from the Google Developer's
* Console.
* @type string $database The database name to use, if different from
the default.
* @type CacheItemPoolInterface $authCache A cache for storing access
* tokens. **Defaults to** a simple in memory implementation.
* @type array $authCacheOptions Cache configuration options.
Expand Down

0 comments on commit 0e9d8cd

Please sign in to comment.