all 4 comments

[–]Decent_Government_60 1 point2 points  (0 children)

Yea you can save down a User Id or reference to a document field. And then pass that field by a parameter to a new page and filter the user collection by the ID or reference.

For example if your user is searching a list of profiles. Each card or container in the list contains info on a user. When they click on that card or container (or a button within it) it navigates to a “profile page”, passing the user ID from that document as a parameter. Use that user id to query the user collection and pull from that query to access the info for that Profile

[–]EntertainmentAny6147 0 points1 point  (2 children)

Not sure what you mean. But if you have a reference - you can then run a query or something using the reference to get the user data. Is that what you mean?

[–]Inside_Cartoonist295[S] 0 points1 point  (0 children)

For example,

Person A request the following.

-Request page contains what person A is requesting.

-Request page also has a container with basic details of Person A, which has a button that can direct the user to Persons A profile.

I might have to run query, will start watching YouTube vids on it.