step-up-labs / firebase-database-dotnet

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

Fixing JSON exception if respone is a List and not a Dictionary #281

Closed AndreasReitberger closed 1 year ago

AndreasReitberger commented 2 years ago

On my end I'm using a List in the realtime database. With the current version it's throwing an exception. So I added the new Method "OnceAsListAsync" to get a List instead of a dictionary.

image

bezysoftware commented 1 year ago

Thx for the PR!