Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions Firebase/Auth/Source/Public/FIRFederatedAuthProvider.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@

NS_ASSUME_NONNULL_BEGIN

/**
Utility type for constructing federated auth provider credentials.
*/
NS_SWIFT_NAME(FederatedAuthProvider)
@protocol FIRFederatedAuthProvider <NSObject>

Expand Down
4 changes: 4 additions & 0 deletions Firebase/Messaging/Public/FIRMessagingExtensionHelper.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@

NS_ASSUME_NONNULL_BEGIN

/// This class is used to automatically populate a notification with an image if it is
/// specified in the notification body via the `image` parameter. Images and other
/// rich content can be populated manually without the use of this class. See the
/// `UNNotificationServiceExtension` type for more details.
__IOS_AVAILABLE(10.0) __OSX_AVAILABLE(10.14)
@interface FIRMessagingExtensionHelper : NSObject

Expand Down