Advertisement
Guest User

Untitled

a guest
Jun 19th, 2019
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. export const updateHighScores = functions.pubsub.schedule('0 0 * * 1').onRun((context) => {
  2.  
  3. // (code)
  4. // console.log(‘This code will run every Monday at 12:00 AM UTC’);
  5.  
  6. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement