Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

fix(auth, ios): demonstrate test integration of upstream fix 13772 #8054

Closed
wants to merge 1 commit into from

Conversation

mikehardy
Copy link
Collaborator

This is not for merge

This is a demonstration of how to patch a source file integrated via cocoapods in a react-native context

It should handle these cases:

  • no tools installed (that is, there are things like [cocoapods-patch](https://github.com/DoubleSymmetry/cocoapods-patch) but you have to install things, that is unwanted
  • patch is already applied (using --forward and the (command || true) construction in patch call means it will silently proceed without a non-zero exit code, even if patch is already applied)

Doing something like this in your project may help you test-integrate the upstream fix to see if it stops the crashing for you

See related discussion at firebase/firebase-ios-sdk#13761

@mikehardy mikehardy added platform: ios blocked: firebase-sdk Pending a confirmed fix landing on the official native sdk's (iOS/Android). blocked: do-not-merge Do not merge this issue without approval by the person who labelled this issue as Do Not Merge labels Oct 9, 2024
@mikehardy mikehardy marked this pull request as draft October 9, 2024 16:44
Copy link

vercel bot commented Oct 9, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
react-native-firebase ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 9, 2024 4:48pm

@mikehardy
Copy link
Collaborator Author

This was never intended for merge - it was for demonstration only - and I will close it now

@mikehardy mikehardy closed this Oct 31, 2024
@mikehardy mikehardy deleted the test-integrate-ios-sdk-13772-fix branch November 14, 2024 14:14
@mikehardy mikehardy added resolution: fixed A fix has been merged into main. and removed Needs Attention labels Nov 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocked: do-not-merge Do not merge this issue without approval by the person who labelled this issue as Do Not Merge blocked: firebase-sdk Pending a confirmed fix landing on the official native sdk's (iOS/Android). platform: ios resolution: fixed A fix has been merged into main.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant