Using Firebase as a resource and passing information from one page to another often requires the need to pass the Document Path as the ID.
Internally of firebase you use the Document ID as the key to hook 2 collections together, this would not normally be the full document path. when defining inputs for managing whats displayed it is impossible to to tell the system to ignore the first part of the document path and only look for the IOD element.
Can we please have some way of doing this whether it be a substring function allowing us to split it or a contained within comparator for the inputs