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 9.0.0 Functions Error Code Regressions #9862

Merged
merged 1 commit into from
May 31, 2022
Merged

Conversation

paulb777
Copy link
Member

Fix #9855

The INVLID_ARGUMENT typo caused #9855. I also noticed a few other typos from porting FUNError.m to FunctionsError.swift.

Added a variation of the react-native integration test that found this issue.

Copy link
Contributor

@mikehardy mikehardy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice! I approve, completely without authority ;-)

@paulb777 paulb777 requested a review from ncooke3 May 31, 2022 00:57
@paulb777 paulb777 merged commit 1658c40 into master May 31, 2022
@paulb777 paulb777 deleted the pb-func-errorcode-typos branch May 31, 2022 15:09
mikehardy added a commit to invertase/react-native-firebase that referenced this pull request Jun 19, 2022
This was a regression between firebase-ios-sdk < v9 and >= v9.1.0

can revert with firebase-ios-sdk > 9.1.0 - firebase/firebase-ios-sdk#9862
mikehardy added a commit to invertase/react-native-firebase that referenced this pull request Jun 19, 2022
This was a regression between firebase-ios-sdk < v9 and >= v9.1.0

can revert with firebase-ios-sdk > 9.1.0 - firebase/firebase-ios-sdk#9862
mikehardy added a commit to invertase/react-native-firebase that referenced this pull request Jun 19, 2022
This was a regression between firebase-ios-sdk < v9 and >= v9.1.0

can revert with firebase-ios-sdk > 9.1.0 - firebase/firebase-ios-sdk#9862

BREAKING CHANGE: if your firebase functions return custom HttpsError instances, you must not upgrade yet,
custom errors suffered a regression in firebase-ios-sdk 9.0.0 and 9.1.0. The next firebase-ios-sdk release
fixes this regression, at which point you may safely use this release in combination with overriding the firebase-ios-sdk
version in your Podfile
mikehardy added a commit to invertase/react-native-firebase that referenced this pull request Jun 19, 2022
This was a regression between firebase-ios-sdk < v9 and >= v9.1.0

can revert with firebase-ios-sdk > 9.1.0 - firebase/firebase-ios-sdk#9862

BREAKING CHANGE: if your firebase functions return custom HttpsError instances, you must not upgrade yet,
custom errors suffered a regression in firebase-ios-sdk 9.0.0 and 9.1.0. The next firebase-ios-sdk release
fixes this regression, at which point you may safely use this release in combination with overriding the firebase-ios-sdk
version in your Podfile
mikehardy added a commit to invertase/react-native-firebase that referenced this pull request Jun 20, 2022
This was a regression between firebase-ios-sdk < v9 and >= v9.1.0

can revert with firebase-ios-sdk > 9.1.0 - firebase/firebase-ios-sdk#9862

BREAKING CHANGE: if your firebase functions return custom HttpsError instances, you must not upgrade yet,
custom errors suffered a regression in firebase-ios-sdk 9.0.0 and 9.1.0. The next firebase-ios-sdk release
fixes this regression, at which point you may safely use this release in combination with overriding the firebase-ios-sdk
version in your Podfile
mikehardy added a commit to invertase/react-native-firebase that referenced this pull request Jun 20, 2022
This was a regression between firebase-ios-sdk < v9 and >= v9.1.0

can revert with firebase-ios-sdk > 9.1.0 - firebase/firebase-ios-sdk#9862

BREAKING CHANGE: if your firebase functions return custom HttpsError instances, you must not upgrade yet,
custom errors suffered a regression in firebase-ios-sdk 9.0.0 and 9.1.0. The next firebase-ios-sdk release
fixes this regression, at which point you may safely use this release in combination with overriding the firebase-ios-sdk
version in your Podfile
mikehardy added a commit to invertase/react-native-firebase that referenced this pull request Jun 20, 2022
This was a regression between firebase-ios-sdk < v9 and >= v9.1.0

can revert with firebase-ios-sdk > 9.1.0 - firebase/firebase-ios-sdk#9862

BREAKING CHANGE: if your firebase functions return custom HttpsError instances, you must not upgrade yet,
custom errors suffered a regression in firebase-ios-sdk 9.0.0 and 9.1.0. The next firebase-ios-sdk release
fixes this regression, at which point you may safely use this release in combination with overriding the firebase-ios-sdk
version in your Podfile
@firebase firebase locked and limited conversation to collaborators Jul 1, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Functions custom HttpsError regression from v8 to v9
4 participants