step-up-labs / firebase-database-dotnet

C# library for Firebase Realtime Database.
MIT License
668 stars 168 forks source link

Add new `OnceAsJsonAsync` query method #303

Closed AndreasReitberger closed 1 year ago

AndreasReitberger commented 1 year ago

While working on a new project, I found out that it might be useful to have such an endpoint to only get the json response as string. So this PR adds this method.

bezysoftware commented 1 year ago

LGTM, thx!