Firebase – Where do I add the google-services.json for a compose multiplatform project?
I have created a project using the Kotlin Multiplatform Wizard. I have a project in Firebase and have downloaded the google-services.json file. Do I place this file at the same level as composeApp or at the level of androidApp? I…