I am working on Two different flutter projects and i am trying to authentication my apps using Firebase phone number authentication method, and one of the requirement is to add a SHA1 AND SHA256 fingerprint, So here is issue i am facing, when i try generate a fingerprint certificates a (SHA1 AND SHA256) i just get the same key for bother app, i am just asking myself why i am getting the same key with the different project?
And The big issue is that When i configured them on Firebase console, my first app worked fine and the other not,
Basically i am using the same (SHA1 AND SHA256) for both app
1: I need help, why the (SHA1 AND SHA256) are the same when generated on different projects 2: How can i get a unique (SHA1 AND SHA256) for an individual app:
I tried to add a (SHA1 AND SHA256) first app it did well for sure
But the second gave me an error message of
enter image description here
2条答案
按热度按时间tjjdgumg1#
由于它是一个调试密钥,它对所有运行在您系统中的应用程序保持相同。一旦您将您的应用程序上传到Playstore,在那里您会发现释放SHA1和SHA-256密钥,这将是所有应用程序的唯一密钥。
xcitsw882#
运行任务:app:signingReport for Release variant,您将获得唯一密钥。