How to create a user profile approval workflow for new user creation in Flutterflow + Supabase

Database & APIs

Hi I'm trying to create a "create account and login page" in my app. When the user creates an account the information is stored in supabase users table and a custom table i created. I have a field which tracks if the user profile is approved to login after the account creation. I am not understanding how to integrate this with login, where the page should check if the account is created and approved. Not just created and available in users profile. Please advise.

What have you tried so far?

I've created the login page and create account page and an additional table which tracks information from the users table and updates it into another table with additional columns as per my needs

Did you check FlutterFlow's Documentation for this topic?
Yes
2 replies