Advertisement
rnddev

Untitled

Jan 16th, 2018
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 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/sUMPuU77p9Vx3oUIgVuZ'
  3.  
  4.  
  5. {
  6. "name": "projects/projectIDhere/databases/(default)/documents/collectionName/documentID01",
  7. "fields": {
  8. "name": {
  9. "stringValue": "test1"
  10. },
  11. "name2": {
  12. "stringValue": "test2"
  13. }
  14. },
  15. "createTime": "2018-01-16T05:50:16.345709Z",
  16. "updateTime": "2018-01-16T05:50:16.345709Z"
  17. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement