-
Deprecated MethodsMethodDescriptionThis method will be removed in the next minor version update. Please use a no-op TracerProvider or set the environment variable `FIRESTORE_ENABLE_TRACING=OFF` to disable tracing. If the GlobalOpenTelemetry or the OpenTelemetry instance passed to Firestore contains a valid TracerProvider, the Firestore client will generate spans by utilizing it.This method will be removed in the next minor version update. Please use a no-op TracerProvider or set the environment variable `FIRESTORE_ENABLE_TRACING=OFF` to disable tracing. If the GlobalOpenTelemetry or the OpenTelemetry instance passed to Firestore contain a valid TracerProvider, the Firestore client will generate spans by utilizing it.as of 2.0.0, replaced by
TransactionOptions.ReadWriteOptionsBuilder.setNumberOfAttempts(int)as of 2.0.0, replaced byTransactionOptions.Builder.setExecutor(Executor)as of 2.0.0, replaced byTransactionOptions.Builder.setExecutor(Executor)andTransactionOptions.ReadWriteOptionsBuilder.setNumberOfAttempts(int)
CollectionGroup.getPartitions(long)instead. All cursors will be loaded before any value will be provided toobserver.