File tree Expand file tree Collapse file tree 3 files changed +0
-3
lines changed
platform_browser/strategies Expand file tree Collapse file tree 3 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,6 @@ import { _castAuth } from '../auth/auth_impl';
23
23
import { OperationType } from '../../model/enums' ;
24
24
import { _isFirebaseServerApp } from '@firebase/app' ;
25
25
import { _serverAppCurrentUserOperationNotSupportedError } from '../../core/util/assert' ;
26
- import { AuthErrorCode } from '../../core/errors' ;
27
26
28
27
/**
29
28
* Asynchronously signs in as an anonymous user.
Original file line number Diff line number Diff line change @@ -29,7 +29,6 @@ import { getModularInstance } from '@firebase/util';
29
29
import { OperationType } from '../../model/enums' ;
30
30
import { _isFirebaseServerApp } from '@firebase/app' ;
31
31
import { _serverAppCurrentUserOperationNotSupportedError } from '../../core/util/assert' ;
32
- import { AuthErrorCode } from '../../core/errors' ;
33
32
34
33
export async function _signInWithCredential (
35
34
auth : AuthInternal ,
Original file line number Diff line number Diff line change @@ -40,7 +40,6 @@ import {
40
40
import { FederatedAuthProvider } from '../../core/providers/federated' ;
41
41
import { getModularInstance } from '@firebase/util' ;
42
42
import { _isFirebaseServerApp } from '@firebase/app' ;
43
- import { AuthErrorCode } from '../../core/errors' ;
44
43
45
44
/**
46
45
* Authenticates a Firebase client using a full-page redirect flow.
You can’t perform that action at this time.
0 commit comments