Hi everyone,
I’m currently building a Bubble app and converting it into a native mobile app using BDK.
I’ve already implemented LINE Login using a web-based OAuth approach (e.g., LINE LOGIN PRO), which works fine.
However, my client requires a native LINE Login experience, meaning:
-
Tap LINE login button inside the app
-
The installed LINE app opens
-
User completes authentication
-
User is redirected back to the app
-
User is logged in as Bubble “Current User”
From what I understand, this requires the LINE SDK (iOS/Android), including URL schemes / Universal Links / intent handling.
My questions:
-
Has anyone successfully implemented native LINE Login (via LINE SDK) in a Bubble app (BDK or Bubble Native)?
-
Is it possible to handle the callback and pass LINE user data (userId / ID token) back into Bubble workflows?
-
If not, what’s the best workaround architecture? (custom plugin, external API, hybrid native, etc.)
This is a strict client requirement, so I’m trying to determine feasibility.
Any insights or similar experiences would be greatly appreciated ![]()