firebase-ios-sdk
firebase-ios-sdk copied to clipboard
[FR]: Move FirebaseAppCheckInterop to interop-ios-for-google-sdks repo
Description
To allow FirebaseAppCheckInterop to be used as a dependency in other Google SDKs outside the firebase-ios-sdk repo it would need to be added as a library product in Swift Package Manager. However, we should not add it to Package.swift in this repo since it's not intended for use by 3P developers. We should:
- Move https://github.com/firebase/firebase-ios-sdk/tree/main/FirebaseAppCheck/Interop to https://github.com/google/interop-ios-for-google-sdks.
- Add a
FirebaseAppCheckInteropproduct to https://github.com/google/interop-ios-for-google-sdks/blob/main/Package.swift. - Update the lower range of https://github.com/firebase/firebase-ios-sdk/blob/02d963ce64a2f2187a058a3746e9ea8fa4ace986/Package.swift#L190-L193 to the minimum version of
interop-ios-for-google-sdkscontainingFirebaseAppCheckInterop.
API Proposal
No response
Firebase Product(s)
App Check