Nicola Corti
Nicola Corti
We created a similar page for DevFest Pisa here: https://devfest.gdgpisa.it/location/ On Thu, Aug 29, 2019 at 5:35 PM Abraham Williams wrote: > DevFest Nantes has a great attending page. A...
Hey @zasadnyy Have you seen the https://github.com/gdg-x/hoverboard/blob/master/docs/tutorials/firebase-utils.md page? Is this a feature request or a bug report? If it's feature request, I agree. Would be really handy to have it....
Hi @oshamahue So the Travis config file (assuming you used [.travis.yml](.travis.yml) and followed [/docs/tutorials/04-deploy.md](/docs/tutorials/04-deploy.md)) can be used to setup the CI to deploy Firebase Hosting and Firebase Cloud Functions. All...
@rohitjakhar Just to set expectations, I'll be able to take a look at this only next week.
@rohitjakhar sorry I've been off for XMas vacation and haven't had time to look at this again. I can look into it this week so we can merge it. Could...
We're getting close to a mergeabble state :)
> @cortinico should i supress TooManyFunctions ? Yes please do, it's reasonable to do so in `MainActivity.kt`
@rohitjakhar thanks for following up. Sadly there are still a couple of bugs: 1. The 4xx transactions are rendered impossible to read (see screnshot). We should probably change the text...
Sorry but this is too little information for us to reproduce.
@kanch231004 doing something like this would help: ``` debugImplementation("com.github.chuckerteam.chucker:library:") { exclude group: "com.google.android.material", module: "material" } ``` as it will exclude the transitive dependency on MDC that Chucker is adding