Hey everyone,
I’m Nick, a product manager at Bubble, and I’m happy to share a small but mighty mobile update.
Magic link login is now supported for mobile apps! This means you can offer passwordless authentication in your Bubble mobile app without needing an accompanying web app.
Why this matters
Magic links have become a popular way to let users log in without remembering a password. The flow is simple: A user enters their email address, receives a one-time login link via email, clicks the link, and is automatically authenticated and logged into the app.
Until now, magic login links on Bubble could only redirect users to a web page. This was an unnecessary friction point, especially if you only needed a mobile app, and we wanted to remove that dependency entirely.
What’s changed
With this update, magic login links can now redirect directly to mobile views in your Bubble mobile app. When you set up the Send magic link login workflow action from a mobile view, you’ll see your mobile views as redirect options for both successful login and failure scenarios.
Here’s how it works
In the mobile workflow action, you’ll see these options:
On successful login
- Navigate on login: Select a mobile view where your users will be redirected after they’ve successfully authenticated
- Send data on login: Pass view properties to the destination view (just like you would with the Go to view workflow action)
On login failure
- Navigate on failure: Select a mobile view where your users will be redirected if authentication fails
- Send data on failure: Pass view properties to the failure view if needed
If you’re setting up magic links from a backend workflow and your app has both web and mobile versions, you’ll see both pages and views in the dropdown with clear headers to differentiate between them.
How to get started
The feature is live now. If you’re already using magic link login in a mobile app with a web workaround, you can update your workflow action to redirect to a mobile view instead. If you’re setting up magic links for the first time, just configure the Send magic link login action from your mobile view and select your target mobile views.
For more details on setting up magic link authentication in mobile apps, check out the manual.
Let me know if you have any questions!
— Nick and the Mobile team