We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e8fceb commit 88505cdCopy full SHA for 88505cd
firebase-database/src/main/java/com/google/firebase/database/DataSnapshot.java
@@ -256,6 +256,7 @@ public String getKey() {
256
/**
257
* Gives access to all of the immediate children of this snapshot. Can be used in native for
258
* loops:
259
+ *
260
* <pre>
261
* for (DataSnapshot child : parent.getChildren()) {
262
* ...
firebase-database/src/main/java/com/google/firebase/database/MutableData.java
@@ -92,6 +92,7 @@ public long getChildrenCount() {
92
93
94
* Used to iterate over the immediate children at this location
95
96
97
* for (MutableData child : parent.getChildren()) {
98
0 commit comments