so l am working on sharing an event details to users without them signing up on the app… l just need to be sure of what l am doing…
Wouldn’t you just need to share the deep link to that screen to the user?
I think you need to be clear by what you mean by “share”. Or in others words, can you describe exactly the user flow of the person sharing and the user flow of the person receiving the information?
Yes, the deep link to that screen.
- Make sure the app is public with optional sign in.
- Make sure any component that public users should NOT have access to has visibility condition where “user → email → is not empty”
- Create the deeplink in the data table. See my post below.
- Add a button with a “Share link” action that points to the deeplink column you created in step 3.
You can also view the video below starting around minute 09:00
3 Likes
