강의

멘토링

로드맵

Inflearn Community Q&A

kosy17823785's profile image
kosy17823785

asked

[Beginner Level] Learn Android Kotlin by Building 8 Apps

Firebase anonymous login

build.gradle 부분 영상과 다르신 분들 참고

Written on

·

425

4

classpath 대신

build.gradle(Project) plugins 안에

id 'com.google.gms.google-services' version '4.3.10' apply false

이거 추가하시면 됩니다.

 

apply pugin: 대신

build.gradle(Module) plugins 안에

id 'com.google.gms.google-services'

이거 추가하시면 됩니다.

 

질문 카테고리를 더 많이 볼거같아서 여기에 올려요

kotlinfirebaseandroid

Quiz

컴퓨팅 시스템에서 서버의 주된 역할은 무엇인가요?

사용자 인터페이스를 디자인하는 역할

클라이언트의 요청에 따라 데이터를 제공하는 역할

앱의 모든 코드를 최종적으로 실행하는 역할

클라이언트 기기의 하드웨어를 직접 제어하는 역할

Answer 2

1

혹시 범블비가 아닌 돌핀쓰고 계신분들은

build.gradle(Project) plugins 안에

id 'com.google.gms.google-services' version '4.3.10' apply false

만 추가하시면 됩니다!

1

bokchi님의 프로필 이미지
bokchi
Instructor

안녕하세요

수강팁 공유 감사합니다 :) 

kosy17823785's profile image
kosy17823785

asked

Ask a question