質問編集履歴
2
m
test
CHANGED
File without changes
|
test
CHANGED
@@ -29,3 +29,21 @@
|
|
29
29
|
|
30
30
|
|
31
31
|
参考にしたもの→[https://www.youtube.com/watch?v=oWO1PIT_q7I&t=257s][](https://www.youtube.com/watch?v=oWO1PIT_q7I&t=257s)
|
32
|
+
|
33
|
+
|
34
|
+
|
35
|
+
###試したこと
|
36
|
+
|
37
|
+
```
|
38
|
+
|
39
|
+
import database from 'firebase/database';
|
40
|
+
|
41
|
+
```
|
42
|
+
|
43
|
+
|
44
|
+
|
45
|
+
```
|
46
|
+
|
47
|
+
import database() from 'firebase/database()';
|
48
|
+
|
49
|
+
```
|
1
参考動画追加しました
test
CHANGED
File without changes
|
test
CHANGED
@@ -25,3 +25,7 @@
|
|
25
25
|
AWS-cloud9/Vue.js/Firebase-realtime database
|
26
26
|
|
27
27
|
を使用しています。SPAです。
|
28
|
+
|
29
|
+
|
30
|
+
|
31
|
+
参考にしたもの→[https://www.youtube.com/watch?v=oWO1PIT_q7I&t=257s][](https://www.youtube.com/watch?v=oWO1PIT_q7I&t=257s)
|