-
Notifications
You must be signed in to change notification settings - Fork 156
New issue
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 linking issues #645
Comments
I am willing to do a PR on this, if it's an issue with the library, because I need it working. But I sadly have no idea where to start. Can someone at least nudge me in some direction? Does |
Hey!! is any guide or steps to do to integrate firebase Analytics in a Compose Multiplatform project? i only added this two line in the commonMain dependencie: |
Hello, |
Hey, I haven't implemented it yet! I wanted to know if there was a guide to follow to implement it in a Compose Multiplatform project. I only found this https://github.com/GitLiveApp/firebase-kotlin-sdk?tab=readme-ov-file#multiplatform |
I had to integrate the official iOS & Android firebase guide as well |
When adding analytics to project, there is some linking issue with Xcode. My setup works fine for other libraries (like auth, firestore, storage even messaging), but not for analytics. Any help would be greatly appreciated.
My configuration looks something like this:
build.gradle.kts
:Podfile
:Error:
Edit:
I did find an issue related to it, where it was suggested that moving analytics into separate module could fix the issue. But I was not able to replicate that setup
The text was updated successfully, but these errors were encountered: