728x90
πμλλ‘μ΄λ μ€νλμ€μ νμ΄μ΄λ² μ΄μ€ realtime DB μ°λνκΈ°
ννμ΄μ§(https://firebase.google.com/)μ κ°μ νλ‘μ νΈλ₯Ό νλ λ§λ λ€


νλ‘μ νΈ μμ±



Android μ± μΆκ°
ν¨ν€μ§ μ΄λ¦μ μλλ‘μ΄λ μ€νλμ€ ν¨ν€μ§μ΄λ¦κ³Ό λμΌνκ² ν΄μ€λ€
google-services.jsonνμΌ λ€μ΄λ‘λν΄μ
appνμΌ μμ λ£μ΄μ€λ€ (μλλ‘μ΄λ > νλ‘μ νΈλ‘ λ³ννλ©΄ κ°λ¨νλ€)


λΉλμ μλ μ½λλ₯Ό μΆκ°ν΄μ€λ€
νλ‘μ νΈμμ€μ λΉλ
buildscript {
dependencies {
classpath 'com.google.gms:google-services:4.3.15'
}
}
// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
id 'com.android.application' version '7.4.0' apply false
id 'com.android.library' version '7.4.0' apply false
id 'com.google.gms.google-services' version '4.3.10' apply false
}
task clean(type: Delete) {
delete rootProject.buildDir
}
μ±μμ€μ λΉλ
plugins {
id 'com.android.application'
id 'com.google.gms.google-services'
}
dependencies {
implementation platform('com.google.firebase:firebase-bom:31.2.0')
implementation 'com.google.firebase:firebase-analytics'
}


μλλ‘μ΄λ νλ‘μ νΈλ‘ λμκ° Toolsμ νμ΄μ΄λ² μ΄μ€ ν΄λ¦
μ¬μ©ν 리μΌνμ λ°μ΄ν°λ² μ΄μ€μ Get started with Realtime Database ν΄λ¦ν΄ λκ°μ§ λ€ μ°κ²°ν΄μ€λ€
728x90
'Firebase' μΉ΄ν κ³ λ¦¬μ λ€λ₯Έ κΈ
Firebase - μλλ‘μ΄λ μ€νλμ€μ firebase realtime DB μ΄μ©ν΄ μ±ν κΈ°λ₯ μ μ©νκΈ°-2 (0) | 2023.04.04 |
---|---|
Firebase - Authentication (6) | 2023.03.31 |