NucuCar.Domain TelemetryPublisherFirestore update docs
This commit is contained in:
parent
ff492258a8
commit
644d5f36c1
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ namespace NucuCar.Domain.Telemetry
|
||||||
/// This class is used to publish the telemetry data to Google's Cloud Firestore.
|
/// This class is used to publish the telemetry data to Google's Cloud Firestore.
|
||||||
/// Requires the environment variable: GOOGLE_APPLICATION_CREDENTIALS to be set.
|
/// Requires the environment variable: GOOGLE_APPLICATION_CREDENTIALS to be set.
|
||||||
/// See: https://cloud.google.com/docs/authentication/getting-started
|
/// See: https://cloud.google.com/docs/authentication/getting-started
|
||||||
/// or Firebase > Project Settings > Service Accounts
|
/// or Firebase > Project Settings > Service Accounts (Authentication is not implemented!)
|
||||||
/// <remarks>
|
/// <remarks>
|
||||||
/// The connection string has the following parameters:
|
/// The connection string has the following parameters:
|
||||||
/// ProjectId (required) — The string for the Firestore project id.
|
/// ProjectId (required) — The string for the Firestore project id.
|
||||||
|
|
Loading…
Reference in a new issue