File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 1+ # Unreleased
2+ - [ fixed] Auth emulator now works across the local network. (#7350 )
3+
14# 7.4.0
25- [ fixed] Check if the reverse client ID is configured as a custom URL scheme before setting it as the callback scheme. (#7211 )
36- [ added] Add ability to sync auth state across devices. (#6924 )
Original file line number Diff line number Diff line change @@ -654,6 +654,7 @@ - (void)asyncPostToURLWithRequestConfiguration:(FIRAuthRequestConfiguration *)re
654654 NSString *emulatorHostAndPort = requestConfiguration.emulatorHostAndPort ;
655655 if (emulatorHostAndPort) {
656656 fetcher.allowLocalhostRequest = YES ;
657+ fetcher.allowedInsecureSchemes = @[ @" http" ];
657658 }
658659 fetcher.bodyData = body;
659660 [fetcher beginFetchWithCompletionHandler: handler];
You can’t perform that action at this time.
0 commit comments