1

I downloaded an android studio application from the web that uses firebases, I've tried copying classes to a new android project, plus importing modules and adding dependencies etc, but I keep getting errors so I was wondering if it's possible to change the SHA1 of the app so that I can use it to create a new firebase application?

Yeezus
  • 295
  • 1
  • 3
  • 11

2 Answers2

2

Yes , you can create a new Key or modify key in firebase and add new SHA1 fingerprint generated in your Machine. Refer this for generating SHA1 : SHA1 Fingerprint Android

rajan.kali
  • 10,789
  • 3
  • 22
  • 33
1

Android studio gives you default SHA1 for your application but you can create your own debug key store. From your created keystore you can generate a new SHA1 which you can use setting up your firebase. Here are the link1 and link2 how to create debug keystore.

After creating your debug keystore check this link to generate SHA1 from keystore.

yashkal
  • 693
  • 5
  • 17