We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 905b19a commit 46baa3fCopy full SHA for 46baa3f
docs/resources/data-representation/data-types.md
@@ -39,7 +39,7 @@ Below is a list of all supported built-in data types:
39
- **Audio Path**: Stores the URL of uploaded audio files.
40
- **Document Reference**: Stores references to documents, simplifying data fetching.
41
- **Document**: Stores actual Firestore documents.
42
-- **Timestamp**: Stores date and time values.
+- **Date Time**: Stores date and time values.
43
- **Json**: Stores JSON values, such as `{"firstName":"John", "lastName":"Doe"}`.
44
- **LatLng**: Stores the latitude and longitude of specific locations, aiding Google Maps integration.
45
- **TimestampRange**: Stores start and end date-time values.
0 commit comments