Does universal login support native facebook login?

We’re building a mobile app and have implemented universal login. We’ve added social login via facebook which works well but it redirects the user to login via a browser window which on mobile is not ideal. I see auth0 has support for logging in via the native facebook application but it isn’t clear if that is something that can be enabled via universal login. Is this possible?

Hi @crhistian26,

Universal login is browser-based, and native login avoids a redirect to a browser. It can be set up following this guide:

If this isn’t a solution could you please expand on your use case?