invertase / react-native-firebase-starter

DEPRECATED: For RNFB v5 only.
https://rnfirebase.io/docs
Other
1.17k stars 335 forks source link

Getting error app:validateSigningDebug. #139

Closed CoderelTechnology closed 5 years ago

CoderelTechnology commented 5 years ago

I was using earlier starter that used RN 0.59. Now trying to install new starter I can rename project successfully but after that running the project gives me the error below.

mikehardy commented 5 years ago

This is an unfortunate upstream bug / developer experience issue that will be fixed in react-native 0.61. https://github.com/facebook/react-native/commit/d550256

The easiest way to resolve is to find any other debug.keystore on your filesystem (they are all the same really) and copy it in to the referenced path

Note that you may need to then update the SHA hash for your key in the firebase console for the given signing key

mikehardy commented 5 years ago

I pulled that change into the starter so future users don't hit that snag, it's frustrating