-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Display custom FIAMs with SwiftUI #7496
Conversation
Generated by 🚫 Danger |
Coverage ReportAffected SDKs
Test Logs
|
FirebaseInAppMessaging/Swift/Source/CustomInAppMessageDisplayViewModifier.swift
Outdated
Show resolved
Hide resolved
FirebaseInAppMessaging/Swift/Source/CustomInAppMessageDisplayViewModifier.swift
Outdated
Show resolved
Hide resolved
FirebaseInAppMessaging/Swift/Source/CustomInAppMessageDisplayViewModifier.swift
Outdated
Show resolved
Hide resolved
FirebaseInAppMessaging/Swift/Source/CustomInAppMessageDisplayViewModifier.swift
Outdated
Show resolved
Hide resolved
FirebaseInAppMessaging/Swift/Source/CustomInAppMessageDisplayViewModifier.swift
Outdated
Show resolved
Hide resolved
This builds, but with unit tests disabled. Going to have to find a way to initialize a mock |
FirebaseInAppMessaging/Sources/Public/FirebaseInAppMessaging/FIRInAppMessagingRendering.h
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM - deferring approval to @ryanwilson for API approval
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just the API review and a few small nits but otherwise LGTM!
FirebaseInAppMessaging/Swift/Source/CustomInAppMessageDisplayViewModifier.swift
Outdated
Show resolved
Hide resolved
FirebaseInAppMessaging/Swift/Source/CustomInAppMessageDisplayViewModifier.swift
Outdated
Show resolved
Hide resolved
FirebaseInAppMessaging/Swift/Source/CustomInAppMessageDisplayViewModifier.swift
Show resolved
Hide resolved
FirebaseInAppMessaging/Swift/Source/CustomInAppMessageDisplayViewModifier.swift
Show resolved
Hide resolved
FirebaseInAppMessaging/Swift/Source/CustomInAppMessageDisplayViewModifier.swift
Show resolved
Hide resolved
FirebaseInAppMessaging/Swift/Tests/Integration/FIAMSwiftUI/Shared/ContentView.swift
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for working through the comments!
Hey all, opening this PR up early to facilitate API review.
I'll add a test project as well-- for now, see the Code Samples section of the API review document for usage.