Skip to content

m.ref(endPoint).once('value') retrieves data in reverse order (Last in Last out) contrary to firebase realtime database data retrieval model (First in First out - Queue) #5

Description

@joshuapro14

Thanks for writing a wonderful API; I was trying to use it in my test scenarios to mock communications to firebase realtime database.

I have found that retrieval of collection from an end point using once('value') retrieves data in reverse order (Last in Last out - stack) instead of First in First out (Queue).

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