firebase / firebase-admin-dotnet

Firebase Admin .NET SDK
https://firebase.google.com/docs/admin/setup
Apache License 2.0
367 stars 131 forks source link

firestore support plans? #262

Open mhDuke opened 3 years ago

mhDuke commented 3 years ago

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.

hiranya911 commented 3 years ago

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.

gregfenton commented 8 months ago

This could be handled, at least in the short term, as a Firebase DOCS enhancement.