Closed
Description
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...