質問編集履歴
2
参考を追加
test
CHANGED
File without changes
|
test
CHANGED
@@ -23,3 +23,11 @@
|
|
23
23
|
phpMyAdminのように、コンソールから全ての`users/userId/`の中に値を追加したいです。
|
24
24
|
|
25
25
|
じゃないと、手動で全てのuserドキュメントにisLockedフィールドを追加しないといけないです・・・
|
26
|
+
|
27
|
+
|
28
|
+
|
29
|
+
#参考
|
30
|
+
|
31
|
+
[https://stackoverflow.com/questions/51481192/firestore-update-all-documents-in-collections](https://stackoverflow.com/questions/51481192/firestore-update-all-documents-in-collections)
|
32
|
+
|
33
|
+
これを見る限り、無さそうですかね?・・
|
1
文字を修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -20,6 +20,6 @@
|
|
20
20
|
|
21
21
|
|
22
22
|
|
23
|
-
|
23
|
+
phpMyAdminのように、コンソールから全ての`users/userId/`の中に値を追加したいです。
|
24
24
|
|
25
25
|
じゃないと、手動で全てのuserドキュメントにisLockedフィールドを追加しないといけないです・・・
|