firebase / flutterfire

🔥 A collection of Firebase plugins for Flutter apps.
https://firebase.google.com/docs/flutter/setup
BSD 3-Clause "New" or "Revised" License
8.6k stars 3.95k forks source link

🐛 [CLOUD_FIRESTORE / FIREBASE_CORE] I CAN'T USE WHERE('email, isNotEqual: 'test@gmail.com) on flutter_web #6873

Closed rameklesia closed 3 years ago

rameklesia commented 3 years ago

Screenshot_11

I can't use isNotEqual in flutter_web Its normal in android but not in flutterweb

markusaksli-nc commented 3 years ago

Hi @rameklesia Could you please provide your flutter doctor -v and flutter pub deps -- --style=compact? What version of the CDN are you using? Thank you

rameklesia commented 3 years ago

Hi @rameklesia Could you please provide your flutter doctor -v and flutter pub deps -- --style=compact? What version of the CDN are you using? Thank you image image

![image](https://user-images.githubusercontent.com

i dont have what is cdn because im new image /70551597/130778637-04475d04-d0d8-4663-bd17-8ee8a111536a.png)

markusaksli-nc commented 3 years ago

Please use the recommended CDN versions in the documentation 8.6.1 https://firebase.flutter.dev/docs/firestore/overview#3-web-only-add-the-sdk

You should refrain from sending screenshots when you can just copy-paste the information but the pub deps you sent doesn't even have firebase plugins. I would just recommend you use the latest versions of the plugins.

rameklesia commented 3 years ago

Please use the recommended CDN versions in the documentation 8.6.1 https://firebase.flutter.dev/docs/firestore/overview#3-web-only-add-the-sdk

You should refrain from sending screenshots when you can just copy-paste the information but the pub deps you sent doesn't even have firebase plugins. I would just recommend you use the latest versions of the plugins.

Thanks !!