bugthesystem / FireSharp

An asynchronous cross-platform .Net library for Firebase
The Unlicense
696 stars 147 forks source link

Where-statement #159

Open JanDa-ma opened 3 years ago

JanDa-ma commented 3 years ago

Hi, is there a way to find an object by a property name?

I am making a login function and now (without a where-statement, I need to load all logins and check them in the back-end. Now, I need to load 26 logins and that is what we call "overloading requests".

Is there a way to pick 1 specific element by property?