parent
a633dab4a2
commit
d005e2f0aa
|
@ -104,7 +104,7 @@ RCT_EXPORT_METHOD(signOut:
|
|||
(RCTPromiseRejectBlock) reject) {
|
||||
FIRApp *firApp = [FIRApp appNamed:appName];
|
||||
|
||||
FIRUser *user = [FIRAuth auth].currentUser;
|
||||
FIRUser *user = [FIRAuth authWithApp:firApp].currentUser;
|
||||
|
||||
if (user) {
|
||||
NSError *error;
|
||||
|
|
Loading…
Reference in New Issue