I am using flutter in a production app with Supabase. Last year it was able to work just fine and read realtime database updates. I have since gone down the path to try and update my packages as I prepare to push a new release out. But now I am getting an exception deep in the realtime flutter library when it tries to convert an int it fails? But the catch is the breakpoint is never hitting on the first line inside the callback with the new record. What is further confusing me is that when I go to the supabase dashboard, I can see the column Realtime Enabled has a green check next to the 3 tables I want to be available via realtime. Did things change around this because now when I go to the Supabase dashboard -> Realtime -> Policies I see a warning that "No data will be selectable via Supabase APIs as this schema is not exposed. You may configure this in your project’s API settings." The only thing that gives me pause is it works on a production app now, but maybe that is tied to a lower sdk that is not as secure? Anyone have any documentation on the changes (if there are any)?