Issue with Sharing Filtered Feed Links by User ID

Actions & Logic

Hi everyone,

I'm working on a feature that allows users to share a link to a filtered feed displaying posts from a specific user. The process I want to achieve is:

  1. A link containing the user ID (uid) is generated.

  2. This link should lead the recipient to a page that only shows posts from the user associated with that uid.

My goal is for the link to always show the correct feed of the user associated with the uid, regardless of whether the viewer is logged in or not. (all on web currently)

Has anyone experienced similar behavior or have suggestions on how I can fix this?

Thanks so much for your help!

Best TIm

What have you tried so far?

I've implemented a "copy to clipboard" function, which correctly appends the uid behind the domain. However, I'm encountering the following issues:

  1. If I'm logged in as another user and access the link, the feed displayed is from the logged-in user rather than the user associated with the uid in the link.

  2. If I'm not logged in, I only get a grey screen when trying to access the feed. There are no error messages or any indication of what's going wrong.

Did you check FlutterFlow's Documentation for this topic?
No