step-up-labs / firebase-database-dotnet

C# library for Firebase Realtime Database.
MIT License
668 stars 168 forks source link

Add shouldReplayNotifications parameter to AsObservable() #302

Closed AchuthanR closed 1 year ago

AchuthanR commented 1 year ago

Added an option to return an observable sequence that does not replay notifications of the source. Subscribers will receive notifications from the time of the subscription on.

On my end, I create an observable sequence that streams changes from a database path. Right now, the only option is to return an observable sequence that replays all the notifications of the source to its subscribers. I had a case where a subscription only had to know about new changes. So, I thought this would be a good option to have.

stale[bot] commented 1 year 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 1 year ago

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