Posts by Jacksonsf • 1 point
2 posts
-
0
votes1
answer81
viewsA: Access data in Firebase with Flutter
I do not know if it is the best solution, but I answered! void _addDate() async { DateTime today = new DateTime.now(); String dataCorreta = "${today.day.toString().padLeft(2,…
-
-1
votes1
answer81
viewsQ: Access data in Firebase with Flutter
I am trying to access the data according to the image. I need to bring the information that is inside the document. I’m trying to use the following code: final QuerySnapshot result1 = await…