Guest User

Untitled

a guest
Nov 17th, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. exports.doSomething = functions.firestore.document('col/{doc}').onCreate(event => {})
  2.  
  3. now()
  4. function now(){
  5. console.log("running function")
  6. }
Add Comment
Please, Sign In to add comment