I am using SfSchedule on a Xamarin Forms project with Firebase data store
On page load, schedule events are retrieved from the database, and displayed correctly.
If I edit/update an existing event, or create a new event, these are correctly written to the database (I have checked this in real time using firebase console)
Th sfschedule control does not update though, and continues to only show initial data until the app is closed and restarted. I have tried numerous ways to address this including using pull to refresh with no success. It's driving me mad.
Attachment:
scheduler_a5d47663.rar