Cyril
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 :/ 
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 ?
I have the exact same problem :/