Hello, how can i connect to firestore from the sha...
# multiplatform
r
Hello, how can i connect to firestore from the shared module?
☝️ 1
m
r
when sync dependency gitlive -> Failed to resolve: firebase-app-debug Affected Modules: shared
m
Can you tell the platforms you are targeting?
m
I am having the same problem. I had it with other libraries like firebase-auth but all that required was including the firebase-auth library in the Gradle build. However, I cannot find a firebase-app-debug lib and I don’t think I am explicitly using it. So I am not sure why that is occurring. I am investigating converting my current applications to Kotlin Multiplatform.