Like the rest of you, I’m rebuilding my web app in Native mobile and struggling with the lack of debug mode. In my web app, my users receive a daily email with a magic login link that allows them to access the app logged in automatically. They have passwords as required by bubble but these are random numbers generated when they set up their profiles and there is nowhere in the app for them to login using them.
I am trying to figure out how I will transition these users to the native mobile app. Ideally they will:
- Download the app
- Enter their email
- Get an email with a code (or clickable link that opens in the native app)
- Enter the code or click on the link, and then be logged into the native app on their device forever.
Usually with bubble I just tinker about until I figure things out, but I imagine I’m not the only one trying to build a workflow like this. Can anyone point me in the right directly?
Thanks!