You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have both files generated by Firebase added to my project and when I install and use the app on an Android device I can see all of the screens that I have used setScreenName() with; however iOS does not seem to be reporting the data to FB.
The text was updated successfully, but these errors were encountered:
package.json
"dependencies": {
"@angular/core": "5.0.0",
....
"@ionic-native/core": "4.3.2",
"@ionic-native/firebase":" ^4.11.0",
"cordova-android": "~6.3.0",
"cordova-ios": "4.5.4",
....
"ionic-angular": "3.9.2",
"cordova-plugin-firebase":" ~1.0.5"
...
},
"cordova": {
"plugins": {
.....,
"cordova-plugin-firebase": {}
},
....
config.xml
.....
......
I have both files generated by Firebase added to my project and when I install and use the app on an Android device I can see all of the screens that I have used setScreenName() with; however iOS does not seem to be reporting the data to FB.
The text was updated successfully, but these errors were encountered: