Firebase Geohash
An element that generates a geohash text/string from a give Latitude and Longitude.
Settings

Latitude
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.
Longitude
The name or path (in dot notation) of the field you want to extract from the document.
States and Values

Geohash
The resulting geohash.
LatLng
A string the joins the latitude and longitude comma separated.
For instance: -19.932022624797003,-43.9380429331808
This value can be used as an input on actions like Create a new document, in field of type Geopoint.
Latitude
A copy of the latitude provided on the input field of this element.
Longitude
A copy of the longitude provided on the input field of this element.
Last updated