Skip to content

Commit

Permalink
Update mobile dependencies - Mon Aug 05 2024
Browse files Browse the repository at this point in the history
> Created by [Update Android and iOS dependencies workflow](https://github.com/firebase/firebase-cpp-sdk/actions/runs/10253013848).
  • Loading branch information
firebase-workflow-trigger-bot committed Aug 5, 2024
1 parent bb8ee5d commit 9c7dac9
Showing 1 changed file with 2 additions and 2 deletions.
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

0 comments on commit 9c7dac9

Please sign in to comment.