Pedro Henrique Pacheco

Results 3 comments of Pedro Henrique Pacheco

@garrettApproachableGeek it worked thanks! No need to create or clean anything, Just did a `pod update`. I'm using ``` cloud_firestore: ^3.2.1 firebase_core: ^1.19.1 ``` and ``` platform :ios, '11.0' ```

I think i've figured it out. The VaadinServletConfiguration automatically create, two url mappings(in the method getUrlMappings) and the IOUtils, in vaadin 7, in the method that log this warn, have...

I've added a custom type adapter that worked for me, in nested Map structures. I generated a adapter and just extended it and overrode the read method for this: @override...