firebase-android-sdk: W/zze: Application name is not set. Call Builder#setApplicationName.

What’s this warning for?

W/zze: Application name is not set. Call Builder#setApplicationName.

I get it while calling

FirebaseRemoteConfig remoteConfig = FirebaseRemoteConfig.getInstance();

These my Firebase lib versions

implementation 'com.google.firebase:firebase-core:16.0.7'
implementation 'com.google.firebase:firebase-messaging:17.3.4'
implementation 'com.google.firebase:firebase-config:16.3.0'

There is also a SO question here.

About this issue

  • Original URL
  • State: closed
  • Created 5 years ago
  • Reactions: 30
  • Comments: 18 (1 by maintainers)

Most upvoted comments

I’m still seeing this in version 17.0.0, its cluttering up our log messages so a solution would be great. I can’t find any function named setApplicationName in the firebase SDK for Android.

I’m also passing the exact same issue with @flutter. Have anyone worked out a solution?

This benign warning has disappeared since upgrading to firebase-config 19.0.2

Same issue :c