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 2e57204 commit b74ffb9Copy full SHA for b74ffb9
Node/taskqueues-backup-images/functions/index.js
@@ -14,6 +14,7 @@
14
* limitations under the License.
15
*/
16
"use strict";
17
+// [START imports]
18
const path = require("path");
19
const fetch = require("node-fetch");
20
const functions = require("firebase-functions");
@@ -25,6 +26,7 @@ const {getStorage} = require("firebase-admin/storage");
25
26
const {GoogleAuth} = require("google-auth-library");
27
const logger = functions.logger;
28
const HttpsError = functions.https.HttpsError;
29
+// [END imports]
30
initializeApp();
31
32
const BACKUP_START_DATE = new Date("1995-06-17");
0 commit comments