Firebase – is it possible collect multiple flows in one
what I want to do is get network data by firebase AddSnapshotListener, store it in room database and get data from room database so what I done is down here... // in dataSource fun getNetworkData(id : String) = callbackFlow<Data> {…