質問編集履歴

1

追記

2021/03/27 07:37

投稿

shugo
shugo

スコア29

test CHANGED
File without changes
test CHANGED
@@ -17,3 +17,15 @@
17
17
  また、そもそもfirebase cloud functionsパラメータチェックについて調べても、あまり検索にヒットしませんでした。
18
18
 
19
19
  パラメータチェックは普通しないのでしょうか。しないならば理由はありますか?
20
+
21
+
22
+
23
+ ----
24
+
25
+ httpsでcloud functionsを利用した場合です。
26
+
27
+ cloud functions を httpで利用した場合はexpress-validatorを使う例がよく出てきます。
28
+
29
+ cloud functions を https(functions.https.onCall)で利用した場合のバリデーション例は出てきません。
30
+
31
+ httpsでもバリデーションをしなければならない事は変わらないと思うのですが。