-
Notifications
You must be signed in to change notification settings - Fork 617
Add names to all Firebase components #4117
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
Conversation
Size Report 1Affected Products
Test Logs |
Coverage Report 1Affected Products
Test Logs |
@@ -29,10 +29,11 @@ | |||
*/ | |||
@KeepForSdk | |||
public class FirebaseAppCheckDebugRegistrar implements ComponentRegistrar { | |||
public static final String LIBRARY_NAME = "fire-app-check-debug"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit, here and throughout
public static final String LIBRARY_NAME = "fire-app-check-debug"; | |
private static final String LIBRARY_NAME = "fire-app-check-debug"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changed all constants to be private. Can you help me take another look?
No description provided.