Add names to all Firebase components#4117
Conversation
Size Report 1Affected Products
Test Logs
|
Coverage Report 1Affected Products
Test Logs
|
| */ | ||
| @KeepForSdk | ||
| public class FirebaseAppCheckDebugRegistrar implements ComponentRegistrar { | ||
| public static final String LIBRARY_NAME = "fire-app-check-debug"; |
There was a problem hiding this comment.
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.
Changed all constants to be private. Can you help me take another look?
No description provided.