bugthesystem / FireSharp

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

Realtime #90

Closed PatrickHollweck closed 7 years ago

PatrickHollweck commented 7 years ago

Hello,

I'm having issues with getting data in real time when the data gets updated.

I have no issue getting data from firebase and getting data into firebase but I can't figure out how to retrieve an update when I change a value in Firebase.

Taking a look at the Sample folder didn't help much eighter... Can someone help me out?