Native Mobile login

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:

  1. Download the app
  2. Enter their email
  3. Get an email with a code (or clickable link that opens in the native app)
  4. 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!

The two pieces of functionality you mentioned - debug mode and deep linking (to enable linking to a specific view in mobile) - are not yet released, but are coming soon.

For now, the best approach would be to copy and paste the code from the email to the app.

1 Like