Fix Login Google/SMS

1. Missing config SHA certificate fingerprints 




#Ticket

1.1 Get SHA certificate fingerprints from file keystore

  • Open terminal in your project, call command:

keytool -exportcert -list -v -alias <name_alias> -keystore <path_file_keystore>

With:
  • name_alias is name of alias when you create keystore 
  • path_file_keystore is là path of file keystore 

Ex: In project FluxStore (default build debug), 
  • Find the  name_alias in file android/key-debug.properties (keyAlias)

  • Find the path of file keystore in android/app/mstore.keystore

=> Command: 
keytool -exportcert -list -v -alias mstoreapp -keystore android/app/mstore.keystore

Note: Must call the command at the project's root directory

1.2. Add SHA in Firebase Console

  • Open project settings
  • Open your android project and add SHA certificate fingerprints