bdcodestuff

Results 1 issues of bdcodestuff

Hello, I'm using this excellent library in a mobile app that subscribes to changes on various supabase tables as follows: ``` Client.Instance.From().On(Supabase.Client.ChannelEventType.Insert,action) Client.Instance.From().On(Supabase.Client.ChannelEventType.Update,action) others... ``` where Condition is a database...

bug