Skip to content

Instantly share code, notes, and snippets.

@luandevpro
Created June 20, 2019 11:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save luandevpro/533472d94d7e9f2aa8de2721bd71169d to your computer and use it in GitHub Desktop.
Save luandevpro/533472d94d7e9f2aa8de2721bd71169d to your computer and use it in GitHub Desktop.
const metadataRef = admin.database().ref(`metadata/${user.uid}`);
return metadataRef.set({ refreshTime: new Date().getTime() });
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment