-
Notifications
You must be signed in to change notification settings - Fork 300
Add Remote Config Parameter Group type #490
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
0b9941d to
acafdf8
Compare
hiranya911
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.
Looks great. I only had a few nits.
src/test/java/com/google/firebase/remoteconfig/ConditionTest.java
Outdated
Show resolved
Hide resolved
src/test/java/com/google/firebase/remoteconfig/ParameterTest.java
Outdated
Show resolved
Hide resolved
src/test/java/com/google/firebase/remoteconfig/TemplateTest.java
Outdated
Show resolved
Hide resolved
hiranya911
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.
LGTM
Nit: Unit tests use a lot of short variable names like c and p. That's not very Java idiomatic.
Thanks for pointing this out!! Updated with proper variable names! |
equals()in all public RC typesequals()when comparing templatesRelated to: #446