Open mr-kew opened 1 month ago
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 Undefined symbols for architecture _FIRInstallationIDDidChangeNotification
mean that this library is using a type that does not exist in the pod, or the other way around?
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: implementation("dev.gitlive:firebase-common:2.1.0") implementation("dev.gitlive:firebase-analytics:2.1.0")
Hello,
I kinda combined the iOS and the android guides. Does yours setup work? Bear in mind that mine gives the linking error only if I go ahead and actually call the Firebase.analytics
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