Firebase error no debug.keystore in .android folder
问题 I tried to connect Firebase to my android app but the error says Firebase: Could not find keystore in file ({0}) specified for debug build type. {2} I see that there is no debug.keystore in my .android folder. 回答1: I've got the same issue, for fixing it, I've done the following step Go to your google firebase account Click on Project Settings Download the google-services.json file and save it in {your-project}/app/google-services.json The rebuild your project and it should work 回答2: Open your