-
Notifications
You must be signed in to change notification settings - Fork 596
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
W/zze: Application name is not set. Call Builder#setApplicationName. #254
Comments
Same happens when using the new 16.4.0 version. |
This warning comes from |
@samtstern
|
Does anyone have a solution? @shadowsheep1 @dirkam @samtstern |
@rinlv Nope, no solution. But apart from the warning all works fine on my side. |
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 |
Any updates? |
I'm also passing the exact same issue with @flutter. Have anyone worked out a solution? |
Any solution for this? |
Same issue :c |
Same here although it does not seem to have any side effect. |
Any news on this issue ? |
up |
Also started for me popping up once FirebaseRemoteConfig was added. |
no solution yet :( |
this is working for me. this is adding
|
This benign warning has disappeared since upgrading to firebase-config 19.0.2 |
@bubbleguuum You're right! It seems so. |
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
There is also a SO question here.
The text was updated successfully, but these errors were encountered: