Native Google sign in

So i’m using AuthSession for google sign in and it works perfectly in the expo client, but when i build the apk, i go through the sign in with google but after it, it return to the app screen and nothing happens.
i saw that i need to add this:
{
“expo”: {
“scheme”: “your-app-slug”
}
}
but there is also something in the guide about AuthSession.makeRedirectUri and i honestly didn’t understand how to use/what to write and where to get it to work in my standalone app.
Would appreciate any help :slight_smile: