Skip to content

Commit

Permalink
Changing error message for missing google-services for debug to warn (#…
Browse files Browse the repository at this point in the history
…366)

The error for a misconfigured default app should at least be a warning.
  • Loading branch information
schmidt-sebastian committed Apr 22, 2019
1 parent 3097f24 commit 52a4c86
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -258,7 +258,7 @@ public static FirebaseApp initializeApp(@NonNull Context context) {
}
FirebaseOptions firebaseOptions = FirebaseOptions.fromResource(context);
if (firebaseOptions == null) {
Log.d(
Log.w(
LOG_TAG,
"Default FirebaseApp failed to initialize because no default "
+ "options were found. This usually means that com.google.gms:google-services was "
Expand Down

0 comments on commit 52a4c86

Please sign in to comment.