Hello, I've been trying to create a simple chat page. I've got 2 collections as Chats and Chat_Messages as the subcollection. I also pass chatRef parameter between these pages.
When I try to navigate to Chat_Message page from a user's profile page by pressing the message button, it still asks me to pass the chatRef parameter but I don't have any Chats collection queries in user profile page.
How can I make this work?