Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 911 Bytes

notes.md

File metadata and controls

16 lines (13 loc) · 911 Bytes

Generate/signing your app


Reference Link

  1. Google Sign In

    1. Go to firebase console.
    2. Enable Google Sign-in Method Enable Google Sign-in Method
    3. Generate debug certificate fingerprint. Open your terminal and run keytool -list -v -alias androiddebugkey -keystore %USERPROFILE%\.android\debug.keystore starting from the path of your Java.
    4. It will generate MD5, SHA1 and SHA256 keys.
    5. Copy the SHA1 key.
    6. In your firebase console, go to project settings Project Settings
    7. Click Add Fingerprint and paste the SHA1 key that you copied earlier. Paste the key
  2. Facebook Sign In

    1. Go to facebook developers