2

I've been stuck on connecting Firestore database to C# apps. I've been trying to find tutorial videos and other instructions online and seem unable to get what I need. please help me connect the app and be able to query or insert records to Firestore from my C# app. thank you a lot for your answers.

Naveed Hematmal
  • 343
  • 4
  • 17
RnnLn
  • 29
  • 1
  • 3

1 Answers1

2

You can try this https://googlecloudplatform.github.io/google-cloud-dotnet/docs/Google.Cloud.Firestore/userguide.html but seems still in Beta, many features are not supported

Hua Mai
  • 99
  • 9
  • 1
    The problem with this example is it doesn't show how to pass in credentials and establish the connection. I assumes we're already connected. Been looking all over for how to connect – spacedog Jul 02 '21 at 17:10
  • No longer beta. This answer is outdated. – derekbaker783 Jul 13 '21 at 14:46