You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to get all of the children at a certain level in the tree? When I recursively use getDescendants() to display the tree, I end up with repeated leaves. But If I could get only the descendants at a certain level, I would be able to recurse without repetition.