質問編集履歴

2

修正

2021/05/07 05:51

投稿

rick
rick

スコア18

test CHANGED
File without changes
test CHANGED
@@ -88,6 +88,10 @@
88
88
 
89
89
  ```JavaScript
90
90
 
91
+ const functions = require('firebase-functions');
92
+
93
+
94
+
91
95
  exports.addMemo = functions.https.onRequest((req, res) => {
92
96
 
93
97
  try {

1

文言修正

2021/05/07 05:51

投稿

rick
rick

スコア18

test CHANGED
@@ -1 +1 @@
1
- ajaxからCloud FunctionsへjsonデータをPOST送信するも、req.bodyが空となってしまう
1
+ ajaxにてCloud FunctionsへjsonデータをPOST送信するも、req.bodyが空となってしまう
test CHANGED
File without changes