Skip to content

Commit d1c3a1f

Browse files
firebase-workflow-trigger[bot]firebase-workflow-trigger-bot
and
firebase-workflow-trigger-bot
authored
Update mobile dependencies - Mon Aug 05 2024 (#1633)
> Created by [Update Android and iOS dependencies workflow](https://github.com/firebase/firebase-cpp-sdk/actions/runs/10253013848). Co-authored-by: firebase-workflow-trigger-bot <firebase-workflow-trigger-bot@google.com>
1 parent bb8ee5d commit d1c3a1f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: ios_pod/swift_headers/FirebaseAuth-Swift.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -2521,7 +2521,7 @@ SWIFT_AVAILABILITY(watchos, introduced = 7)
25212521
/// Profile data for each identity provider, if any.
25222522
/// This data is cached on sign-in and updated when linking or unlinking.
25232523
@property(nonatomic, readonly, copy)
2524-
NSArray<id<FIRUserInfo> > *_Nonnull providerData;
2524+
NSArray<id<FIRUserInfo>> *_Nonnull providerData;
25252525
/// Metadata associated with the Firebase user in question.
25262526
@property(nonatomic, readonly, strong) FIRUserMetadata *_Nonnull metadata;
25272527
/// The tenant ID of the current user. <code>nil</code> if none is available.
@@ -5549,7 +5549,7 @@ SWIFT_AVAILABILITY(watchos, introduced = 7)
55495549
/// Profile data for each identity provider, if any.
55505550
/// This data is cached on sign-in and updated when linking or unlinking.
55515551
@property(nonatomic, readonly, copy)
5552-
NSArray<id<FIRUserInfo> > *_Nonnull providerData;
5552+
NSArray<id<FIRUserInfo>> *_Nonnull providerData;
55535553
/// Metadata associated with the Firebase user in question.
55545554
@property(nonatomic, readonly, strong) FIRUserMetadata *_Nonnull metadata;
55555555
/// The tenant ID of the current user. <code>nil</code> if none is available.

0 commit comments

Comments
 (0)