How to bypass single-run limitation and show tutorial on all logins in React app with Memberstack? Answered

Post author
Edgar

Hi!

I'm trying to implement a tutorial screen for my React app embedded in Webflow. The tutorial in the React app would launch when the user first logs in to the site. However, it won't run if it's the second, third, or subsequent login.

Is there a way to get that information using Memberstack? Or is it preferable to use other solutions like cookies instead?

Comments

1 comment

  • Comment author
    Duncan from Memberstack

    Hey Edgar 👋 You can store that data on the member using custom fields, metadata, or JSON. Local storage/cookies is also a valid solution, if you're okay with it popping up again when they switch devices or the cookie expires. 

    0

Please sign in to leave a comment.