Fadi
Fadi22h ago

Connect flutterflow with google vision api

Hello, honestly I am confused. My question is: How to connect flutterflow app with google vision api by buildship to check adult/racy pictures before upload to firebase
2 Replies
AI Support
AI Support22h ago
AI Support Bot Information
<@1357138121510359162> 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 Support22h ago
AI Response
Unfortunately, I couldn't find a pre-built template in the BuildShip database that specifically connects a FlutterFlow app with the Google Vision API to check for adult/racy pictures before upload to Firebase. However, you might consider creating a custom workflow to achieve this. Here is a general approach you can follow: 1. Google Vision API Setup: First, integrate the Google Vision API to analyze images. You can achieve this by sending HTTP requests to the Vision API endpoint, which can determine the nature of the image, including detecting any adult or racy content. 2. Capture Image Upload: In your FlutterFlow app, intercept the image upload action. Before the image is sent to Firebase, send it to your server (or cloud function) that will use the Google Vision API to analyze the image. 3. Use BuildShip for Workflow Automation: - Create a workflow in BuildShip where you can use custom nodes to send images to the Google Vision API for analysis. - The response from the Vision API will inform if the image contains any unwanted content. - Based on the analysis, decide whether to proceed with the upload to Firebase or reject the upload. This process will likely involve creating server-side functionality either in a cloud function or on a dedicated backend server. Once your backend logic is ready, integrate it with your FlutterFlow app using API calls. If you need further assistance building this workflow, you could reach out for support through BuildShip's in-app support for more detailed technical guidance. For more general information about setting up BuildShip workflows, you can refer to the BuildShip Documentation.
BuildShip AI Support

Did you find this page helpful?