collegato lightsql e firebase

This commit is contained in:
grata
2023-09-29 13:39:03 +02:00
committed by Joe Küng
parent 06e92c4c77
commit e67357fe5d
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");
}