firebase / geofire-android

GeoFire for Android apps
Apache License 2.0
133 stars 36 forks source link

Common package in Python #13

Closed gdemiollis closed 3 years ago

gdemiollis commented 3 years ago

Hi @samtstern,

Thank you for this amazing library. I created a Java Cloud function with the content of the common package, but I would like to integrate it this geofire with firestore feature to my Python appengine backend. Do you know if there is a Python version of this common package?

Thank you in advance.

Guilhem

samtstern commented 3 years ago

@gdemiollis thank you for the kind words! There is no official geofire (or geofire-common) package in python and we don't have any plans to create one. If you need to use it in Python you'll have to try and copy one of the Java/ObjC/JS implementations and rewrite it.