step-up-labs / firebase-database-dotnet

C# library for Firebase Realtime Database.
MIT License
671 stars 170 forks source link

How to implement call back to realtime database data changed. #263

Closed Jack-Paul closed 2 years ago

Jack-Paul commented 3 years ago

I have followed the documentation.

and implemented the same.

client.Child("Menu") .AsObservable<ObservableCollection<Item>>() .Subscribe( );

how do i get the call back using this bit confused, I am new to this, can i get some help??

bezysoftware commented 3 years ago

It's in the sample code, pass in a lambda into subscribe method: https://github.com/step-up-labs/firebase-database-dotnet#c-1

stale[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] commented 2 years ago

Closing the issue due to inactivity. Feel free to re-open