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 11c4ae4 commit edd1484Copy full SHA for edd1484
local-test.js
@@ -34,5 +34,7 @@ if (!firestoreData) {
34
throw new Error('Problem with permission of read and write.\nCheck your firestore permissions')
35
}
36
await docRef.delete()
37
+
38
+ // eslint-disable-next-line no-console
39
console.log('Success! The backend was successfully set up.')
40
})()
0 commit comments