SwiftfulFirebaseAuth
SwiftfulFirebaseAuth copied to clipboard
Update Firebase/GoogleSignIn dependencies and deprecated OAuthProvider credential method
- Updated Firebase iOS SDK to version
11.2.0and GoogleSignIn to version8.0.0. - Replaced deprecated
credential(withProviderID:idToken:rawNonce:)method with the newcredential(providerID:idToken:rawNonce:accessToken:)method, which supports an optionalaccessToken.
These updates ensure compatibility with the latest SDK versions and resolve deprecation warnings.