I use firebase collections to store the data.
“Time” Collection has a field “Project” reference. “Project” Collection has more information including “Project Name”.
When I create a Pie Chart on “Time” Collection, I would like to display the Project Name from the “Project” Collection as the label. How would I achieve this?