У меня есть только три строки кода для отправки сообщения в firebase, и когда я запускаю приложение, оно автоматически завершается. Я добавил FireBase через меню Сервис.
Я попробовал интернет-разрешение для манифеста файла, но не работал.
var firebaseDatabase = FirebaseDatabase.getInstance()
var databaseRef = firebaseDatabase.reference
databaseRef.setValue("Hello There")
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
implementation 'androidx.appcompat:appcompat:1.0.0-beta01'
implementation 'androidx.core:core-ktx:1.2.0-alpha01'
implementation 'androidx.legacy:legacy-support-v4:1.0.0-beta01'
implementation 'com.google.android.material:material:1.0.0-beta01'
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
implementation 'com.google.firebase:firebase-database:16.0.1'
testImplementation 'junit:junit:4.12'
androidTestImplementation 'androidx.test:runner:1.1.0-alpha4'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.0-alpha4'
buildscript {
ext.kotlin_version = '1.3.21'
repositories {
google()
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.3.2'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath 'com.google.gms:google-services:4.1.0'
}
}
«I / FirebaseInitProvider: инициализация FirebaseApp не удалась»
«Невозможно запустить действие ComponentInfo {.MainActivity}: java.lang.IllegalStateException: по умолчанию FirebaseApp не инициализируется в этом процессе ... Убедитесь, что сначала вызван FirebaseApp.initializeApp (Context)."