質問するログイン新規登録

質問編集履歴

2

追記

2021/04/23 15:39

投稿

退会済みユーザー
title CHANGED
File without changes
body CHANGED
@@ -62,4 +62,7 @@
62
62
  const customerId = customer.id;
63
63
  return { customerId: customerId }
64
64
  });
65
- ```
65
+ ```
66
+
67
+
68
+ ![「Cloud Functions 起動元」の権限を追記しました。](08f5f2d12f4e3d354f474a4c4eb97059.png)

1

追記

2021/04/23 15:39

投稿

退会済みユーザー
title CHANGED
File without changes
body CHANGED
@@ -1,4 +1,5 @@
1
- Firebase Functionsへデプロイ済の関数を呼び出そうとた所
1
+ Firebase Functionsへデプロイ済の関数を呼び出し
2
+ SripeのcustomerIdを取得を試みましたが
2
3
  承認エラーが返ってきてしまいました
3
4
 
4
5