Firebase Functions 㯠index.js 㧠exports.func_name = ... ã¨ãã£ãæã㧠export ããé¢æ°ã Firebase ã«ãããã¤ãããã ä¾ãã°ãããã¤æã« DB ããèªã¿è¾¼ãã è¨å®ã«å¿ãã¦é¢æ°ãã»ããã¢ãããããå ´åãèããã以ä¸ã®ããã«æ¸ãã°ããã // index.ts interface CloudFunction { functionName: string; someParameter: string; } module.exports = (() => { const functions: CloudFunction[] = await getFunctions(); return functions.reduce( (array, f) => ({ ...array, [f.functionName]: doSometh
{{#tags}}- {{label}}
{{/tags}}