Posts by Fabio • 35 points
3 posts
-
2
votes0
answers182
viewsQ: Accessing sub-collection in snapshot.data
Hello, I build one ListView with a FutureBuilder. But I need to access a sub-collection, then a document and get a field from the document. But returns null, how do I do that? For example: To get…
-
0
votes1
answer548
viewsQ: Firebase data checkbox in Flutter
I created a method that returns data from Firebase and creates a checklist containing the name. The problem is, when I select a checkbox, it selects all of them. What I did was extract Firebase…
-
0
votes4
answers856
viewsQ: Return message to the registration screen
Guys, I’m a beginner in PHP and I need a help. I have a.html register that has some fields that calls the.php register that inserts the data into the database and shows the message whether it was…