File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed
packages-exp/app-check-exp/src Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 15
15
* limitations under the License.
16
16
*/
17
17
18
- import { AppCheck , AppCheckOptions , AppCheckTokenResult } from './public-types' ;
18
+ import {
19
+ AppCheck ,
20
+ AppCheckOptions ,
21
+ AppCheckTokenResult ,
22
+ Unsubscribe ,
23
+ PartialObserver
24
+ } from './public-types' ;
19
25
import { ERROR_FACTORY , AppCheckError } from './errors' ;
20
26
import { getState , setState , AppCheckState } from './state' ;
21
27
import { FirebaseApp , getApp , _getProvider } from '@firebase/app-exp' ;
22
- import {
23
- getModularInstance ,
24
- ErrorFn ,
25
- NextFn ,
26
- PartialObserver ,
27
- Unsubscribe
28
- } from '@firebase/util' ;
28
+ import { getModularInstance , ErrorFn , NextFn } from '@firebase/util' ;
29
29
import { AppCheckService } from './factory' ;
30
30
import { AppCheckProvider , ListenerType } from './types' ;
31
31
import {
@@ -41,7 +41,6 @@ declare module '@firebase/component' {
41
41
}
42
42
43
43
export { ReCaptchaV3Provider , CustomProvider } from './providers' ;
44
- export { PartialObserver , Unsubscribe } ; // from @firebase /util
45
44
46
45
/**
47
46
* Activate App Check for the given app. Can be called only once per app.
Original file line number Diff line number Diff line change 17
17
18
18
import { FirebaseApp } from '@firebase/app-exp' ;
19
19
import { CustomProvider , ReCaptchaV3Provider } from './providers' ;
20
+ export { Unsubscribe , PartialObserver } from '@firebase/util' ;
20
21
21
22
/**
22
23
* The Firebase App Check service interface.
You can’t perform that action at this time.
0 commit comments