Skip to content

Conversation

piotr-cz
Copy link
Contributor

@piotr-cz piotr-cz commented Feb 16, 2024

Fixes #334

Please review, I'm not familiar with Swift - but deprecation warnings do not show anymore

@reslear reslear merged commit 90ba960 into CodetrixStudio:master Feb 19, 2024
@reslear
Copy link
Collaborator

reslear commented Feb 19, 2024

could you check ?

@codetrix-studio/[email protected]

@piotr-cz piotr-cz deleted the patch-1 branch February 19, 2024 11:20
@piotr-cz
Copy link
Contributor Author

piotr-cz commented Feb 27, 2024

could you check ?

@codetrix-studio/[email protected]

I just tested 3.4.0-rc.0 with following code - deprecation warnings are gone, no other issues observed

import { GoogleAuth } from '@codetrix-studio/capacitor-google-auth'

GoogleAuth.initialize({
  clientId: '123',
  scopes: ['email', 'profile'],
  grantOfflineAccess: true,
})

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Warnings for deprecated getConfigValue method (iOS)

2 participants