Skip to content

Commit c637c11

Browse files
committed
Fix undocumented symbols in public SDKs
1 parent 70b9feb commit c637c11

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

Firebase/Auth/Source/Public/FIRFederatedAuthProvider.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@
2424

2525
NS_ASSUME_NONNULL_BEGIN
2626

27+
/**
28+
Utility class for constructing federated auth provider credentials.
29+
*/
2730
NS_SWIFT_NAME(FederatedAuthProvider)
2831
@protocol FIRFederatedAuthProvider <NSObject>
2932

Firebase/Messaging/Public/FIRMessagingExtensionHelper.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@
2121

2222
NS_ASSUME_NONNULL_BEGIN
2323

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

0 commit comments

Comments
 (0)