Working example of self-host with UI?

hi,
we were looking to integrate the self-host SDK (https://web3auth.io/docs/sdk/self-host/initialization#example-5) with a firebase login. we are stuck on trying to understand where to integrate the ui.

do u have a working example of using the self-host SDK with a login UI ?

is this supposed to launch a UI ? we are not able to get it to work. we are on a react-native mobile app.


const loginResponse = await (tKey.serviceProvider as TorusServiceProvider).triggerLogin({
    typeOfLogin: "google",
    verifier: "web3auth-testnet-verifier",
    clientId: "134678854652-vnm7amoq0p23kkpkfviveul9rb26rmgn.apps.googleusercontent.com",
});


Originally posted by: sandys

Check the discussion at: https://github.com/orgs/Web3Auth/discussions/409

currently we have this example: https://github.com/tkey/tkey-example



Originally posted by: himanshuchawla009