Guest User

Untitled

a guest
May 22nd, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. db.collection(collectionName).document().setData(["time" : FieldValue.serverTimestamp()])
  2. db.collection(collectionName).document().setData(["time" : FieldValue.serverTimestamp()], options: SetOptions.merge())
  3. db.collection(collectionName).document().setData(["user": "test",
  4. "time" : FieldValue.serverTimestamp()])
  5. db.collection(collectionName).document().setData(["user": "test",
  6. "time" : FieldValue.serverTimestamp()], options: SetOptions.merge())
Add Comment
Please, Sign In to add comment