Posts by Marcio Padovani • 1 point
1 post
-
0
votes2
answers390
viewsA: How to get data from an observable firebase?
Try to make a return this way. I believe will succeed. Observable<List<Recompensa>> get recompesa => Observable(_collection.snapshots().map((query) => query.documents…