evollu / react-native-firebase-analytics

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

Install this package and Firebase Crash? #9

Closed rturk closed 8 years ago

rturk commented 8 years ago

Hi is possible to install this package and Firebase Crash Report?

alexHlebnikov commented 8 years ago

@rturk You don't need this package to install Crash Reporting - just check install guides here: https://firebase.google.com/docs/crash/

rturk commented 8 years ago

Hi @alexHlebnikov I can't make the two packages work together.

alexHlebnikov commented 8 years ago

@rturk Why there are two packages? Only this one. For iOS, you just need to add Crash in your .pod file, it must be something like this:

pod 'Firebase/Core'
pod 'Firebase/Crash'

And then follow instructions here (see paragraph Upload symbol files): https://firebase.google.com/docs/crash/ios

evollu commented 8 years ago

looks like the issue is solved

rturk commented 8 years ago

@evollu @alexHlebnikov Tks. I'll try again and comment my progress in this thread. I'm not using cocoapods I'm installing the SDK manually.

evollu commented 8 years ago

they should live with each other nicely

rturk commented 8 years ago

Hi all I've managed to make both Analytics and Crash work on IOS manually installing the SDK.

annelorraineuy commented 7 years ago

^ Same here. I used this for Crash https://github.com/ianlin/react-native-firebase-crash-report