Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2019
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. db.collection('collectionName')
  2. .add({payload: payload});
  3.  
  4. db.collection(dbCollectionName)
  5. .doc(uid)
  6. .set(payload);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement