-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Hi thanks fro you great package,
How can use the firebase streams combine in flutter_multiple_stream_builder
Firebase stream example:
users
.doc('myUsers')
.collection('newUsers')
.orderBy('timestamp', descending: true)
.where('tags', arrayContains: _searchTextQuery)
.limit(50)
.snapshots();
or how can I convert your stream in my stream?
var stream1 = Stream<int>.periodic(Duration(seconds: 1), (x) => x);
Thanks in advance!
Metadata
Metadata
Assignees
Labels
No labels