Skip to content
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

Chore/1 revamp #2

Merged
merged 4 commits into from
Jul 21, 2022
Merged

Chore/1 revamp #2

merged 4 commits into from
Jul 21, 2022

Conversation

filipebrandao
Copy link
Contributor

Tackles #1

Description

  • Updated all dependencies to the latest versions
  • Updated Firebase integration to match the current approac
  • Converted java and groovy code to kotlin (not on build.gradle though)
  • Switched code generation library Sun CodeModel to KotlinPoet
  • Incremented the lib version to 0.2.0
  • Removed jcenter repository
  • Updated the README to match the changes

Exposing firebase dependency in the library module

Fixing firely-config.json lookup paths

Updating Firebase integration to match the current method:
- Firebase initialization
- Setting up a google-services.json which are needed nowadays
- Updating Firebase method calls which don't exist in their SDK anymore

Updating README
Updating README
Minor updated
@filipebrandao filipebrandao self-assigned this Jun 3, 2022
@filipebrandao filipebrandao mentioned this pull request Jun 3, 2022
3 tasks

public interface ICodeBranch {
void execute();
fun interface ICodeBranch {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fun interface.. nice touch 🦾

Copy link
Contributor

@ruimendesM ruimendesM left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great revamp on the library 👍
We are one step closer to have Remote Configs on the new app! 💯

return mName;
val view = findViewById<View>(R.id.text_view) as TextView
view.visibility = if (featureFlag.get()) View.VISIBLE else View.INVISIBLE
view.text = textXp.get()
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No ViewBinding? 😢 (I know it is just a sample.. so it is ok 😄 )

@ruimendesM ruimendesM merged commit ea184d9 into master Jul 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants