firebase / firebase/codelab-friendlychat-ios
Firebase iOS Codelab Swift step 5: GoogleSignIn version / swift code problems
Open
bug
- Dominant language
- Swift
- Stars
- 69
- Forks
- 46
- PR merge metrics
- No merged PRs in 30d
Description
Some errors arising when using latest GoogleSignIn version (5.0.2)
So downgraded to version 4.4.0 after some stackoverflow research...
... leads to new build errors with the unsupported lines in Appdelegate.swift :
return GIDSignIn.sharedInstance().handle(url)
Missing arguments for parameters 'sourceApplication', 'annotation' in call
So for everything to work, need to know and specify the version of GoogleSignIn and for all supplied code to consistently work to the specified API
Contributor guide
Assessment
This issue has not been assessed yet.