Skip to content

Firebase QuerySnapshot #6

@RoyalCoder88

Description

@RoyalCoder88

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions