firebase-ios-sdk icon indicating copy to clipboard operation
firebase-ios-sdk copied to clipboard

[FR]: Move FirebaseAppCheckInterop to interop-ios-for-google-sdks repo

Open andrewheard opened this issue 1 year ago • 0 comments

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:

  1. Move https://github.com/firebase/firebase-ios-sdk/tree/main/FirebaseAppCheck/Interop to https://github.com/google/interop-ios-for-google-sdks.
  2. Add a FirebaseAppCheckInterop product to https://github.com/google/interop-ios-for-google-sdks/blob/main/Package.swift.
  3. 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-sdks containing FirebaseAppCheckInterop.

API Proposal

No response

Firebase Product(s)

App Check

andrewheard avatar Jun 04 '24 17:06 andrewheard