rlamasb / Firebase.Xamarin

Light weight wrapper for Firebase Realtime Database REST API.
MIT License
149 stars 39 forks source link

How to listen to changes to the database? #9

Closed assemmarwan closed 7 years ago

assemmarwan commented 7 years ago

I have implemented what you did in the RealtimeStreaming example, but the function is never invoked. Why is that? Is this the method used to listen to changes in the database?

pbrownTexasDevices commented 7 years ago

Did you ever manage to figure out what was wrong? I'm running into the same issue.