BuildShip Trigger - Flutterflow (Supabase Auth) not working, please help!

I have configured the Buildship/Flutterflow integration according to the YouTube video provided by BuildShip and FF. When using Supabase Auth, I am getting this error: {"buildshipResponse":{"error":{"message":"Missing authorization header or invalid format, needs to be in format: Bearer <firebase-IdToken>"},"label":"FlutterFlow (Supabase Auth) Trigger","message":"Missing authorization header or invalid format, needs to be in format: Bearer <firebase-IdToken>"},"error":"null"} I believe I have everything configured appropriately (see attached pic), but seems like something is wrong. Can anyone help me figure out what is going on here? Thank you in advance!
No description
No description
2 Replies
AI Support
AI Support3w ago
Processing...
🤖 Navigating through the information maze. 🌐 this might take a couple of minutes... beep boop
AI Support
AI Support3w ago
🤖 AI Response
To resolve the Supabase Auth integration error between FlutterFlow and BuildShip, you need to ensure that your BuildShip workflow is configured to accept Supabase JWT tokens rather than Firebase IdTokens. In FlutterFlow, after setting up Supabase authentication, you should pass the Supabase JWT token in the Authorization header using the format Bearer <token> with each API call to BuildShip. On the BuildShip side, use the Supabase-specific nodes (such as "Get Row with Token" or "Create Row with Token") that are designed to validate and process Supabase tokens, enabling row-level security and proper authentication passthrough. If your workflow trigger is still set to expect Firebase authentication, update it to use the Supabase Auth-compatible trigger or node. For step-by-step instructions and supported nodes, refer to the BuildShip FlutterFlow integration documentation and Supabase node documentation. 🔗 References: 1. https://support.buildship.com/m/1398589249607041084 2. https://www.youtube.com/watch?v=x7iUmWYiaQQ 3. https://buildship.com/integrations/apps/supabase-and-flutterflow 4. https://buildship.com/integrations/apps/flutterflow-and-supabase 5. https://buildship.com/blog/buildship-joins-forces-with-supabase-for-no-code-database-experience 6. https://www.youtube.com/watch?v=uhc8732Dpq4 7. https://buildship.com/integrations/flutterflow 8. https://community.flutterflow.io/libraries-showcase/post/trigger-buildship-workflows-directly-from-flutterflow-ickUMToGKJtSdj8 9. https://www.youtube.com/watch?v=JzRi_1Gtslo
BuildShip AI Support

Did you find this page helpful?