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.
Asked
Active
Viewed 9,597 times
2
-
Is your question how to connect to firebase? Or just how to query the database? – Michael Apr 02 '18 at 14:09
-
at this time, I guess it is how to connect – RnnLn Apr 02 '18 at 14:10
-
Okay you should edit your question to reflect that, or else people will start answering the wrong questions – Michael Apr 02 '18 at 14:12
-
done. any idea how to connect? – RnnLn Apr 02 '18 at 14:14
-
Try using this. I only use firebase in Android development currently so I don't have any experience with this. Hope it helps! https://stackoverflow.com/questions/41676714/using-firebase-in-net – Michael Apr 02 '18 at 14:24
-
it doesn't clearly give some clear instructions. – RnnLn Apr 02 '18 at 14:35
-
actually it helped now. thanks! – RnnLn Apr 02 '18 at 17:39
1 Answers
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
-
1The 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
-