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