We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88e1c40 commit 616a70cCopy full SHA for 616a70c
firestore/solution-deletes/functions/index.js
@@ -28,7 +28,7 @@ exports.mintAdminToken = functions.https.onCall((data, context) => {
28
/**
29
* Initiate a recursive delete of documents at a given path.
30
*
31
- * The calling user must be authenticated and habe the custom "admin" attribute
+ * The calling user must be authenticated and have the custom "admin" attribute
32
* set to true on the auth token.
33
34
* This delete is NOT an atomic operation and it's possible
0 commit comments