Hello, i have a logical thinking issue within my to-do app i think.
I have build a to-do app. I can create a task within i can select a client. The Tasks and Clients are stored in different firebase collections. When i store the task, the client name would be stored in the task collection. But how can i connect the saved client in the task form with the client in the client collection? Or im thinking to complicated?
How can i show the client Logo in the task overview?
Thank you for the help
Stephan