'Retrieving data from mariadb to cloud firestore

I want to do the do the following in flutterflow

  1. when user registers and login, he requests for company details. company details should be retrieved from mariadb database, if the user has company data available for his registered mobile number.
  2. retrieved company details data should be stored in cloud firestore, so that we can show that data inside the page of flutterflow app.

so how to send a request to mariadb and retrieve the data to cloud firestore?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source