Uploader data from mysql to firestore -- 3

Job ID: 30646008

Budget: $10 – $30 USD

Desktop Apps
Uploader data from Mysql (localhost) to Firestore (online)
upload all new data from table1 (Mysql) to table2 and stronge (Firestore)

Table1 (Mysql)
- id
- number
- date
- currency
- blob (picture in table)

Table2 (Firestore)
- id
- number
- date
- currency
- url

Firestore for image
Storage

The application runs on windows (localhost, hidden), automatically uploads new data in table1 to table2. If the data already exists in table2, the data in table1 does not need to be updated.
Using visual basic 2019 or Python, Java, Net