where to add the google-services.json file in a cm...
# multiplatform
p
where to add the google-services.json file in a cmp project downloaded from kotlin wizard
m
I have it under
composeApp
p
composeApp/src/google-services.json , you mean ?
m
No
Directly under
composeApp
at the same level as
build.gradle.kts
p
ok thanks
how to do the FirebaseApp.initializeApp(), in which file ?, and which lib to use, dev.gitlive or com.google ?
Copy code
Default FirebaseApp failed to initialize because no default options were found. This usually means that com.google.gms:google-services was not applied to your gradle project.
where to find the idToken to make the gso object for google singin in compose multiplatform project ?
m
Did you manage to initialize Firebase? I only used firebase for Crashlytics in my CMP project
p
yes, android auth with google is working, ios is a headache
cinterop is not working, how did you setup cocoapods for crashlytics in ios
m
I didn't use cocoapods
p
then ?
m
Used SPM, Swift Package Manager
p
can you send the steps of the integration
👀 1
error: 'embedAndSign' task can't be used in a project with dependencies to pods. when building iosApp
j
Would be also interested in SPM Usage