Advertisement
rnddev

Untitled

Jan 16th, 2018
522
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. curl -vsH "Content-Type: application/json" \
  2. -X GET 'https://firestore.googleapis.com/v1beta1/projects/projectIDhere/databases/(default)/documents/collectionName/documentID01?mask.fieldPaths=name2'
  3.  
  4.  
  5. {
  6. "name": "projects/projectIDhere/databases/(default)/documents/collectionName/documentID01",
  7. "fields": {
  8. "name2": {
  9. "stringValue": "test2"
  10. }
  11. },
  12. "createTime": "2018-01-16T05:50:16.345709Z",
  13. "updateTime": "2018-01-16T05:50:16.345709Z"
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement