> For the complete documentation index, see [llms.txt](https://estare.gitbook.io/firebase-auth-firestore-and-storage-plugin/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://estare.gitbook.io/firebase-auth-firestore-and-storage-plugin/plugin-elements/firestore-data-list/firebase-geohash.md).

# Firebase Geohash

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

***

## <mark style="color:blue;">Settings</mark>

<div align="left"><figure><img src="https://284736847-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FiWu3FezEjWxrPbkf8zIP%2Fuploads%2Fybjv9RWySonmnsv1slDr%2Fimage.png?alt=media&amp;token=a7f48c83-d12f-4afc-ad1c-3bb5e9a2f9f3" alt=""><figcaption></figcaption></figure></div>

### 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.

## <mark style="color:blue;">States and Values</mark>

<div align="left"><figure><img src="https://284736847-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FiWu3FezEjWxrPbkf8zIP%2Fuploads%2FKVUAnS9eJaTvw2SqSfux%2Fimage.png?alt=media&amp;token=d8cf4187-e0d5-4332-8436-40044b1e9dee" alt=""><figcaption></figcaption></figure></div>

### Geohash

The resulting geohash.

### LatLng

A string the joins the latitude and longitude comma separated.

For instance: <mark style="color:purple;">-19.932022624797003,-43.9380429331808</mark>

This value can be used as an input on actions like [Create a new document](/firebase-auth-firestore-and-storage-plugin/plugin-front-end-actions/firestore/create-a-new-document.md), in field of type <mark style="color:purple;">Geopoint</mark>.

### 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.
