Google login issue

hi,
i tried to use Firebase Google login blocks, export out as APK but it didn’t work out. nothing happened after selected my gmail account when sign in.
i have added google-services.json file, and the SHA1 fingerprints is generated from a blank app in Android Studio.
or is it i need to generate a real SHA1 fingerprints from the same app that i’m trying to test here?
really need your guidance here. thanks

The Keystore SHA1 must be the same as the one in your Kodular account.

hi @Gaston
for example, i have generated SHA1 as b4:ca:f1:39:e6:b8:af:21:21:75:c1:82:26:a2:fa:66:3d:e4:8d:d4 (sample SHA1) from Android Studio, then i updated into Firebase side and the exported google-services.json file added into Kodular assets manager.
and still nothing happen when i try out the APK file.

the blocks below that im testing out now, and not sure is it any wrong with them?

screen1
blocks (1)
home
blocks (2)
chat
blocks (3)

while airtable i have inserted the token access with base ID, and correct table name.
at Firebase authentication side no record of google signin and airtable no data written inside

The firebase hash1 must be the same as the one you have in Kodular.
image

thank you and its was solved :folded_hands: