appsmithorg / appsmithorg/appsmith

[Feature] Firestore DB needs additional API support to ingest certain data types / formats

Abierto
#7,176 9 comentarios 1 reacción 0 asignados Ver en GitHub
Community Reported Enhancement Firestore High Integrations Product Needs Triaging Query & JS Pod Query Widgets & IDE Pod
Lenguaje dominante
TypeScript
Estrellas
40.9k
Forks
4.8k
Merge medio
1 d 22 h
PR fusionados (30 d)
45

Descripción

## Description

When the user tries to use unix time stamp `moment(EventAddStartDatePicker.selectedDate).unix()` in the firestore API, the DB treats is as a map instead of timestamp. Instead when the user tries to use the firestore wrapper to do so, the function works properly `admin.firestore.Timestamp(moment(EventAddStartDatePicker.selectedDate).unix(), 0)`

The user wants support for the Firestore fields such as references, geocoordinates, etc.

![CleanShot_2021-09-06_at_16 04 282x](https://user-images.githubusercontent.com/11089579/132244613-6018a3bf-e5db-444c-9774-6ce4b58e09b6.png)
![CleanShot_2021-09-06_at_16 02 292x](https://user-images.githubusercontent.com/11089579/132244601-cbf02026-4180-4c22-967e-1f7b46eb0c8d.png)

### Important Details

- Version: [Cloud / Self-Hosted vx.x]
- OS: [e.g.MacOSX]
- Browser [e.g. chrome, safari]
- Environment [production, release, deploy preview]

Guía de contribución

Abrir la guía de contribución

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.