appsmith icon indicating copy to clipboard operation
appsmith copied to clipboard

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

Open somangshu opened this issue 2 years ago • 9 comments

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 CleanShot_2021-09-06_at_16 02 292x

Important Details

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

somangshu avatar Sep 06 '21 16:09 somangshu