Ryan Walker
Ryan Walker
I cannot find any examples of how to use remote config. I looked at the code and attempted the following: ``` import Firestack from 'react-native-firestack' this.firestack = new Firestack(); console.log(firestack.remoteConfig.setDev());...
## What's changed? ChangeDependency does not work on configurations it does not understand. This one from my project gets skipped: ``` integrationTestImplementation "com.github.tomakehurst:wiremock-jre8-standalone:2.+" ``` I created a GradleDependency Trait to...
I am looking for a way to view the respone headers, specifically the rate limiting ones. I dont see a way to do this. I could put up a PR...