step-up-labs / firebase-database-dotnet

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

How to use the feature OnChildAdded #203

Closed apy534 closed 4 years ago

apy534 commented 5 years ago

I'm trying to subscribe only if new child is added under a node. OnChildAded How to implement it??

Thanks in advance.

bezysoftware commented 4 years ago

This is implemented using and Observable, which you can subscribe to. See samples https://github.com/step-up-labs/firebase-database-dotnet/blob/master/samples/ConsoleChat/ConsoleChat/Program.cs

stale[bot] commented 4 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 4 years ago

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

stale[bot] commented 4 years ago

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