We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6932e8 commit 92d44ffCopy full SHA for 92d44ff
packages-exp/auth-exp/src/core/user/reload.ts
@@ -17,7 +17,10 @@
17
18
import * as externs from '@firebase/auth-types-exp';
19
20
-import { getAccountInfo, ProviderUserInfo } from '../../api/account_management/account';
+import {
21
+ getAccountInfo,
22
+ ProviderUserInfo
23
+} from '../../api/account_management/account';
24
import { User } from '../../model/user';
25
import { ProviderId } from '../providers';
26
import { assert } from '../util/assert';
0 commit comments