1

을 반환했습니다. 내 응용 프로그램이 Firebase에서 데이터를 제대로 가져오고 있습니다. 하지만 때로는 특별히 firebase의 데이터를 읽지 않고 Logcat에서이 경고를 내 애플리케이션을 다시 열면 오랜 시간을 기다려야합니다. 내가 노래하고 노래 할 때까지는 작동하지 않습니다.W/BiChannelGoogleApi : [FirebaseAuth :] getGoogleApiForMethod()가 Gms

W/BiChannelGoogleApi: [FirebaseAuth: ] getGoogleApiForMethod() returned Gms 

내 그라디언트에 누락 된 선이 있습니까?

apply plugin: 'com.android.application' 

android { 
    compileSdkVersion 26 
    buildToolsVersion '26.0.2' 
    defaultConfig { 
     applicationId "com.restroomgames.whereismydudy.where" 
     minSdkVersion 23 
     targetSdkVersion 26 
     versionCode 1 
     versionName "1.0" 
     multiDexEnabled true 
     testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" 
    } 
    buildTypes { 
     release { 
      minifyEnabled false 
      proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro' 
     } 
    } 
} 

dependencies { 
    implementation fileTree(dir: 'libs', include: ['*.jar']) 
    implementation 'com.android.support:appcompat-v7:26.1.0' 
    implementation 'com.google.android.gms:play-services-maps:11.6.2' 
    implementation 'com.google.firebase:firebase-auth:11.6.2' 
    implementation 'com.google.firebase:firebase-database:11.6.2' 
    implementation 'com.google.firebase:firebase-messaging:11.6.2' 
    testImplementation 'junit:junit:4.12' 
    androidTestImplementation 'com.android.support.test:runner:1.0.1' 
    androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.1' 
    implementation 'com.google.android.gms:play-services-location:11.6.2' 
    implementation 'com.android.support:design:26.1.0' 
    implementation 'com.lapism:searchview:5.0.0-alpha7' 
    implementation 'agency.tango.android:material-intro-screen:0.0.5' 
    implementation 'com.firebase:geofire-android:2.1.1' 
    implementation 'com.android.support.constraint:constraint-layout:1.0.2' 
} 
apply plugin: 'com.google.gms.google-services' 

답변

0

없음 Gradle가 실제로 업그레이드가 11.4.2에 11.6.0 다운 그레이드를 중포 기지하기 때문에 대해 온이 문제가 경고 메시지를 제거하는 것 같다 당신의 실종 아무것도 없다.

0

이 코드는 것 확인 ..

그냥 나에게 비슷한, 같은 경고, 이메일/암호 인증에 문제가 발생 ..

내가의 SHA-1 지문을 업데이트하는 것을 잊었다 때문이었다

내 컴퓨터 OS를 업그레이드 한 후 프로젝트.

프로젝트의 API 키 또는 SHA-1 지문에 문제가 있습니까?