Hi all, How to use external library like "Sign in ...
# compose
r
Hi all, How to use external library like "Sign in with Google" screen in compose? Any example or link would be appreciated.
d
It's a web example, but the concept should apply anywhere.
d
To be honest I don't understand the concept you're saying should apply anywhere.
r
@Daniel but in this case, we don't have any control over Google sign in ui. So I assumed there should be something else.
b
It shows how to wrap external component's side effects. There's an external state wrapping example there somewhere too. Those two should allow you to integrate with most things.
d
Browsing through the sign in docs (first time), you'd use that to show the sign in button view @rajesh. Then you trigger the intent, and get the intent response.
r
Thanks. I'll check that