Posts by Felipe Barbosa Ferreira • 1 point
1 post
-
0
votes1
answer76
viewsA: How to return query results to the Firestore within the Ackground method?
The return of the list of recipes has to happen within the if (task.isSuccessful()) { for (...) { ... receitas.add(receita); } return receitas } Thus, after obtaining the query data successfully…