-
Notifications
You must be signed in to change notification settings - Fork 4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[cloud_firestore] unable to retrieve data on Flutter Web #1361
Comments
Hi @Parmendrakumar |
flutter doctor
|
logs
|
thank you @Parmendrakumar |
Any news about this issue ? We would love to use this on flutter for web as well as on mobile version |
|
flutter for web does not support plugins (like cloud_firestore package) yet, |
As plugins for flutter web were announced will cloud_firestore be updated too? https://medium.com/flutter/web-support-for-flutter-goes-beta-35b64a1217c0 |
Flutter for web is in beta now. So can we expect firebase packages like firestore for web as well? |
You can subscribe to the issues mentioned in this project: https://github.com/flutter/flutter/projects/69 |
cloud_firestore web is being actively worked on right now. I'm going to close this as we're tracking progress here: flutter/flutter#45293 Thanks for reporting! |
I am unable to get data from firebase if using code line:
Firestore.instance.collection('testcrud').getDocuments();
But its working fine with
import 'package:firebase/firebase.dart' as fb;
fb.firebase.firestore().collection('testcrud').get();
pubspec.yaml:
cloud_firestore: ^0.12.9+6
firebase: any
On Mobile its revert situation.
I am working on master build
I am not sure about why this happening...
The text was updated successfully, but these errors were encountered: