FirebaseExtended / polymerfire

Polymer Web Components for Firebase

Home Page:https://www.webcomponents.org/element/firebase/polymerfire

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build a GeoFire Element

RobinLinus opened this issue · comments

It would be nice to have a GeoFire Element for declarative realtime location queries with Firebase.
Currently it is unnecessarily complicated to combine the imperative GeoFire API with the declarative element APIs.

That sounds cool. Let's do it.

I'm definitely in favor of building this out, but I'm hesitant to add more dependencies to PolymerFire that make it more heavyweight. Might make more sense to create e.g. polymerfire-geo as a separate repo.

I'm going to close this as will not implement in PolymerFire main repo, but hope that someone builds it or that I have time to someday.

If anyone is interested, I've started this: https://github.com/stillgbx/polymerfire-geo

Why there is no implementation of it?
It would be a blast having a geofire element.
Please Re-Open it, since saying "oh i do not want to add more dependencies, because i want to keep it lightweight " is not solving the issue.

Geo-queries are fundamental nowadays!

@chwrz - the nice thing about Open Source Libraries like this one (to which people often contribute out of their extra time freely) it that nothing prevents submission of a PR with code/features one's need.
Best,
C.