Hello,
I am on a face finding mission. I am trying to use the algolia api to make a custom search and to use this to navigate to user profiles.
Typically when navigating to user profiles using firebase, i can pass the "reference"document.
What is this actually sending?
I have tried to pass $.path as the user reference on the search with no luck.
I am looking for a way to recreate the user reference the page is looking for to load the correct profile.
Or will I have to make a new page all together to make this work and pass a different parameter?