Skip to content

Firebase errors on pull of collections and documents. #3688

@ethaneckstein

Description

@ethaneckstein

Get these errors in the browser console.

"Error getting document at path ******: FirebaseError: Expected first argument to collection() to be a CollectionReference, a DocumentReference or FirebaseFirestore"

and

"Error fetching user data: FirebaseError: Expected first argument to collection() to be a CollectionReference, a DocumentReference or FirebaseFirestore"

Had to override firebase with this in the package.json to get it to pull documents from firebase db.

"overrides": {
"firebase": "^12.7.0"
},

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions