Guest User

Untitled

a guest
Jun 18th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. .then(() => {
  2. // notify client to force refresh.
  3. const metadataRef = db.ref('metadata/' + uid);
  4. return metadataRef.set({
  5. refreshTime: new Date().getTime()
  6. });
  7. })
Add Comment
Please, Sign In to add comment