Flutterflow custome code or any! (Sync Firebase and Sqlite)

Job ID: 39129441

Budget: $10 – $30 USD

Project Title: Flutterflow custome code or any! (Sync Firebase and Sqlite)

I'm working on a FlutterFlow project and need help setting up MySQL and Firebase as databases. I'm a beginner and have made some progress—both Firebase and SQLite are connected. Now, I need an expert to help me sync the databases properly.

I’m looking for someone experienced who can provide all the necessary custom code and steps to implement this, so I can follow along and execute everything correctly.

For syncing the database in my To-Do List app, I need the following:

- Check user login: Retrieve User ID from Firebase Auth.

- Display local data: Show data from SQLite if available; otherwise, fetch from Firebase.

- Fetch new changes: Retrieve only records newer than the Last Sync and store them in SQLite.

- Send local data: Upload records with synced = false to Firebase and update their status.

- Periodic sync: Check every 5 to 10 minutes and sync only the changes.


I use SQLite as the local database to display all data, while Firebase serves as the remote backup. This allows future web version support and data recovery upon re-login.