-
Notifications
You must be signed in to change notification settings - Fork 653
Added precondition format checks for App-Id and Api-Key #1470
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
Binary Size ReportAffected SDKs
Test Logs |
andirayo
left a comment
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.
good stuff
Coverage ReportAffected SDKs
Test Logs
NotesHTML coverage reports can be produced locally with |
| return TextUtils.isEmpty(firebaseApp.getOptions().getProjectId()) | ||
| ? firebaseApp.getOptions().getGcmSenderId() | ||
| : firebaseApp.getOptions().getProjectId(); | ||
| return firebaseApp.getOptions().getProjectId(); |
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.
Is there no test that you have to modify?
(I mean a test that created FirebaseApp without projectId but with gcmSenderId.)
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.
No, we don't have
843413b to
1b20739
Compare
No description provided.