Skip to content

Instantly share code, notes, and snippets.

@sirateek
Last active April 30, 2020 11:00
Show Gist options
  • Save sirateek/67f96b9b016d90e83ce3a9fcd5d5d34d to your computer and use it in GitHub Desktop.
Save sirateek/67f96b9b016d90e83ce3a9fcd5d5d34d to your computer and use it in GitHub Desktop.
function fallback(agent) {
var word = "Decoded message from users"; // Message from user
return db.collection("Unknown-Word").doc(word).set({
"word": word,
});
}).catch((e) => {
console.log(e);
return null;
});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment