step-up-labs / firebase-database-dotnet

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

Stop Realtime Streaming #306

Open Crocks74 opened 1 year ago

Crocks74 commented 1 year ago

Is there a method to stop Realtime streaming once you have subscribed?

Christophershivers commented 1 year ago

were you able to get realtime streaming to work?

bilalsaeed commented 1 year ago

@Crocks74 did you manage to find the solution?

AndreasReitberger commented 10 months ago

Looking for a solution here as well. Thanks!

HugoRosarioZS commented 3 months ago

I don´t know if this is what you are looking for but I solved this issue by keeping a reference to the Subscribe() IDisposable and call Dispose() when I want to stop streaming.