2
votes

I am using Google cloud firestore as a backend for a flutter app. Currently I am using StreamProvider to build a stream of data from cloud firestore. Now, I need to maintain 2 separate streams but the objects in this stream have the same class type. Is there any way using Provider, where I can achieve separate streams using StreamProvider?

1

1 Answers

0
votes

I believe you may need to use Multiprovider as explained here