A host port pair to allow connecting to a Cloud Firestore emulator instead of the live service.
The value passed to this method will take precedent if the FIRESTORE_EMULATOR_HOST
environment variable is also set.
Returns:
the string representation of a host and port pair to be used when constructing Cloud
Firestore clients.
Define a host port pair to allow connecting to a Cloud Firestore emulator instead of the live
service. The value passed to this method will take precedent if the
FIRESTORE_EMULATOR_HOST environment variable is also set.
The Firestore database ID to connect to. Note: named database is currently an internal feature
in Firestore. Do not set this to anything other than "(default)".