Advanced Android in Kotlin: Firebase Login 6.1 Step 3,
Describe the problem It is unclear to a relatively new Android Studio 4 user how to properly place the google-services.json file.
In which lesson and step of the codelab can this issue be found? 6.1 + 3.2 (Task: Add Firebase to project"
How to reproduce?
Step 2 says, "Move your config file into the module (app-level) directory of your app."
The problem is in Android Studio (AS) 4 the structure in the Project view no longer matches the directory structure. This makes locating and placing files in the proper area (especially the Gradle area(s)) and moving on through the lesson cumbersome and slow. How does one locate the "module (app-level) directory" in AS?
Versions
- 4.1.1
- 29 Additional information Add any other context about the problem here.
codelab: advanced-android-kotlin
To set up firebase into your project you can use Tools -> Firebase. If you don't see, this option go to plugins and download it.
To set up firebase into your project you can use Tools -> Firebase. If you don't see, this option go to plugins and download it.
That's new. In the codelab is not mentioned