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

[#8482] Fixed Crash Caused by Invalid IAM Image URL #8483

Merged
merged 1 commit into from
Aug 9, 2021
Merged

[#8482] Fixed Crash Caused by Invalid IAM Image URL #8483

merged 1 commit into from
Aug 9, 2021

Conversation

yakovmanshin
Copy link
Contributor

[Closes #8482]

  • Fixed a bug where an invalid image URL string in an in-app message crashed the client app
  • A URL string is considered invalid if the [NSURL URLWithString:] method produces nil

* Fixed a bug where an invalid image URL string in an in-app message crashed the client app
* A URL string is considered invalid if the `[NSURL URLWithString:]` method produces `nil`
@google-cla google-cla bot added the cla: yes label Aug 3, 2021
@paulb777
Copy link
Member

paulb777 commented Aug 3, 2021

Thanks for the PR! Note, the CI failure can be ignored since its a known issue due to #7476

@yakovmanshin
Copy link
Contributor Author

Hey @eldhosembabu! Could you have a look?

@paulb777 paulb777 merged commit 33ce2c2 into firebase:master Aug 9, 2021
@yakovmanshin yakovmanshin deleted the 8482-fixed-invalid-iam-image-url-crash branch August 9, 2021 18:51
@firebase firebase locked and limited conversation to collaborators Sep 9, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
api: inappmessaging Firebase In App Messaging cla: yes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Invalid image URL crashes the client app
4 participants