I'm building my app with Firebase Auth (so I can use notifications etc) but my database is built with Supabase. Working fine so far but I need to enable RLS in Supabase. Has anyone done this in FlutterFlow yet? Seems like I will need to use the Supabase JWT but I'm not sure how in FF.
I've found a solution that looks to work but it's done outside of FlutterFlow here. This also looks like a solution here.
I'm not sure how or where I would call/invoke the code snippets mentioned in those articles in FlutterFlow - any help or pointers would be greatly appreciated or to even know if this is possible within FF.
Thanks
I