@@ -2521,7 +2521,7 @@ SWIFT_AVAILABILITY(watchos, introduced = 7)
2521
2521
/// Profile data for each identity provider, if any.
2522
2522
/// This data is cached on sign-in and updated when linking or unlinking.
2523
2523
@property(nonatomic, readonly, copy)
2524
- NSArray<id<FIRUserInfo> > *_Nonnull providerData;
2524
+ NSArray<id<FIRUserInfo>> *_Nonnull providerData;
2525
2525
/// Metadata associated with the Firebase user in question.
2526
2526
@property(nonatomic, readonly, strong) FIRUserMetadata *_Nonnull metadata;
2527
2527
/// The tenant ID of the current user. <code>nil</code> if none is available.
@@ -5549,7 +5549,7 @@ SWIFT_AVAILABILITY(watchos, introduced = 7)
5549
5549
/// Profile data for each identity provider, if any.
5550
5550
/// This data is cached on sign-in and updated when linking or unlinking.
5551
5551
@property(nonatomic, readonly, copy)
5552
- NSArray<id<FIRUserInfo> > *_Nonnull providerData;
5552
+ NSArray<id<FIRUserInfo>> *_Nonnull providerData;
5553
5553
/// Metadata associated with the Firebase user in question.
5554
5554
@property(nonatomic, readonly, strong) FIRUserMetadata *_Nonnull metadata;
5555
5555
/// The tenant ID of the current user. <code>nil</code> if none is available.
0 commit comments