Skip to content

[cloud_firestore] unable to retrieve data on Flutter Web #1361

Closed
@Parmendrakumar

Description

@Parmendrakumar

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    type: bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions