質問編集履歴

1

2019/08/06 15:40

投稿

1222222
1222222

スコア12

test CHANGED
File without changes
test CHANGED
@@ -6,13 +6,7 @@
6
6
 
7
7
  const db = firebase.firestore();
8
8
 
9
- const data = {
10
-
11
- place : "Osaka"
12
-
13
- }
14
-
15
- db.collection('event').doc("hoge").set({
9
+ db.collection('event').doc("hoge").set({
16
10
 
17
11
  counter: 4
18
12