We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Analytics are working perfectly on the web app, but no data are sent back to the server on the cordova apps (both android or ios). From the guide, it seems that cordova is officially supported: https://firebase.google.com/support/guides/environments_js-sdk#other_environments
The text was updated successfully, but these errors were encountered:
I couldn't figure out how to label this issue, so I've labeled it for a human to triage. Hang tight.
Sorry, something went wrong.
hmm, FirebaseAnalytics generally only works in the native browsers. It has a couple of requirements the environment needs to meet:
I don't think Cordova meets any of them, so it is a mistake that the doc says it's supported in Cordova. I will update the doc.
#2243 already tracks this issue and I'm closing this one.
No branches or pull requests
Describe your environment
Describe the problem
Analytics are working perfectly on the web app, but no data are sent back to the server on the cordova apps (both android or ios).
From the guide, it seems that cordova is officially supported: https://firebase.google.com/support/guides/environments_js-sdk#other_environments
The text was updated successfully, but these errors were encountered: