質問編集履歴

2

クライアントサイドのコード修正

2018/05/25 02:21

投稿

tarotarosu
tarotarosu

スコア114

test CHANGED
File without changes
test CHANGED
@@ -74,7 +74,7 @@
74
74
 
75
75
  const fetchDatas = (name) => {
76
76
 
77
- const db = admin.firestore();
77
+ const db = firebase.firestore();
78
78
 
79
79
  const datas = [];
80
80
 

1

記述ミス

2018/05/25 02:21

投稿

tarotarosu
tarotarosu

スコア114

test CHANGED
File without changes
test CHANGED
@@ -10,7 +10,7 @@
10
10
 
11
11
  Cloud Functionsで作成したAPIは下記の通りです。
12
12
 
13
- `datas`collectionの中から、`name`が`hoge`のものを返すAPIです。
13
+ `datas`collectionの中から、特定の`name`のものを返すAPIです。
14
14
 
15
15
 
16
16