abacritt / angularx-social-login

Social login and authentication module for Angular 17
636 stars 387 forks source link

my <asl-google-signin-button> doesn’t work in my apk #779

Open Kazeai-chan opened 3 months ago

Kazeai-chan commented 3 months ago

My button works fine in my computer, I have a ionic angular app, but when I use Android Studio and I generate the apk, the button disappear and I can’t use my app, I have an OAuth 2.0 Client in google and I put this in my build.gradle: implementation "androidx.credentials:credentials:" implementation "androidx.credentials:credentials-play-services-auth:" implementation "com.google.android.libraries.identity.googleid:googleid:" (With the last version)

I don’t understand why it doesn’t charge, someone can help me???