diff --git a/docs/ff-integrations/authentication/firebase-auth/google-login.md b/docs/ff-integrations/authentication/firebase-auth/google-login.md index 9ec118b2..4365c359 100644 --- a/docs/ff-integrations/authentication/firebase-auth/google-login.md +++ b/docs/ff-integrations/authentication/firebase-auth/google-login.md @@ -158,4 +158,8 @@ allowFullScreen style={{ width: '100%', height: '600px' }}> To confirm the successful integration of Google authentication and the creation of users, navigate to your **Firebase project > Authentication > Users** and check the entries. -![verify-google-auth-users.png](../imgs/verify-google-auth-users.png) \ No newline at end of file +![verify-google-auth-users.png](../imgs/verify-google-auth-users.png) + +:::info +To ensure that your Android release will authenticate to Google, make sure to use Google Play Console's SHA keys - see how to [**Get SHA keys for release mode**](auth-initial-setup.md#getting-sha-keys-for-release-mode). +:::