Skip to content

Commit

Permalink
fix(auth): set the tenant id on iOS FIRAuth instance (#11427)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rexios80 committed Aug 15, 2023
1 parent bd89304 commit 15f3cf5
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -609,6 +609,8 @@ - (FIRAuth *_Nullable)getFIRAuthFromAppNameFromPigeon:(PigeonFirebaseApp *)pigeo
FIRApp *app = [FLTFirebasePlugin firebaseAppNamed:pigeonApp.appName];
FIRAuth *auth = [FIRAuth authWithApp:app];

auth.tenantID = pigeonApp.tenantId;

return auth;
}

Expand Down

0 comments on commit 15f3cf5

Please sign in to comment.