skip to Main Content

Favourite Item: flutter and supabase

I have a tables in my supabase database called properties, profile and saved. The schema for the tables looks like this: properties id int8 (pk), created_at timestamptz, description text, price text, address text, profiles id uuid (pk), updated_at timestamptz, username…

VIEW QUESTION

Add user metadata in Flutter

I am trying to add raw_user_metadata on the auth.users table when a new user creates an account. However, I'm unable to find the documentation for how to do so in Flutter. The documentation exists for the Javascript client library so…

VIEW QUESTION
Back To Top
Search