File tree Expand file tree Collapse file tree 6 files changed +8
-8
lines changed
packages-exp/messaging-exp/src Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 15
15
* limitations under the License.
16
16
*/
17
17
18
- import { MessagePayload } from '@firebase/messaging-types' ;
18
+ import { MessagePayload } from '@firebase/messaging-types-exp ' ;
19
19
import { MessagePayloadInternal } from '../interfaces/internal-message-payload' ;
20
20
import { expect } from 'chai' ;
21
21
import { externalizePayload } from './externalizePayload' ;
Original file line number Diff line number Diff line change 15
15
* limitations under the License.
16
16
*/
17
17
18
- import { MessagePayload } from '@firebase/messaging-types' ;
18
+ import { MessagePayload } from '@firebase/messaging-types-exp ' ;
19
19
import { MessagePayloadInternal } from '../interfaces/internal-message-payload' ;
20
20
21
21
export function externalizePayload (
Original file line number Diff line number Diff line change 18
18
import '../testing/setup' ;
19
19
20
20
import { AppConfig } from '../interfaces/app-config' ;
21
- import { FirebaseApp } from '@firebase/app-types' ;
21
+ import { FirebaseApp } from '@firebase/app-types-exp ' ;
22
22
import { expect } from 'chai' ;
23
23
import { extractAppConfig } from './extract-app-config' ;
24
24
import { getFakeApp } from '../testing/fakes/firebase-dependencies' ;
Original file line number Diff line number Diff line change 16
16
*/
17
17
18
18
import { ERROR_FACTORY , ErrorCode } from '../util/errors' ;
19
- import { FirebaseApp , FirebaseOptions } from '@firebase/app-types' ;
19
+ import { FirebaseApp , FirebaseOptions } from '@firebase/app-types-exp ' ;
20
20
21
21
import { AppConfig } from '../interfaces/app-config' ;
22
22
import { FirebaseError } from '@firebase/util' ;
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ import {
25
25
} from '@firebase/component' ;
26
26
import { ERROR_FACTORY , ErrorCode } from './util/errors' ;
27
27
28
- import { FirebaseMessaging } from '@firebase/messaging-types' ;
28
+ import { FirebaseMessaging } from '@firebase/messaging-types-exp ' ;
29
29
import { MessagingService } from './api' ;
30
30
import { _FirebaseNamespace } from '@firebase/app-types/private' ;
31
31
import { _registerComponent } from '@firebase/app-exp' ;
@@ -38,7 +38,7 @@ const NAMESPACE_EXPORTS = {
38
38
/**
39
39
* Define extension behavior of `registerMessaging`
40
40
*/
41
- declare module '@firebase/app-types' {
41
+ declare module '@firebase/app-types-exp ' {
42
42
interface FirebaseNamespace {
43
43
messaging : {
44
44
( app ?: FirebaseApp ) : FirebaseMessaging ;
Original file line number Diff line number Diff line change 17
17
18
18
import { AppConfig } from './app-config' ;
19
19
import { FirebaseAnalyticsInternalName } from '@firebase/analytics-interop-types' ;
20
- import { FirebaseApp } from '@firebase/app-types' ;
21
- import { FirebaseInstallations } from '@firebase/installations-types' ;
20
+ import { FirebaseApp } from '@firebase/app-types-exp ' ;
21
+ import { FirebaseInstallations } from '@firebase/installations-types-exp ' ;
22
22
import { Provider } from '@firebase/component' ;
23
23
24
24
export interface FirebaseInternalDependencies {
You can’t perform that action at this time.
0 commit comments