問題タブ [google-cloud-functions]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
14723 問題
0
投票する
1
に答える
3099
参照
0
投票する
1
に答える
1556
参照
javascript - Cloud Functions for Firebase: Promise のシリアル化
onWrite ハンドラーで、複数の読み取りを実行し、一部のデータを操作してから保存したいと考えています。私はPromiseの概念にかなり慣れていません。Firebase が完了する前にクエリを強制終了しないことに関して、次の Promise 処理で安全ですか?
上記は機能しますが、正しい方法かどうかはわかりません...