I will create a mobile app for Android and iOS. The purpose of the app is to access just a segment of the MySQL database, that part is for customers (the rest of the database is used by employees via my web application). Is there a way the for FlutterFlow app to access MySQL database instead of FireBase Storage? If not, what are the alternatives?

1 Answer

Though flutterflow has default integration with Firebase firestore database, below 2 approaches can be used.

  1. API integration approach can be used to use MYSQL database.

Please refer below flow:

  • You can have backend Server which will host the API.

  • This backend server will have integration with MYSQL DB

  • API's will be consumed in flutterflow app

  1. Custom code approach (Though have not used it before)

2

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge that you have read and understand our privacy policy and code of conduct.