I created a React Native project, and I linked it to Firebase using RNFirebase.
After a while I decided to change the default iOS bundle id from 'org.reactjs.native.example.appName' to a custom one.
I changed it from xCode General tab and I also found that the PRODUCT_BUNDLE_ID was still the old one in the xproj file, so I changed that too.
I deleted the old app from Firebase and added a new one with the new bundle and replaced the GoogleService-info.plist on xCode. I also enabled debugging logs with -FIRDebugEnabled in xCode.
The logs are fine, but my iOS stats are always 0, what did I wrong?