Connection options for FirestoreStore.
FirestoreStore
projectId/keyFilename configure the underlying Firestore client. When a pre-built client is supplied (e.g. in tests), connect() uses it directly and skips loading the @google-cloud/firestore driver.
projectId
keyFilename
Firestore
client
connect()
@google-cloud/firestore
Optional
A pre-built Firestore client to use instead of the driver.
Connection options for
FirestoreStore.projectId/keyFilenameconfigure the underlyingFirestoreclient. When a pre-builtclientis supplied (e.g. in tests),connect()uses it directly and skips loading the@google-cloud/firestoredriver.