Hello, I am new to using Supabase. How can I increase a value from my database with supabase? Is there any direct way like with firebase in Flutterflow? I have a field in supabase (integer) and I want to increase the value each time the user taps a buttom. It's easy with firebase, but I can see a direct way to do with supabase.
Thanks!