PatricioRedegal

Results 1 comments of PatricioRedegal

I have tested with Capacitor 6, and it works correctly. This is my code: ``` let googleClientId; if (Capacitor.getPlatform() === 'web') { googleClientId = this.webClientId; } else if (Capacitor.getPlatform() ===...