Håkon Ulven
Håkon Ulven12h ago

{"buildshipResponse":{"error":{"message":"Missing authorization header or invalid format, needs to b

Hello, I'm using Buildship with FlutterFlow and for a strange reason I can't get to verify with Firebase token. I have followed the documentation and video step by step: https://docs.buildship.com/triggers-integrations/flutterflow-triggers#adding-the-buildship-library-to-flutterflow
FlutterFlow Triggers – BuildShip
Provides a seamless connection between your FlutterFlow apps and BuildShip's powerful back-end workflows.
No description
3 Replies
AI Support
AI Support12h ago
Processing...
🤖 Assembling the pieces of the puzzle. 🧩 this might take a couple of minutes... beep boop
AI Support
AI Support12h ago
🤖 AI Response
Your summary aligns well with the official BuildShip documentation and tutorials regarding Firebase token verification between FlutterFlow and BuildShip. The key steps for successful integration and troubleshooting are: - Add the BuildShip library to your FlutterFlow project and ensure it is correctly listed in your pubspec.yaml file. - Firebase configuration must be consistent: Use the same Firebase project in both FlutterFlow and BuildShip, and ensure the web configuration is accurately copied. - Enable Firebase Authentication in your Firebase project, typically starting with email/password as the simplest method. - Initialize Firebase in your FlutterFlow app before making any API calls to BuildShip. - Use the Firebase Authenticated User Trigger in BuildShip: This trigger requires your Firebase project ID and ensures only authenticated users can initiate API calls. The user's ID token (JWT) must be included in the authorization header of your API requests from FlutterFlow to BuildShip. - Check console logs for specific error messages if verification fails, as these can provide clues about misconfiguration or missing steps. - Contact BuildShip support if issues persist, providing screenshots and detailed descriptions for faster resolution. The documentation at https://docs.buildship.com/triggers-integrations/flutterflow-triggers is indeed the recommended starting point for setup, and the BuildShip blog and video tutorials provide step-by-step guidance for both configuration and troubleshooting. 🔗 References: 1. https://www.youtube.com/watch?v=HmVrRIUlAFk 2. https://buildship.com/blog/boost-app-security-firebase-authenticated-user-api-workflow-for-your-flutterflow-app 3. https://www.youtube.com/watch?v=zbMAxBISOEw 4. https://www.youtube.com/watch?v=haXsg12TW9I 5. https://buildship.com/integrations/apps/flutterflow-and-firebase 6. https://buildship.com/integrations/firebase 7. https://community.flutterflow.io/ask-the-community/post/firebase-auth-token-expiry-EgZZN7680b33UdH 8. https://community.flutterflow.io/ask-the-community/post/push-notifications-stopped-working-with-buildship-YgvyFcvnNNzUPP5 9. https://buildship.com/integrations/apps/firebase-and-buildship-database
BuildShip AI Support
Håkon Ulven
Håkon UlvenOP12h ago
Should I contact support? or is this my support ticket? I've submitted a support ticket

Did you find this page helpful?