-
Notifications
You must be signed in to change notification settings - Fork 106
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Angular 9 - Geo Query works on SSR but not on the client side #148
Comments
Perhaps this is an Angular 9 issue? Here's my package.json:
|
tskweres
changed the title
Geo Query works on SSR but not on the client side
Angular 9 - Geo Query works on SSR but not on the client side
Jul 15, 2020
Fixed it in index.esm.js: line 1455:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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?
The text was updated successfully, but these errors were encountered: