b.slade
b.slade2d ago

Buildship Flutterflow Trigger

I’m creating a flutterflow lead generation page that will integrate with buildship to send emails. I want to ensure the buildship endpoint is secure and thought a good solution will be the flutterflow trigger. I have a couple questions 1) If I want to use firebase authentication on the Flutterflow trigger, how would I do that? 2) on the library screen for the trigger, where do I get the AuthValue and InputValues from? 3) Am I right in thinking I need to set up buildship to connect with the firebase project and update the service account and other info in GCP?
2 Replies
AI Support
AI Support2d ago
AI Support Bot Information
<@819574272112328716> you can react on the relevant answer (message) with a ✅ in this thread when you think it has been solved, by the bot or by a human! Anyone can react on this message with a ❌ if the GPT bot is unhelpful or hallucinating answers. Please note: Team members will review and answer the questions on best efforts basis.
AI Support
AI Support2d ago
AI Response
Here are some insights regarding your questions: 1) Using Firebase Authentication with Flutterflow Trigger: To integrate Firebase authentication into the Flutterflow trigger, you would typically use Firebase's built-in authentication mechanisms. This includes setting up Firebase authentication in your Flutterflow project and using secure Firebase authentication tokens to authenticate API requests. More specific details might depend on how you have set up these services. 2) AuthValue and InputValues on the Library Screen: The AuthValue and InputValues are part of the HTTP request that your Flutterflow app makes to the BuildShip endpoint. The AuthValue typically corresponds to an API key or some authentication token which is used to authenticate your API requests. The InputValues include the data payload for your API, which in your use case might consist of the details necessary for sending emails. 3) Connecting BuildShip to Firebase Project: If you're thinking about deeper integration, you might need to set up a service account in Google Cloud Platform and configure authentication to ensure that your BuildShip workflows can interact with your Firebase project securely. This setup allows BuildShip to make secure calls to Firebase services and manage firebase authentication data if needed. Although there isn't an exact match in the available database, these answers are based on general knowledge and assumptions about common practices. Let me know if you need further assistance, or you might want to reach out to BuildShip support for more detailed guidance.
BuildShip AI Support

Did you find this page helpful?