-
Notifications
You must be signed in to change notification settings - Fork 0
Database userNotes
Ricardo Vogel edited this page Apr 22, 2019
·
2 revisions
Document ID: user.uid
Fields:
- notes: array of objects. These objects should be of the Note class, defined in Note.js.
Example:
[{"id":0,"text":"Hello World","style":"transform: translate(300px, 100px);","data_x":300,"data_y":110},{"id":1,"text":"Resized Note","style":"transform: translate(484px, 30px); width: 352.05px; height: 222.517px; cursor: move;","data_x":484,"data_y":30}]