firebase-admin-dotnet
firebase-admin-dotnet copied to clipboard
firestore support plans?
I am wondering whether firebase firestore support for the .net sdk is coming any time soon. we're planning whether we could stick to .Net or go for javascript/python sdks instead.
You can use the official .NET SDK for Firestore:
https://www.nuget.org/packages/Google.Cloud.Firestore/ https://googleapis.github.io/google-cloud-dotnet/docs/Google.Cloud.Firestore/
We haven't integrated with that library yet, and that's unlikely to change in the near term. But feel free to use the above library directly.
This could be handled, at least in the short term, as a Firebase DOCS enhancement.