-
Notifications
You must be signed in to change notification settings - Fork 63
Open
Description
In my case i need get user Documents on a specific radius and i need that only 'Once', which means i need a way to do that without using Stream. The use of stream causes 'Background concurrent copying GC freed' that leads to memory leaks and freezes the app,
I tried to use Stream Subscription and cancel it as soon i receive data for the first time, but i guess the Stream is not getting stopped.
I need a way to do it like this
QuerySnapshot querySnapshot = await query.get();
Thanks for your suggestions
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels