collegato lightsql e firebase

This commit is contained in:
grata
2023-09-29 13:39:03 +02:00
parent 34a73c62f7
commit 8049165f44
4 changed files with 74 additions and 106 deletions

View File

@@ -58,7 +58,9 @@ class _TestState extends State<Test> {
print(await db.query(noteTable));
print("Data printed");
print("savedata from database to firebase");
controller.syncData();
print("data saved");
}