-1

I'm new to flutter. I want to sync local sqflite database from external mysql database. What is the best way

Ghaith Alaji
  • 1
  • 1
  • 2

1 Answers1

0

If I were you, I would create a function in Firebase Functions to send data from each table. And I would try to make the fields in both tables with the same names as much as possible as a way to facilitate maintenance

Gabriel G. Pavan
  • 1,047
  • 1
  • 7
  • 12