We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43b1b40 commit 508bf90Copy full SHA for 508bf90
Node/quickstarts/firestore-sync-auth/functions/index.js
@@ -31,7 +31,6 @@ exports.verifyComment = onDocumentWrittenWithAuthContext(
31
logger.log("No data associated with the event");
32
return;
33
}
34
- const data = snapshot.data();
35
36
// retrieve auth context from event
37
const {authType, authId} = event;
0 commit comments