Skip to content

[v3] Queries with equalTo() return null #121

Open
@murej

Description

@murej

Hey,

The following code returns null, however I do get a correct response using Firebase Web API.

firestack.database.ref('messages').orderByChild('uid').equalTo('wIRBRv9SdtfO7EUdhqL45tLhkzm2').on('value', (snapshot) => {
  console.log(snapshot.val());
});

Any ideas? Thanks for all the effort, much appreciation here

Edit: Using iOS

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions