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

docs: create a Swift version example of the ios-notification-images doc #8185

Merged
merged 3 commits into from
Dec 17, 2024

Conversation

petetnt
Copy link
Contributor

@petetnt petetnt commented Dec 11, 2024

Description

This PR is sort of follow up for #8184. This PR adds Swift version of the same steps described in the document so others don't have to convert the example steps manually like I did.

Release Summary

docs: added a Swift version example of the ios-notification-images.md doc

Checklist

  • I read the Contributor Guide and followed the process outlined there for submitting PRs.
    • Yes
  • My change supports the following platforms;
    • Android
    • iOS
  • My change includes tests;
    • e2e tests added or updated in packages/\*\*/e2e
    • jest tests added or updated in packages/\*\*/__tests__
  • I have updated TypeScript types that are affected by my change.
  • This is a breaking change;
    • Yes
    • No

Test Plan

Run the steps in the doc, build the app, check that the image shows up

Copy link

vercel bot commented Dec 11, 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 Dec 17, 2024 9:39pm


```diff
import UserNotifications
+ import Firebase
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Not 100% sure why the import here is Firebase instead of FirebaseMessaging - by following the steps in the doc, only Firebase is available.

Copy link
Collaborator

@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.

LGTM, thank you!

@mikehardy mikehardy added the Workflow: Pending Merge Waiting on CI or similar label Dec 17, 2024
@mikehardy
Copy link
Collaborator

fixed trivial lint issue and re-pushed

@mikehardy mikehardy merged commit 6874d2e into invertase:main Dec 17, 2024
10 checks passed
@mikehardy mikehardy removed the Workflow: Pending Merge Waiting on CI or similar label Dec 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants