Skip to content

Angular 9 - Geo Query works on SSR but not on the client side #148

Description

@tskweres

I'm doing a compound query like the example:

query = geoFire.query(query).within(userPoint, 100, 'point');

When I subscribe to this query, for some reason on the server side it returns the correct results, but on the client side it's a blank array. Has anyone else run into this issue?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions