Kab1r / cloud_firestore_all

A Firebase Firestore wrapper for Flutter that wraps cloud_firestore and firebase into a single API for use on both Flutter web and mobile
https://pub.dev/packages/cloud_firestore_all
BSD 3-Clause "New" or "Revised" License
9 stars 3 forks source link

Concatenated queries don't work in flutter for the web. #14

Open patricknicolosi opened 4 years ago

patricknicolosi commented 4 years ago

Concatenated queries like: firestore.collection('cronologia' ).orderBy('data', descending: true).orderBy('ora').onSnapshot don't work in flutter for the web(only work in flutter for mobile) in StreamBuilder.

How can I solve it?

Kab1r commented 4 years ago

What error message or exception do you get?