Skip to content

Updated firebase-cocoapods to "11.1.0" #592

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Merged
merged 1 commit into from
Aug 29, 2024
Merged

Updated firebase-cocoapods to "11.1.0" #592

merged 1 commit into from
Aug 29, 2024

Conversation

siarhei-luskanau
Copy link
Contributor

No description provided.

@siarhei-luskanau
Copy link
Contributor Author

@Daeda88 Hi, I see you have approved the PR.
This PR contains the compilation error in firebase-auth/src/iosMain/kotlin/dev/gitlive/firebase/auth/auth.kt file. I can't resolve some imports

@Daeda88
Copy link
Contributor

Daeda88 commented Aug 28, 2024

Ill try and have a look to see if I can understand why

@Daeda88
Copy link
Contributor

Daeda88 commented Aug 28, 2024

@siarhei-luskanau I checked out your branch. The reason its failing is because the FIRAuthErrorCode enum was moved to Swift and Kotlin Native is not able to resolve it. I think the only way to solve it is by replacing the enum codes with the actual values https://github.com/firebase/firebase-ios-sdk/blob/2f6ac4c2c61cd57c7ea727009e187b7e1163d613/FirebaseAuth/Sources/Swift/Utilities/AuthErrors.swift#L51

I recall someone ran into a similar issue for another module, but I cannot find it. Maybe @nbransby remembers.

@nbransby nbransby merged commit ba73861 into GitLiveApp:master Aug 29, 2024
50 checks passed
@siarhei-luskanau siarhei-luskanau deleted the firebase-cocoapods-11.1.0 branch August 29, 2024 20:48
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants