-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Closed
Labels
blocked: customer-responseWaiting for customer response, e.g. more information was requested.Waiting for customer response, e.g. more information was requested.type: bugSomething isn't workingSomething isn't working
Description
Refresh bool is hard coded to YES for ios. Android uses the bool as expected.
} else if ([@"getIdToken" isEqualToString:call.method]) {
[[FIRAuth auth].currentUser
getIDTokenForcingRefresh:YES
completion:^(NSString *_Nullable token, NSError *_Nullable error) {
result(error != nil ? error.flutterError : token);
}];
Metadata
Metadata
Assignees
Labels
blocked: customer-responseWaiting for customer response, e.g. more information was requested.Waiting for customer response, e.g. more information was requested.type: bugSomething isn't workingSomething isn't working