Results 11 comments of Cyril

This is linked to https://github.com/CodetrixStudio/CapacitorGoogleAuth/pull/142 As @reslear said, we can use its fork https://www.npmjs.com/package/@reslear/capacitor-google-auth/v/1.1.8

I have a similar problem : google auth api was not downloaded automatically after plugin installation. So I added this line in `rootPath/ios/App/Podfile` : `pod 'CodetrixStudioCapacitorGoogleAuth', :path => '../../node_modules/@codetrix-studio/capacitor-google-auth'` Now...

This problem still appears, because version 2.1.3 has "latest" as dependencies version for capacitor. Please, release a 2.1.4 with this in package.json : ```json "dependencies": { "@capacitor/core": "^2.4.8" }, "devDependencies":...

@rigoarriaza I have created a fork that fix the problem until there is an official version for that. So in your package.json, you can replace `"@codetrix-studio/capacitor-google-auth": "^2.1.3",` by `"@cyril-colin/capacitor-google-auth": "2.1.4",`...

Same issue here :/ ![image](https://user-images.githubusercontent.com/12231561/115362793-2fa4f800-a1c2-11eb-945a-9c8b806455ca.png)

I fixed it ! By following these steps : https://stackoverflow.com/a/49800546

I have tested my pull request, and for now I use it in my Capacitor 4 project: ```json "capacitor-jitsi-meet": "github:cyril-colin/capacitor-jitsi-meet#7ac08b0467f4da30cfd9fbaa201074c96183cd06", ```

Can someone explains why we have to do that ? I can't find any breaking change note in the changelog and when I browse project history, I can't find anything...

Hello :) @oeuillot any news about this ?