Trying to implement social login in a native app

Hi,
I’m trying to implement FB and Google login in my native iOS app. Unable to figure out how to integrate it within the UI of my app. Currently, its showing up with the auth0 shield. I’m sure this is a solved issue so please point me to the right documentation or thread. Appreciate it!19%20AM

if you are just opening that widget via Auth0.webAuth()… you can change logo by going to auth0.com, go to dashboard and in the application and upload logo there. there are also steps on the webpage about adding a callback in the app delegate etc… it’s pretty fast.

once you login you get a callback with credentials (which you can use to store locally, and get users profile info, etc…)

hope this helps, and I hope I’m answering the right question.