rat
rat

Reputation: 1295

Is possible to use latest firebase (v3) analytics tools with react native?

Hi Its possible to use firebase Analytics (just the analytics features) with React Native?

For avoidance of doubt. I'm well aware that current Firebase (V3 SKD) is not fully compatible with RN for all features (React Native and Firebase 3)

For now I'm planing to use solely the Analytics (core firebase SKD)

Tks.

Upvotes: 1

Views: 958

Answers (1)

carlosdelsol
carlosdelsol

Reputation: 31

Have you tried with this React Native component for Firebase Analytics? https://github.com/evollu/react-native-firebase-analytics

Upvotes: 1

Related Questions