티스토리 뷰

반응형

23년 11월 기준.

 

GA4 App Stream 생성, Android▼ 왼쪽 상단 눌러서 Project로 변경 후, app 하위경로에 json 드래그

 

루트 수준(프로젝트 수준)(<project>/build.gradle.kts)

id("com.google.gms.google-services") version "4.3.15" apply false

모듈(앱 수준)(<project>/<app-module>/build.gradle.kts)

id("com.google.gms.google-services")

 

depencies에 추가 Firebase BOM(bill of Matarials)는 관리패키지

implementation(platform("com.google.firebase:firebase-bom:32.3.1"))

implementation("com.google.firebase:firebase-analytics-ktx")

 

 

반응형
댓글
공지사항
최근에 올라온 글
최근에 달린 댓글
Total
Today
Yesterday
링크
TAG
more
«   2025/05   »
1 2 3
4 5 6 7 8 9 10
11 12 13 14 15 16 17
18 19 20 21 22 23 24
25 26 27 28 29 30 31
글 보관함