Guest User

Untitled

a guest
Jun 21st, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. // Listen for any change on document `marie` in collection `users`
  2. exports.myFunctionName = functions.firestore
  3. .document('users/marie').onWrite((change, context) => {
  4. // ... Your code here
  5. });
Add Comment
Please, Sign In to add comment