Skip to content

Update mobile dependencies - Mon Aug 05 2024 #1633

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 5, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ios_pod/swift_headers/FirebaseAuth-Swift.h
Original file line number Diff line number Diff line change
Expand Up @@ -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<id<FIRUserInfo> > *_Nonnull providerData;
NSArray<id<FIRUserInfo>> *_Nonnull providerData;
/// Metadata associated with the Firebase user in question.
@property(nonatomic, readonly, strong) FIRUserMetadata *_Nonnull metadata;
/// The tenant ID of the current user. <code>nil</code> if none is available.
Expand Down Expand Up @@ -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<id<FIRUserInfo> > *_Nonnull providerData;
NSArray<id<FIRUserInfo>> *_Nonnull providerData;
/// Metadata associated with the Firebase user in question.
@property(nonatomic, readonly, strong) FIRUserMetadata *_Nonnull metadata;
/// The tenant ID of the current user. <code>nil</code> if none is available.
Expand Down
Loading