evollu / react-native-firebase-analytics

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

import FCMModule.h did not work #5

Closed eljago closed 8 years ago

eljago commented 8 years ago

Hello. in order to make [FIRApp configure]; work in the ios setup, I had to do @import Firebase; (Objective-C) instead of #import 'FCMModule.h' in my AppDelegate. I got this from https://firebase.google.com/docs/ios/setup Did I do something wrong ? or this way is also ok?

ty

evollu commented 8 years ago

The README is wrong. it should be either @import Firebase or "import RNFIRAnalytics.h"

evollu commented 8 years ago

read me updated

evollu commented 8 years ago

thank you for the issue

bitcoinvsalts commented 7 years ago

I dont see this change on the readme