.Net Core Configuration Provider that allows developers to use Google Cloud Firestore as a Configuration Source in their applications including support for secrets stored in Google Cloud SecretManager.
Info
Version: | 1.0.2 |
Author(s): | HectorEscalante |
Last Update: | Monday, September 7, 2020 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/GoogleCloud.Extensions.Configuration.Firestore |
Install
Install-Package GoogleCloud.Extensions.Configuration.Firestore
dotnet add package GoogleCloud.Extensions.Configuration.Firestore
paket add GoogleCloud.Extensions.Configuration.Firestore
GoogleCloud.Extensions.Configuration.Firestore Download (Unzip the "nupkg" after downloading)
Dependencies
- Google.Cloud.Firestore(>= 2.1.0)
- Google.Cloud.SecretManager.V1(>= 1.0.0)
- Microsoft.Extensions.Configuration.Json(>= 3.1.7)
- Microsoft.Extensions.Logging.Console(>= 3.1.7)
- System.Text.Json(>= 4.7.2)
Tags