我是Swift和Firebase的新手,我正在尝试让微软的OAuth提供商按照下面的描述工作:
provider.getCredentialWithUIDelegate(nil) { credential, error in
if error !print("Failed to retreive credential."
我正在用Swift 3开发带有Firebase数据库的iOS应用程序。我的个人档案: # Comment the next line if you're not using Swift and don't want to use dynamic# Pods for MyApp pod 'Firebase/Auth