diff --git a/ios_pod/swift_headers/FirebaseAuth-Swift.h b/ios_pod/swift_headers/FirebaseAuth-Swift.h index 4e06d458dc..6c75f30568 100644 --- a/ios_pod/swift_headers/FirebaseAuth-Swift.h +++ b/ios_pod/swift_headers/FirebaseAuth-Swift.h @@ -2521,7 +2521,7 @@ SWIFT_AVAILABILITY(watchos, introduced = 7) /// Profile data for each identity provider, if any. /// This data is cached on sign-in and updated when linking or unlinking. @property(nonatomic, readonly, copy) - NSArray > *_Nonnull providerData; + NSArray> *_Nonnull providerData; /// Metadata associated with the Firebase user in question. @property(nonatomic, readonly, strong) FIRUserMetadata *_Nonnull metadata; /// The tenant ID of the current user. nil if none is available. @@ -5549,7 +5549,7 @@ SWIFT_AVAILABILITY(watchos, introduced = 7) /// Profile data for each identity provider, if any. /// This data is cached on sign-in and updated when linking or unlinking. @property(nonatomic, readonly, copy) - NSArray > *_Nonnull providerData; + NSArray> *_Nonnull providerData; /// Metadata associated with the Firebase user in question. @property(nonatomic, readonly, strong) FIRUserMetadata *_Nonnull metadata; /// The tenant ID of the current user. nil if none is available.