android-kotlin-login icon indicating copy to clipboard operation
android-kotlin-login copied to clipboard

Advanced Android in Kotlin: Firebase Login 6.1 Step 3,

Open vpermits opened this issue 5 years ago • 2 comments

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

  1. 4.1.1
  2. 29 Additional information Add any other context about the problem here.

codelab: advanced-android-kotlin

vpermits avatar Dec 22 '20 18:12 vpermits

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.

Wiktorl4z avatar Jan 02 '21 10:01 Wiktorl4z

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

jan4co avatar Jun 20 '21 08:06 jan4co