Damian Bartumeu

Results 5 comments of Damian Bartumeu

> I confirm Google and Apple Sign In are working on iOS with `v3.0.0-rc.0`. But I have a crash when testing Facebook > > ``` > ⚡️ To Native ->...

I was able to solve the problem. Let me put some context: I was upgrading my app from capacitor 2.x to 3.x and inside AppDelegate.swift i had: ```swift func application(_...

No the problem is the specification changed. In OpenApi 2 this is the definition of a file upload: ``` /api/Upload/excel: post: tags: - Upload operationId: Upload_Import parameters: - type: file...

This is what is being genereted right now: ![s1](https://user-images.githubusercontent.com/7924382/61057281-f28fbd00-a3c2-11e9-9c32-ae064c929642.png) And this is what needs to be generated ![s2](https://user-images.githubusercontent.com/7924382/61057283-f3c0ea00-a3c2-11e9-88c8-6a8890daa017.png)