mirror of
https://github.com/marcogll/passkit-generator.git
synced 2026-03-15 16:25:21 +00:00
Added code docs references
This commit is contained in:
@@ -39,7 +39,11 @@ interface RequestWithBody extends functions.Request {
|
|||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
// Declaring our .env contents
|
/**
|
||||||
|
* Declaring our .env contents
|
||||||
|
* @see https://firebase.google.com/docs/functions/config-env?gen=2nd#deploying_multiple_sets_of_environment_variables
|
||||||
|
*/
|
||||||
|
|
||||||
declare global {
|
declare global {
|
||||||
namespace NodeJS {
|
namespace NodeJS {
|
||||||
interface ProcessEnv {
|
interface ProcessEnv {
|
||||||
@@ -54,7 +58,10 @@ declare global {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Firebase init
|
/**
|
||||||
|
* @see https://firebase.google.com/docs/storage/admin/start#node.js
|
||||||
|
*/
|
||||||
|
|
||||||
initializeApp({
|
initializeApp({
|
||||||
storageBucket: startData.FIREBASE_BUCKET_ADDR,
|
storageBucket: startData.FIREBASE_BUCKET_ADDR,
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user