firebase / FirebaseUI-iOS

iOS UI bindings for Firebase.
Apache License 2.0
1.51k stars 475 forks source link

spm facebook-ios-sdk dependency #1096

Closed sahbazali closed 2 years ago

sahbazali commented 2 years ago

My Environment:

Problem: In our project, we decided to remove CocoaPods. Normally we were using (in cocoapod);

Can you please give support for newer facebook-ios-sdk versions?

sahbazali commented 2 years ago

Hi @morganchen12, thank you for your support but are you sure this pr resolve this issue? In package.swift there is still lower dependency on facebook;

.package( name: "Facebook", url: "https://github.com/facebook/facebook-ios-sdk.git", "11.0.0"..<"13.0.0" ),

Still, we are not allowed to use Facebook 14.1.0 with FirebaseUI in swift package manager. If it is possible can you update package.swift?

morganchen12 commented 2 years ago

@sahbazali there's no reference to Facebook SDK v13 in the Package.swift. See this line: https://github.com/firebase/FirebaseUI-iOS/blob/master/Package.swift#L70

Can you try with FirebaseUI 12.3?

sahbazali commented 2 years ago

hi Morgan when I upgraded FirebaseUI to 12.3 I could able to install Facebook SDK v14.

thank you so much :)