react-native-firebase-analytics icon indicating copy to clipboard operation
react-native-firebase-analytics copied to clipboard

Error when I try to use Firebase analytics

Open corasan opened this issue 8 years ago • 1 comments

Whenever I run react-native run-android I get this error:

Could not find any matches for com.google.firebase:firebase-core:9.+ as no versions of com.google.firebase:firebase-core are available.

Can someone help me with this issue? I did exactly what that readme says.

corasan avatar Aug 25 '16 20:08 corasan

Install the latest versions of Google Play Services and Tools and update Firebase with pod update. It's seems like you trying to use newer version of Firebase than installed.

alexHlebnikov avatar Aug 29 '16 16:08 alexHlebnikov