Paul Mackinnon

Results 2 issues of Paul Mackinnon

Again, correct code found in the final swift project folder. Copied below: ``` func imagePickerController(_ picker: UIImagePickerController, didFinishPickingMediaWithInfo info: [UIImagePickerController.InfoKey : Any]) { picker.dismiss(animated: true, completion:nil) guard let uid =...

bug

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...

bug