I am using Google.Cloud library for c#, and I want to get data from my Firestore database. I want to use JSON key, but I dont want to put it to GOOGLE_APPLICATION_CREDENTIALS variable.
my json Key is stored in C# variable
string jsonKey = ...;
project id is stored in other variable:
string projectId = ...;
How to do it.