bugthesystem / FireSharp

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

FirebaseResponse - OnAsync #10

Closed brunobritodev closed 9 years ago

brunobritodev commented 9 years ago

Hi again!

Now I'm using OnAsync to watch a path. The event handler are sending property by property, why just not send entire object?

Maybe create a T method that convert the Json response to a complex object?

In this case I'm with some problems to undestand all the context to change that, so I'll have some dificulties to create a pull request.

bugthesystem commented 9 years ago

Hi @bhdebrito I'll take a look asap.

brunobritodev commented 9 years ago

That's ok now!

On last release there is a GetAsync and OnChangeGetAsync