You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 17, 2020. It is now read-only.
The user would like to add a "date created" property to each document, but does not want that to appear in the UI or be editable.
Their options are:
DocumentList automatically creates or updates a _time_stamp with each edit of the document. This changes, but if last edit date is sufficient, this property should be exposed.
The user could respond to the onChanged event of the DocumentList, find the last item, and add the creation date then.
Any field in the document that starts with "_" is not displayed, so they could add "_creation_date" as a field.
They could supply a labels list that does not include the creation date.
We should simplify this scenario by adding an "onDocumentCreated(Map<String, dynamic> document, int index){/do something with the document/} event.
We should document that these fields are created and different ways to use them.
We should document how "_" works.
The text was updated successfully, but these errors were encountered:
The user would like to add a "date created" property to each document, but does not want that to appear in the UI or be editable.
Their options are:
We should simplify this scenario by adding an "onDocumentCreated(Map<String, dynamic> document, int index){/do something with the document/} event.
We should document that these fields are created and different ways to use them.
We should document how "_" works.
The text was updated successfully, but these errors were encountered: