-
Notifications
You must be signed in to change notification settings - Fork 28
Description
Can we access your project?
- I give permission for members of the FlutterFlow team to access and test my project for the sole purpose of investigating this issue.
Current Behavior
Connected to Supabase via OAuth 24 hours ago. Schema synced. - When I try to update Schema now I get an error telling me there is a connection error and does not update. This did worked initially, only broke following the most recent update.
Not All data is pulling through. When I Synced schema, it is not pulling through the Data type for Arrays. This is specified in Supabase but in to coming through and has to be updated in Flutterflow as well. Every time I sync this process needs to be repeated.
Primary Table Key information is not being pulled into Flutterflow. This prevents me from setting up realtime data in the app. Even when the table has a Primary Key this is not reflected in Flutterflow. There is no where in Flutterflow to specify the Primary Key either.
Expected Behavior
Should sync all Supabase data into Flutterflow and directly reflect what is in Supabase.
Steps to Reproduce
- Connect Supabase OAuth
- Sync Table Schema
Reproducible from Blank
- The steps to reproduce above start from a blank project.
Bug Report Code (Required)
N/A
Visual documentation
Environment
- FlutterFlow version: v6.6.16 released March 22,2026
- Platform: MacOS
- Browser name and version:
- Operating system and version affected:Additional Information
No response