Firebase Geohash
Last updated
Last updated
An element that generates a geohash text/string from a give Latitude and Longitude.
Here you must specify the id (or name) of the collection of document in Firestore where you chose to store user data. The plugin will fetch data from the document in that collection that has the same ID as the current authenticated user.
The name or path (in dot notation) of the field you want to extract from the document.
The resulting geohash.
A string the joins the latitude and longitude comma separated.
For instance: -19.932022624797003,-43.9380429331808
A copy of the latitude provided on the input field of this element.
A copy of the longitude provided on the input field of this element.
This value can be used as an input on actions like , in field of type Geopoint.