firebase / firebase-admin-dotnet

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

Realtime database support #301

Open MahmudX opened 3 years ago

MahmudX commented 3 years ago

As I can see in this page there is no support for the real-time database, as long as other features. I'm using a third-party repo to use the real-time database but are there any plans to release an official library for the upcoming MAUI or the existing .NET projects?

google-oss-bot commented 3 years ago

I found a few problems with this issue:

hiranya911 commented 3 years ago

No plans as of yet to add RTDB APIs to this library. Although we can potentially accept code contributions to implement those APIs.

StephenHodgson commented 2 years ago

Even a simple rest API implementation would be nice, but of course gPRC is better. Seems kinda sus that there's not much support for .net The Firebase for Unity project has realtime database support, maybe check there for pointers.