evollu / react-native-firebase-analytics

React native bridge for firebase analytics
MIT License
206 stars 54 forks source link

Error when I try to use Firebase analytics #23

Open corasan opened 7 years ago

corasan commented 7 years ago

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.

alexHlebnikov commented 7 years ago

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.