@angular/fire 19.2.0 → 20.0.0-rc.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (210) hide show
  1. package/ai/index.d.ts +32 -5
  2. package/analytics/index.d.ts +87 -5
  3. package/app/index.d.ts +36 -5
  4. package/app-check/index.d.ts +33 -5
  5. package/auth/index.d.ts +86 -5
  6. package/auth-guard/index.d.ts +43 -5
  7. package/compat/analytics/index.d.ts +52 -5
  8. package/compat/auth/index.d.ts +58 -5
  9. package/compat/auth-guard/index.d.ts +44 -5
  10. package/compat/database/index.d.ts +107 -3
  11. package/compat/firestore/index.d.ts +450 -3
  12. package/compat/functions/index.d.ts +31 -5
  13. package/compat/index.d.ts +57 -5
  14. package/compat/messaging/index.d.ts +32 -5
  15. package/compat/performance/index.d.ts +43 -5
  16. package/compat/remote-config/index.d.ts +64 -5
  17. package/compat/storage/index.d.ts +104 -3
  18. package/data-connect/index.d.ts +34 -5
  19. package/database/index.d.ts +77 -5
  20. package/fesm2022/angular-fire-ai.mjs +4 -4
  21. package/fesm2022/angular-fire-analytics.mjs +10 -10
  22. package/fesm2022/angular-fire-app-check.mjs +4 -4
  23. package/fesm2022/angular-fire-app.mjs +5 -5
  24. package/fesm2022/angular-fire-auth-guard.mjs +7 -7
  25. package/fesm2022/angular-fire-auth.mjs +4 -4
  26. package/fesm2022/angular-fire-compat-analytics.mjs +14 -14
  27. package/fesm2022/angular-fire-compat-auth-guard.mjs +7 -7
  28. package/fesm2022/angular-fire-compat-auth.mjs +8 -8
  29. package/fesm2022/angular-fire-compat-database.mjs +9 -9
  30. package/fesm2022/angular-fire-compat-firestore.mjs +9 -9
  31. package/fesm2022/angular-fire-compat-functions.mjs +8 -8
  32. package/fesm2022/angular-fire-compat-messaging.mjs +8 -8
  33. package/fesm2022/angular-fire-compat-messaging.mjs.map +1 -1
  34. package/fesm2022/angular-fire-compat-performance.mjs +11 -11
  35. package/fesm2022/angular-fire-compat-remote-config.mjs +8 -8
  36. package/fesm2022/angular-fire-compat-storage.mjs +16 -16
  37. package/fesm2022/angular-fire-compat.mjs +5 -5
  38. package/fesm2022/angular-fire-data-connect.mjs +4 -4
  39. package/fesm2022/angular-fire-database.mjs +4 -4
  40. package/fesm2022/angular-fire-firestore-lite.mjs +4 -4
  41. package/fesm2022/angular-fire-firestore.mjs +4 -4
  42. package/fesm2022/angular-fire-functions.mjs +4 -4
  43. package/fesm2022/angular-fire-messaging.mjs +4 -4
  44. package/fesm2022/angular-fire-performance.mjs +4 -4
  45. package/fesm2022/angular-fire-remote-config.mjs +4 -4
  46. package/fesm2022/angular-fire-storage.mjs +4 -4
  47. package/fesm2022/angular-fire-vertexai.mjs +4 -4
  48. package/fesm2022/angular-fire.mjs +9 -6
  49. package/fesm2022/angular-fire.mjs.map +1 -1
  50. package/firestore/index.d.ts +99 -5
  51. package/firestore/lite/index.d.ts +77 -5
  52. package/functions/index.d.ts +35 -5
  53. package/index.d.ts +34 -3
  54. package/messaging/index.d.ts +33 -5
  55. package/package.json +13 -13
  56. package/performance/index.d.ts +40 -5
  57. package/publish.sh +1 -1
  58. package/remote-config/index.d.ts +48 -5
  59. package/schematics/add/index.js +1 -1
  60. package/schematics/deploy/actions.js +76 -86
  61. package/schematics/deploy/builder.js +166 -176
  62. package/schematics/setup/index.js +147 -162
  63. package/schematics/update/v7/index.js +1 -1
  64. package/storage/index.d.ts +47 -5
  65. package/vertexai/index.d.ts +33 -5
  66. package/ai/ai.d.ts +0 -13
  67. package/ai/ai.module.d.ts +0 -15
  68. package/ai/firebase.d.ts +0 -6
  69. package/ai/public_api.d.ts +0 -3
  70. package/analytics/analytics.d.ts +0 -13
  71. package/analytics/analytics.module.d.ts +0 -17
  72. package/analytics/firebase.d.ts +0 -14
  73. package/analytics/public_api.d.ts +0 -5
  74. package/analytics/screen-tracking.service.d.ts +0 -40
  75. package/analytics/user-tracking.service.d.ts +0 -11
  76. package/app/app.d.ts +0 -12
  77. package/app/app.module.d.ts +0 -14
  78. package/app/firebase.d.ts +0 -10
  79. package/app/public_api.d.ts +0 -3
  80. package/app-check/app-check.d.ts +0 -13
  81. package/app-check/app-check.module.d.ts +0 -15
  82. package/app-check/firebase.d.ts +0 -7
  83. package/app-check/public_api.d.ts +0 -3
  84. package/auth/auth.d.ts +0 -13
  85. package/auth/auth.module.d.ts +0 -15
  86. package/auth/firebase.d.ts +0 -55
  87. package/auth/public_api.d.ts +0 -4
  88. package/auth/rxfire.d.ts +0 -4
  89. package/auth-guard/auth-guard.d.ts +0 -29
  90. package/auth-guard/auth-guard.module.d.ts +0 -7
  91. package/auth-guard/public_api.d.ts +0 -2
  92. package/compat/analytics/analytics.d.ts +0 -22
  93. package/compat/analytics/analytics.module.d.ts +0 -10
  94. package/compat/analytics/base.d.ts +0 -8
  95. package/compat/analytics/public_api.d.ts +0 -4
  96. package/compat/analytics/screen-tracking.service.d.ts +0 -13
  97. package/compat/analytics/user-tracking.service.d.ts +0 -12
  98. package/compat/auth/auth.d.ts +0 -50
  99. package/compat/auth/auth.module.d.ts +0 -7
  100. package/compat/auth/base.d.ts +0 -36
  101. package/compat/auth/public_api.d.ts +0 -3
  102. package/compat/auth-guard/auth-guard.d.ts +0 -31
  103. package/compat/auth-guard/auth-guard.module.d.ts +0 -7
  104. package/compat/auth-guard/public_api.d.ts +0 -2
  105. package/compat/cache.d.ts +0 -1
  106. package/compat/database/database.d.ts +0 -28
  107. package/compat/database/database.module.d.ts +0 -7
  108. package/compat/database/interfaces.d.ts +0 -62
  109. package/compat/database/list/audit-trail.d.ts +0 -3
  110. package/compat/database/list/changes.d.ts +0 -3
  111. package/compat/database/list/create-reference.d.ts +0 -4
  112. package/compat/database/list/data-operation.d.ts +0 -2
  113. package/compat/database/list/remove.d.ts +0 -2
  114. package/compat/database/list/snapshot-changes.d.ts +0 -3
  115. package/compat/database/list/state-changes.d.ts +0 -3
  116. package/compat/database/list/utils.d.ts +0 -1
  117. package/compat/database/object/create-reference.d.ts +0 -4
  118. package/compat/database/object/snapshot-changes.d.ts +0 -3
  119. package/compat/database/observable/fromRef.d.ts +0 -10
  120. package/compat/database/public_api.d.ts +0 -8
  121. package/compat/database/utils.d.ts +0 -14
  122. package/compat/firebase.app.d.ts +0 -6
  123. package/compat/firebase.app.module.d.ts +0 -14
  124. package/compat/firestore/collection/changes.d.ts +0 -22
  125. package/compat/firestore/collection/collection.d.ts +0 -90
  126. package/compat/firestore/collection-group/collection-group.d.ts +0 -65
  127. package/compat/firestore/document/document.d.ts +0 -74
  128. package/compat/firestore/firestore.d.ts +0 -131
  129. package/compat/firestore/firestore.module.d.ts +0 -13
  130. package/compat/firestore/interfaces.d.ts +0 -70
  131. package/compat/firestore/observable/fromRef.d.ts +0 -5
  132. package/compat/firestore/public_api.d.ts +0 -8
  133. package/compat/functions/base.d.ts +0 -5
  134. package/compat/functions/functions.d.ts +0 -21
  135. package/compat/functions/functions.module.d.ts +0 -7
  136. package/compat/functions/public_api.d.ts +0 -3
  137. package/compat/messaging/base.d.ts +0 -6
  138. package/compat/messaging/messaging.d.ts +0 -22
  139. package/compat/messaging/messaging.module.d.ts +0 -7
  140. package/compat/messaging/public_api.d.ts +0 -2
  141. package/compat/performance/base.d.ts +0 -6
  142. package/compat/performance/performance.d.ts +0 -26
  143. package/compat/performance/performance.module.d.ts +0 -9
  144. package/compat/performance/performance.service.d.ts +0 -9
  145. package/compat/performance/public_api.d.ts +0 -3
  146. package/compat/proxy.d.ts +0 -32
  147. package/compat/public_api.d.ts +0 -4
  148. package/compat/remote-config/base.d.ts +0 -17
  149. package/compat/remote-config/interfaces.d.ts +0 -2
  150. package/compat/remote-config/public_api.d.ts +0 -2
  151. package/compat/remote-config/remote-config.d.ts +0 -52
  152. package/compat/remote-config/remote-config.module.d.ts +0 -7
  153. package/compat/storage/interfaces.d.ts +0 -9
  154. package/compat/storage/observable/fromTask.d.ts +0 -3
  155. package/compat/storage/pipes/storageUrl.pipe.d.ts +0 -21
  156. package/compat/storage/public_api.d.ts +0 -6
  157. package/compat/storage/ref.d.ts +0 -20
  158. package/compat/storage/storage.d.ts +0 -31
  159. package/compat/storage/storage.module.d.ts +0 -8
  160. package/compat/storage/task.d.ts +0 -18
  161. package/core.d.ts +0 -6
  162. package/data-connect/data-connect.d.ts +0 -9
  163. package/data-connect/data-connect.module.d.ts +0 -13
  164. package/data-connect/firebase.d.ts +0 -12
  165. package/data-connect/public_api.d.ts +0 -3
  166. package/database/database.d.ts +0 -13
  167. package/database/database.module.d.ts +0 -15
  168. package/database/firebase.d.ts +0 -40
  169. package/database/public_api.d.ts +0 -4
  170. package/database/rxfire.d.ts +0 -10
  171. package/firestore/firebase.d.ts +0 -60
  172. package/firestore/firestore.d.ts +0 -13
  173. package/firestore/firestore.module.d.ts +0 -15
  174. package/firestore/lite/firebase.d.ts +0 -41
  175. package/firestore/lite/lite.d.ts +0 -13
  176. package/firestore/lite/lite.module.d.ts +0 -15
  177. package/firestore/lite/public_api.d.ts +0 -4
  178. package/firestore/lite/rxfire.d.ts +0 -9
  179. package/firestore/public_api.d.ts +0 -4
  180. package/firestore/rxfire.d.ts +0 -12
  181. package/functions/firebase.d.ts +0 -6
  182. package/functions/functions.d.ts +0 -13
  183. package/functions/functions.module.d.ts +0 -15
  184. package/functions/public_api.d.ts +0 -4
  185. package/functions/rxfire.d.ts +0 -2
  186. package/messaging/firebase.d.ts +0 -7
  187. package/messaging/messaging.d.ts +0 -13
  188. package/messaging/messaging.module.d.ts +0 -14
  189. package/messaging/public_api.d.ts +0 -3
  190. package/performance/firebase.d.ts +0 -5
  191. package/performance/performance.d.ts +0 -13
  192. package/performance/performance.module.d.ts +0 -15
  193. package/performance/public_api.d.ts +0 -4
  194. package/performance/rxfire.d.ts +0 -8
  195. package/public_api.d.ts +0 -2
  196. package/remote-config/firebase.d.ts +0 -15
  197. package/remote-config/public_api.d.ts +0 -4
  198. package/remote-config/remote-config.d.ts +0 -13
  199. package/remote-config/remote-config.module.d.ts +0 -15
  200. package/remote-config/rxfire.d.ts +0 -6
  201. package/storage/firebase.d.ts +0 -17
  202. package/storage/public_api.d.ts +0 -4
  203. package/storage/rxfire.d.ts +0 -3
  204. package/storage/storage.d.ts +0 -13
  205. package/storage/storage.module.d.ts +0 -15
  206. package/vertexai/firebase.d.ts +0 -6
  207. package/vertexai/public_api.d.ts +0 -3
  208. package/vertexai/vertexai.d.ts +0 -13
  209. package/vertexai/vertexai.module.d.ts +0 -15
  210. package/zones.d.ts +0 -26
@@ -1,7 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- export declare class AngularFireRemoteConfigModule {
3
- constructor();
4
- static ɵfac: i0.ɵɵFactoryDeclaration<AngularFireRemoteConfigModule, never>;
5
- static ɵmod: i0.ɵɵNgModuleDeclaration<AngularFireRemoteConfigModule, never, never, never>;
6
- static ɵinj: i0.ɵɵInjectorDeclaration<AngularFireRemoteConfigModule>;
7
- }
@@ -1,9 +0,0 @@
1
- import firebase from 'firebase/compat/app';
2
- export type UploadTask = firebase.storage.UploadTask;
3
- export type UploadTaskSnapshot = firebase.storage.UploadTaskSnapshot;
4
- export type UploadMetadata = firebase.storage.UploadMetadata;
5
- export type SettableMetadata = firebase.storage.SettableMetadata;
6
- export type Reference = firebase.storage.Reference;
7
- export type StringFormat = firebase.storage.StringFormat;
8
- export type ListResult = firebase.storage.ListResult;
9
- export type ListOptions = firebase.storage.ListOptions;
@@ -1,3 +0,0 @@
1
- import { Observable } from 'rxjs';
2
- import { UploadTask } from '../interfaces';
3
- export declare function fromTask(task: UploadTask): Observable<import("firebase/compat").default.storage.UploadTaskSnapshot>;
@@ -1,21 +0,0 @@
1
- import { ChangeDetectorRef, OnDestroy, PipeTransform, TransferState } from '@angular/core';
2
- import { AngularFireStorage } from '../storage';
3
- import * as i0 from "@angular/core";
4
- /** to be used with in combination with | async */
5
- export declare class GetDownloadURLPipe implements PipeTransform, OnDestroy {
6
- private storage;
7
- private state;
8
- private asyncPipe;
9
- private path;
10
- private downloadUrl$;
11
- constructor(storage: AngularFireStorage, cdr: ChangeDetectorRef, state: TransferState);
12
- transform(path: string): any;
13
- ngOnDestroy(): void;
14
- static ɵfac: i0.ɵɵFactoryDeclaration<GetDownloadURLPipe, [null, null, { optional: true; }]>;
15
- static ɵpipe: i0.ɵɵPipeDeclaration<GetDownloadURLPipe, "getDownloadURL", true>;
16
- }
17
- export declare class GetDownloadURLPipeModule {
18
- static ɵfac: i0.ɵɵFactoryDeclaration<GetDownloadURLPipeModule, never>;
19
- static ɵmod: i0.ɵɵNgModuleDeclaration<GetDownloadURLPipeModule, never, [typeof GetDownloadURLPipe], [typeof GetDownloadURLPipe]>;
20
- static ɵinj: i0.ɵɵInjectorDeclaration<GetDownloadURLPipeModule>;
21
- }
@@ -1,6 +0,0 @@
1
- export * from './ref';
2
- export * from './storage';
3
- export * from './task';
4
- export * from './observable/fromTask';
5
- export * from './storage.module';
6
- export * from './pipes/storageUrl.pipe';
@@ -1,20 +0,0 @@
1
- import { Injector } from '@angular/core';
2
- import { Observable } from 'rxjs';
3
- import { ListOptions, ListResult, Reference, SettableMetadata, UploadMetadata } from './interfaces';
4
- import { AngularFireUploadTask } from './task';
5
- export interface AngularFireStorageReference {
6
- getDownloadURL(): Observable<any>;
7
- getMetadata(): Observable<any>;
8
- delete(): Observable<any>;
9
- child(path: string): AngularFireStorageReference;
10
- updateMetadata(meta: SettableMetadata): Observable<any>;
11
- put(data: any, metadata?: UploadMetadata | undefined): AngularFireUploadTask;
12
- putString(data: string, format?: string | undefined, metadata?: UploadMetadata | undefined): AngularFireUploadTask;
13
- list(options?: ListOptions): Observable<ListResult>;
14
- listAll(): Observable<ListResult>;
15
- }
16
- /**
17
- * Create an AngularFire wrapped Storage Reference. This object
18
- * creates observable methods from promise based methods.
19
- */
20
- export declare function createStorageRef(ref: Reference, injector?: Injector): AngularFireStorageReference;
@@ -1,31 +0,0 @@
1
- import { InjectionToken, NgZone } from '@angular/core';
2
- import { ɵAngularFireSchedulers } from '@angular/fire';
3
- import { AppCheckInstances } from '@angular/fire/app-check';
4
- import { FirebaseOptions } from 'firebase/app';
5
- import firebase from 'firebase/compat/app';
6
- import { UploadMetadata } from './interfaces';
7
- import 'firebase/compat/storage';
8
- import * as i0 from "@angular/core";
9
- export declare const BUCKET: InjectionToken<string>;
10
- export declare const MAX_UPLOAD_RETRY_TIME: InjectionToken<number>;
11
- export declare const MAX_OPERATION_RETRY_TIME: InjectionToken<number>;
12
- export declare const USE_EMULATOR: InjectionToken<[host: string, port: number, options?: {
13
- mockUserToken?: firebase.EmulatorMockTokenOptions | string;
14
- }]>;
15
- /**
16
- * AngularFireStorage Service
17
- *
18
- * This service is the main entry point for this feature module. It provides
19
- * an API for uploading and downloading binary files from Cloud Storage for
20
- * Firebase.
21
- */
22
- export declare class AngularFireStorage {
23
- readonly storage: firebase.storage.Storage;
24
- private readonly injector;
25
- constructor(options: FirebaseOptions, name: string | null | undefined, storageBucket: string | null, platformId: Object, zone: NgZone, schedulers: ɵAngularFireSchedulers, maxUploadRetryTime: any, maxOperationRetryTime: any, _useEmulator: any, _appCheckInstances: AppCheckInstances);
26
- ref(path: string): import("./ref").AngularFireStorageReference;
27
- refFromURL(path: string): import("./ref").AngularFireStorageReference;
28
- upload(path: string, data: any, metadata?: UploadMetadata): import("@angular/fire/compat/storage").AngularFireUploadTask;
29
- static ɵfac: i0.ɵɵFactoryDeclaration<AngularFireStorage, [null, { optional: true; }, { optional: true; }, null, null, null, { optional: true; }, { optional: true; }, { optional: true; }, { optional: true; }]>;
30
- static ɵprov: i0.ɵɵInjectableDeclaration<AngularFireStorage>;
31
- }
@@ -1,8 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./pipes/storageUrl.pipe";
3
- export declare class AngularFireStorageModule {
4
- constructor();
5
- static ɵfac: i0.ɵɵFactoryDeclaration<AngularFireStorageModule, never>;
6
- static ɵmod: i0.ɵɵNgModuleDeclaration<AngularFireStorageModule, never, [typeof i1.GetDownloadURLPipeModule], [typeof i1.GetDownloadURLPipeModule]>;
7
- static ɵinj: i0.ɵɵInjectorDeclaration<AngularFireStorageModule>;
8
- }
@@ -1,18 +0,0 @@
1
- import { Observable } from 'rxjs';
2
- import { UploadTask, UploadTaskSnapshot } from './interfaces';
3
- export interface AngularFireUploadTask {
4
- task: UploadTask;
5
- snapshotChanges(): Observable<UploadTaskSnapshot | undefined>;
6
- percentageChanges(): Observable<number | undefined>;
7
- pause(): boolean;
8
- cancel(): boolean;
9
- resume(): boolean;
10
- then(onFulfilled?: ((a: UploadTaskSnapshot) => any) | null, onRejected?: ((a: Error) => any) | null): Promise<any>;
11
- catch(onRejected: (a: Error) => any): Promise<any>;
12
- }
13
- /**
14
- * Create an AngularFireUploadTask from a regular UploadTask from the Storage SDK.
15
- * This method creates an observable of the upload and returns on object that provides
16
- * multiple methods for controlling and monitoring the file upload.
17
- */
18
- export declare function createUploadTask(task: UploadTask): AngularFireUploadTask;
package/core.d.ts DELETED
@@ -1,6 +0,0 @@
1
- import { Version } from '@angular/core';
2
- import { FirebaseApp } from 'firebase/app';
3
- export declare const VERSION: Version;
4
- export declare const ɵisSupportedError: (module: string) => string;
5
- export declare function ɵgetDefaultInstanceOf<T = unknown>(identifier: string, provided: T[] | undefined, defaultApp: FirebaseApp): T | undefined;
6
- export declare const ɵgetAllInstancesOf: <T = unknown>(identifier: string, app?: FirebaseApp) => T[];
@@ -1,9 +0,0 @@
1
- import { DataConnect } from 'firebase/data-connect';
2
- export { DataConnect };
3
- export declare const DATA_CONNECT_PROVIDER_NAME = "data-connect";
4
- export interface DataConnectInstances extends Array<DataConnect> {
5
- }
6
- export declare class DataConnectInstances {
7
- constructor();
8
- }
9
- export declare const dataConnectInstance$: import("rxjs").Observable<DataConnect>;
@@ -1,13 +0,0 @@
1
- import { EnvironmentProviders, Injector, NgZone } from '@angular/core';
2
- import { FirebaseApp } from '@angular/fire/app';
3
- import { DataConnect } from './data-connect';
4
- import * as i0 from "@angular/core";
5
- export declare function defaultDataConnectInstanceFactory(provided: DataConnect[] | undefined, defaultApp: FirebaseApp): DataConnect;
6
- export declare function dataConnectInstanceFactory(fn: (injector: Injector) => DataConnect): (zone: NgZone, injector: Injector) => DataConnect;
7
- export declare class DataConnectModule {
8
- constructor();
9
- static ɵfac: i0.ɵɵFactoryDeclaration<DataConnectModule, never>;
10
- static ɵmod: i0.ɵɵNgModuleDeclaration<DataConnectModule, never, never, never>;
11
- static ɵinj: i0.ɵɵInjectorDeclaration<DataConnectModule>;
12
- }
13
- export declare function provideDataConnect(fn: (injector: Injector) => DataConnect, ...deps: any[]): EnvironmentProviders;
@@ -1,12 +0,0 @@
1
- export * from 'firebase/data-connect';
2
- import { connectDataConnectEmulator as _connectDataConnectEmulator, executeMutation as _executeMutation, executeQuery as _executeQuery, getDataConnect as _getDataConnect, mutationRef as _mutationRef, queryRef as _queryRef, setLogLevel as _setLogLevel, subscribe as _subscribe, terminate as _terminate, toQueryRef as _toQueryRef } from 'firebase/data-connect';
3
- export declare const connectDataConnectEmulator: typeof _connectDataConnectEmulator;
4
- export declare const executeMutation: typeof _executeMutation;
5
- export declare const executeQuery: typeof _executeQuery;
6
- export declare const getDataConnect: typeof _getDataConnect;
7
- export declare const mutationRef: typeof _mutationRef;
8
- export declare const queryRef: typeof _queryRef;
9
- export declare const setLogLevel: typeof _setLogLevel;
10
- export declare const subscribe: typeof _subscribe;
11
- export declare const terminate: typeof _terminate;
12
- export declare const toQueryRef: typeof _toQueryRef;
@@ -1,3 +0,0 @@
1
- export { DataConnectInstances, DataConnect, dataConnectInstance$ } from './data-connect';
2
- export { provideDataConnect, DataConnectModule } from './data-connect.module';
3
- export * from './firebase';
@@ -1,13 +0,0 @@
1
- import { Database as FirebaseDatabase } from 'firebase/database';
2
- export interface Database extends FirebaseDatabase {
3
- }
4
- export declare class Database {
5
- constructor(database: FirebaseDatabase);
6
- }
7
- export declare const DATABASE_PROVIDER_NAME = "database";
8
- export interface DatabaseInstances extends Array<FirebaseDatabase> {
9
- }
10
- export declare class DatabaseInstances {
11
- constructor();
12
- }
13
- export declare const databaseInstance$: import("rxjs").Observable<FirebaseDatabase>;
@@ -1,15 +0,0 @@
1
- import { EnvironmentProviders, InjectionToken, Injector, NgZone } from '@angular/core';
2
- import { FirebaseApp } from '@angular/fire/app';
3
- import { Database as FirebaseDatabase } from 'firebase/database';
4
- import { Database } from './database';
5
- import * as i0 from "@angular/core";
6
- export declare const PROVIDED_DATABASE_INSTANCES: InjectionToken<Database[]>;
7
- export declare function defaultDatabaseInstanceFactory(provided: FirebaseDatabase[] | undefined, defaultApp: FirebaseApp): Database;
8
- export declare function databaseInstanceFactory(fn: (injector: Injector) => FirebaseDatabase): (zone: NgZone, injector: Injector) => Database;
9
- export declare class DatabaseModule {
10
- constructor();
11
- static ɵfac: i0.ɵɵFactoryDeclaration<DatabaseModule, never>;
12
- static ɵmod: i0.ɵɵNgModuleDeclaration<DatabaseModule, never, never, never>;
13
- static ɵinj: i0.ɵɵInjectorDeclaration<DatabaseModule>;
14
- }
15
- export declare function provideDatabase(fn: (injector: Injector) => FirebaseDatabase, ...deps: any[]): EnvironmentProviders;
@@ -1,40 +0,0 @@
1
- export * from 'firebase/database';
2
- import { child as _child, connectDatabaseEmulator as _connectDatabaseEmulator, enableLogging as _enableLogging, endAt as _endAt, endBefore as _endBefore, equalTo as _equalTo, forceLongPolling as _forceLongPolling, forceWebSockets as _forceWebSockets, get as _get, getDatabase as _getDatabase, goOffline as _goOffline, goOnline as _goOnline, increment as _increment, limitToFirst as _limitToFirst, limitToLast as _limitToLast, off as _off, onChildAdded as _onChildAdded, onChildChanged as _onChildChanged, onChildMoved as _onChildMoved, onChildRemoved as _onChildRemoved, onDisconnect as _onDisconnect, onValue as _onValue, orderByChild as _orderByChild, orderByKey as _orderByKey, orderByPriority as _orderByPriority, orderByValue as _orderByValue, push as _push, query as _query, ref as _ref, refFromURL as _refFromURL, remove as _remove, runTransaction as _runTransaction, set as _set, setPriority as _setPriority, setWithPriority as _setWithPriority, startAfter as _startAfter, startAt as _startAt, update as _update } from 'firebase/database';
3
- export declare const child: typeof _child;
4
- export declare const connectDatabaseEmulator: typeof _connectDatabaseEmulator;
5
- export declare const enableLogging: typeof _enableLogging;
6
- export declare const endAt: typeof _endAt;
7
- export declare const endBefore: typeof _endBefore;
8
- export declare const equalTo: typeof _equalTo;
9
- export declare const forceLongPolling: typeof _forceLongPolling;
10
- export declare const forceWebSockets: typeof _forceWebSockets;
11
- export declare const get: typeof _get;
12
- export declare const getDatabase: typeof _getDatabase;
13
- export declare const goOffline: typeof _goOffline;
14
- export declare const goOnline: typeof _goOnline;
15
- export declare const increment: typeof _increment;
16
- export declare const limitToFirst: typeof _limitToFirst;
17
- export declare const limitToLast: typeof _limitToLast;
18
- export declare const off: typeof _off;
19
- export declare const onChildAdded: typeof _onChildAdded;
20
- export declare const onChildChanged: typeof _onChildChanged;
21
- export declare const onChildMoved: typeof _onChildMoved;
22
- export declare const onChildRemoved: typeof _onChildRemoved;
23
- export declare const onDisconnect: typeof _onDisconnect;
24
- export declare const onValue: typeof _onValue;
25
- export declare const orderByChild: typeof _orderByChild;
26
- export declare const orderByKey: typeof _orderByKey;
27
- export declare const orderByPriority: typeof _orderByPriority;
28
- export declare const orderByValue: typeof _orderByValue;
29
- export declare const push: typeof _push;
30
- export declare const query: typeof _query;
31
- export declare const ref: typeof _ref;
32
- export declare const refFromURL: typeof _refFromURL;
33
- export declare const remove: typeof _remove;
34
- export declare const runTransaction: typeof _runTransaction;
35
- export declare const set: typeof _set;
36
- export declare const setPriority: typeof _setPriority;
37
- export declare const setWithPriority: typeof _setWithPriority;
38
- export declare const startAfter: typeof _startAfter;
39
- export declare const startAt: typeof _startAt;
40
- export declare const update: typeof _update;
@@ -1,4 +0,0 @@
1
- export { Database, DatabaseInstances, databaseInstance$ } from './database';
2
- export { provideDatabase, DatabaseModule } from './database.module';
3
- export * from './rxfire';
4
- export * from './firebase';
@@ -1,10 +0,0 @@
1
- import { auditTrail as _auditTrail, changeToData as _changeToData, fromRef as _fromRef, list as _list, listVal as _listVal, object as _object, objectVal as _objectVal, stateChanges as _stateChanges } from 'rxfire/database';
2
- export { ListenEvent, ListenerMethods } from 'rxfire/database';
3
- export declare const auditTrail: typeof _auditTrail;
4
- export declare const changeToData: typeof _changeToData;
5
- export declare const fromRef: typeof _fromRef;
6
- export declare const list: typeof _list;
7
- export declare const listVal: typeof _listVal;
8
- export declare const object: typeof _object;
9
- export declare const objectVal: typeof _objectVal;
10
- export declare const stateChanges: typeof _stateChanges;
@@ -1,60 +0,0 @@
1
- export * from 'firebase/firestore';
2
- import { addDoc as _addDoc, aggregateFieldEqual as _aggregateFieldEqual, aggregateQuerySnapshotEqual as _aggregateQuerySnapshotEqual, and as _and, clearIndexedDbPersistence as _clearIndexedDbPersistence, collection as _collection, collectionGroup as _collectionGroup, connectFirestoreEmulator as _connectFirestoreEmulator, deleteAllPersistentCacheIndexes as _deleteAllPersistentCacheIndexes, deleteDoc as _deleteDoc, deleteField as _deleteField, disableNetwork as _disableNetwork, disablePersistentCacheIndexAutoCreation as _disablePersistentCacheIndexAutoCreation, doc as _doc, documentId as _documentId, enableIndexedDbPersistence as _enableIndexedDbPersistence, enableMultiTabIndexedDbPersistence as _enableMultiTabIndexedDbPersistence, enableNetwork as _enableNetwork, enablePersistentCacheIndexAutoCreation as _enablePersistentCacheIndexAutoCreation, endAt as _endAt, endBefore as _endBefore, getAggregateFromServer as _getAggregateFromServer, getCountFromServer as _getCountFromServer, getDoc as _getDoc, getDocFromCache as _getDocFromCache, getDocFromServer as _getDocFromServer, getDocs as _getDocs, getDocsFromCache as _getDocsFromCache, getDocsFromServer as _getDocsFromServer, getFirestore as _getFirestore, getPersistentCacheIndexManager as _getPersistentCacheIndexManager, increment as _increment, initializeFirestore as _initializeFirestore, limit as _limit, limitToLast as _limitToLast, loadBundle as _loadBundle, namedQuery as _namedQuery, onSnapshot as _onSnapshot, onSnapshotsInSync as _onSnapshotsInSync, or as _or, orderBy as _orderBy, query as _query, queryEqual as _queryEqual, refEqual as _refEqual, runTransaction as _runTransaction, setDoc as _setDoc, setIndexConfiguration as _setIndexConfiguration, setLogLevel as _setLogLevel, snapshotEqual as _snapshotEqual, startAfter as _startAfter, startAt as _startAt, sum as _sum, terminate as _terminate, updateDoc as _updateDoc, vector as _vector, waitForPendingWrites as _waitForPendingWrites, where as _where, writeBatch as _writeBatch } from 'firebase/firestore';
3
- export declare const addDoc: typeof _addDoc;
4
- export declare const aggregateFieldEqual: typeof _aggregateFieldEqual;
5
- export declare const aggregateQuerySnapshotEqual: typeof _aggregateQuerySnapshotEqual;
6
- export declare const and: typeof _and;
7
- export declare const clearIndexedDbPersistence: typeof _clearIndexedDbPersistence;
8
- export declare const collection: typeof _collection;
9
- export declare const collectionGroup: typeof _collectionGroup;
10
- export declare const connectFirestoreEmulator: typeof _connectFirestoreEmulator;
11
- export declare const deleteAllPersistentCacheIndexes: typeof _deleteAllPersistentCacheIndexes;
12
- export declare const deleteDoc: typeof _deleteDoc;
13
- export declare const deleteField: typeof _deleteField;
14
- export declare const disableNetwork: typeof _disableNetwork;
15
- export declare const disablePersistentCacheIndexAutoCreation: typeof _disablePersistentCacheIndexAutoCreation;
16
- export declare const doc: typeof _doc;
17
- export declare const documentId: typeof _documentId;
18
- export declare const enableIndexedDbPersistence: typeof _enableIndexedDbPersistence;
19
- export declare const enableMultiTabIndexedDbPersistence: typeof _enableMultiTabIndexedDbPersistence;
20
- export declare const enableNetwork: typeof _enableNetwork;
21
- export declare const enablePersistentCacheIndexAutoCreation: typeof _enablePersistentCacheIndexAutoCreation;
22
- export declare const endAt: typeof _endAt;
23
- export declare const endBefore: typeof _endBefore;
24
- export declare const getAggregateFromServer: typeof _getAggregateFromServer;
25
- export declare const getCountFromServer: typeof _getCountFromServer;
26
- export declare const getDoc: typeof _getDoc;
27
- export declare const getDocFromCache: typeof _getDocFromCache;
28
- export declare const getDocFromServer: typeof _getDocFromServer;
29
- export declare const getDocs: typeof _getDocs;
30
- export declare const getDocsFromCache: typeof _getDocsFromCache;
31
- export declare const getDocsFromServer: typeof _getDocsFromServer;
32
- export declare const getFirestore: typeof _getFirestore;
33
- export declare const getPersistentCacheIndexManager: typeof _getPersistentCacheIndexManager;
34
- export declare const increment: typeof _increment;
35
- export declare const initializeFirestore: typeof _initializeFirestore;
36
- export declare const limit: typeof _limit;
37
- export declare const limitToLast: typeof _limitToLast;
38
- export declare const loadBundle: typeof _loadBundle;
39
- export declare const namedQuery: typeof _namedQuery;
40
- export declare const onSnapshot: typeof _onSnapshot;
41
- export declare const onSnapshotsInSync: typeof _onSnapshotsInSync;
42
- export declare const or: typeof _or;
43
- export declare const orderBy: typeof _orderBy;
44
- export declare const query: typeof _query;
45
- export declare const queryEqual: typeof _queryEqual;
46
- export declare const refEqual: typeof _refEqual;
47
- export declare const runTransaction: typeof _runTransaction;
48
- export declare const setDoc: typeof _setDoc;
49
- export declare const setIndexConfiguration: typeof _setIndexConfiguration;
50
- export declare const setLogLevel: typeof _setLogLevel;
51
- export declare const snapshotEqual: typeof _snapshotEqual;
52
- export declare const startAfter: typeof _startAfter;
53
- export declare const startAt: typeof _startAt;
54
- export declare const sum: typeof _sum;
55
- export declare const terminate: typeof _terminate;
56
- export declare const updateDoc: typeof _updateDoc;
57
- export declare const vector: typeof _vector;
58
- export declare const waitForPendingWrites: typeof _waitForPendingWrites;
59
- export declare const where: typeof _where;
60
- export declare const writeBatch: typeof _writeBatch;
@@ -1,13 +0,0 @@
1
- import { Firestore as FirebaseFirestore } from 'firebase/firestore';
2
- export interface Firestore extends FirebaseFirestore {
3
- }
4
- export declare class Firestore {
5
- constructor(firestore: FirebaseFirestore);
6
- }
7
- export declare const FIRESTORE_PROVIDER_NAME = "firestore";
8
- export interface FirestoreInstances extends Array<FirebaseFirestore> {
9
- }
10
- export declare class FirestoreInstances {
11
- constructor();
12
- }
13
- export declare const firestoreInstance$: import("rxjs").Observable<FirebaseFirestore>;
@@ -1,15 +0,0 @@
1
- import { EnvironmentProviders, InjectionToken, Injector, NgZone } from '@angular/core';
2
- import { FirebaseApp } from '@angular/fire/app';
3
- import { Firestore as FirebaseFirestore } from 'firebase/firestore';
4
- import { Firestore } from './firestore';
5
- import * as i0 from "@angular/core";
6
- export declare const PROVIDED_FIRESTORE_INSTANCES: InjectionToken<Firestore[]>;
7
- export declare function defaultFirestoreInstanceFactory(provided: FirebaseFirestore[] | undefined, defaultApp: FirebaseApp): Firestore;
8
- export declare function firestoreInstanceFactory(fn: (injector: Injector) => FirebaseFirestore): (zone: NgZone, injector: Injector) => Firestore;
9
- export declare class FirestoreModule {
10
- constructor();
11
- static ɵfac: i0.ɵɵFactoryDeclaration<FirestoreModule, never>;
12
- static ɵmod: i0.ɵɵNgModuleDeclaration<FirestoreModule, never, never, never>;
13
- static ɵinj: i0.ɵɵInjectorDeclaration<FirestoreModule>;
14
- }
15
- export declare function provideFirestore(fn: (injector: Injector) => FirebaseFirestore, ...deps: any[]): EnvironmentProviders;
@@ -1,41 +0,0 @@
1
- export * from 'firebase/firestore/lite';
2
- import { addDoc as _addDoc, aggregateFieldEqual as _aggregateFieldEqual, aggregateQuerySnapshotEqual as _aggregateQuerySnapshotEqual, and as _and, collection as _collection, collectionGroup as _collectionGroup, connectFirestoreEmulator as _connectFirestoreEmulator, deleteDoc as _deleteDoc, deleteField as _deleteField, doc as _doc, documentId as _documentId, endAt as _endAt, endBefore as _endBefore, getAggregate as _getAggregate, getCount as _getCount, getDoc as _getDoc, getDocs as _getDocs, getFirestore as _getFirestore, increment as _increment, initializeFirestore as _initializeFirestore, limit as _limit, limitToLast as _limitToLast, or as _or, orderBy as _orderBy, query as _query, queryEqual as _queryEqual, refEqual as _refEqual, runTransaction as _runTransaction, setDoc as _setDoc, setLogLevel as _setLogLevel, snapshotEqual as _snapshotEqual, startAfter as _startAfter, startAt as _startAt, sum as _sum, terminate as _terminate, updateDoc as _updateDoc, vector as _vector, where as _where, writeBatch as _writeBatch } from 'firebase/firestore/lite';
3
- export declare const addDoc: typeof _addDoc;
4
- export declare const aggregateFieldEqual: typeof _aggregateFieldEqual;
5
- export declare const aggregateQuerySnapshotEqual: typeof _aggregateQuerySnapshotEqual;
6
- export declare const and: typeof _and;
7
- export declare const collection: typeof _collection;
8
- export declare const collectionGroup: typeof _collectionGroup;
9
- export declare const connectFirestoreEmulator: typeof _connectFirestoreEmulator;
10
- export declare const deleteDoc: typeof _deleteDoc;
11
- export declare const deleteField: typeof _deleteField;
12
- export declare const doc: typeof _doc;
13
- export declare const documentId: typeof _documentId;
14
- export declare const endAt: typeof _endAt;
15
- export declare const endBefore: typeof _endBefore;
16
- export declare const getAggregate: typeof _getAggregate;
17
- export declare const getCount: typeof _getCount;
18
- export declare const getDoc: typeof _getDoc;
19
- export declare const getDocs: typeof _getDocs;
20
- export declare const getFirestore: typeof _getFirestore;
21
- export declare const increment: typeof _increment;
22
- export declare const initializeFirestore: typeof _initializeFirestore;
23
- export declare const limit: typeof _limit;
24
- export declare const limitToLast: typeof _limitToLast;
25
- export declare const or: typeof _or;
26
- export declare const orderBy: typeof _orderBy;
27
- export declare const query: typeof _query;
28
- export declare const queryEqual: typeof _queryEqual;
29
- export declare const refEqual: typeof _refEqual;
30
- export declare const runTransaction: typeof _runTransaction;
31
- export declare const setDoc: typeof _setDoc;
32
- export declare const setLogLevel: typeof _setLogLevel;
33
- export declare const snapshotEqual: typeof _snapshotEqual;
34
- export declare const startAfter: typeof _startAfter;
35
- export declare const startAt: typeof _startAt;
36
- export declare const sum: typeof _sum;
37
- export declare const terminate: typeof _terminate;
38
- export declare const updateDoc: typeof _updateDoc;
39
- export declare const vector: typeof _vector;
40
- export declare const where: typeof _where;
41
- export declare const writeBatch: typeof _writeBatch;
@@ -1,13 +0,0 @@
1
- import { Firestore as FirebaseFirestore } from 'firebase/firestore/lite';
2
- export interface Firestore extends FirebaseFirestore {
3
- }
4
- export declare class Firestore {
5
- constructor(firestore: FirebaseFirestore);
6
- }
7
- export declare const FIRESTORE_PROVIDER_NAME = "firestore/lite";
8
- export interface FirestoreInstances extends Array<FirebaseFirestore> {
9
- }
10
- export declare class FirestoreInstances {
11
- constructor();
12
- }
13
- export declare const firestoreInstance$: import("rxjs").Observable<FirebaseFirestore>;
@@ -1,15 +0,0 @@
1
- import { EnvironmentProviders, InjectionToken, Injector, NgZone } from '@angular/core';
2
- import { FirebaseApp } from '@angular/fire/app';
3
- import { Firestore as FirebaseFirestore } from 'firebase/firestore/lite';
4
- import { Firestore } from './lite';
5
- import * as i0 from "@angular/core";
6
- export declare const PROVIDED_FIRESTORE_INSTANCES: InjectionToken<Firestore[]>;
7
- export declare function defaultFirestoreInstanceFactory(provided: FirebaseFirestore[] | undefined, defaultApp: FirebaseApp): Firestore;
8
- export declare function firestoreInstanceFactory(fn: (injector: Injector) => FirebaseFirestore): (zone: NgZone, injector: Injector) => Firestore;
9
- export declare class FirestoreModule {
10
- constructor();
11
- static ɵfac: i0.ɵɵFactoryDeclaration<FirestoreModule, never>;
12
- static ɵmod: i0.ɵɵNgModuleDeclaration<FirestoreModule, never, never, never>;
13
- static ɵinj: i0.ɵɵInjectorDeclaration<FirestoreModule>;
14
- }
15
- export declare function provideFirestore(fn: (injector: Injector) => FirebaseFirestore, ...deps: any[]): EnvironmentProviders;
@@ -1,4 +0,0 @@
1
- export { Firestore, FirestoreInstances, firestoreInstance$ } from './lite';
2
- export { FirestoreModule, provideFirestore } from './lite.module';
3
- export * from './rxfire';
4
- export * from './firebase';
@@ -1,9 +0,0 @@
1
- import { collection as _collection, collectionCount as _collectionCount, collectionCountSnap as _collectionCountSnap, collectionData as _collectionData, doc as _doc, docData as _docData, fromRef as _fromRef, snapToData as _snapToData } from 'rxfire/firestore/lite';
2
- export declare const collectionSnapshots: typeof _collection;
3
- export declare const collectionCount: typeof _collectionCount;
4
- export declare const collectionCountSnap: typeof _collectionCountSnap;
5
- export declare const collectionData: typeof _collectionData;
6
- export declare const docSnapshots: typeof _doc;
7
- export declare const docData: typeof _docData;
8
- export declare const fromRef: typeof _fromRef;
9
- export declare const snapToData: typeof _snapToData;
@@ -1,4 +0,0 @@
1
- export { Firestore, FirestoreInstances, firestoreInstance$ } from './firestore';
2
- export { provideFirestore, FirestoreModule } from './firestore.module';
3
- export * from './rxfire';
4
- export * from './firebase';
@@ -1,12 +0,0 @@
1
- import { auditTrail as _auditTrail, collection as _collection, collectionChanges as _collectionChanges, collectionCount as _collectionCount, collectionCountSnap as _collectionCountSnap, collectionData as _collectionData, doc as _doc, docData as _docData, fromRef as _fromRef, snapToData as _snapToData, sortedChanges as _sortedChanges } from 'rxfire/firestore';
2
- export declare const auditTrail: typeof _auditTrail;
3
- export declare const collectionSnapshots: typeof _collection;
4
- export declare const collectionChanges: typeof _collectionChanges;
5
- export declare const collectionCount: typeof _collectionCount;
6
- export declare const collectionCountSnap: typeof _collectionCountSnap;
7
- export declare const collectionData: typeof _collectionData;
8
- export declare const docSnapshots: typeof _doc;
9
- export declare const docData: typeof _docData;
10
- export declare const fromRef: typeof _fromRef;
11
- export declare const snapToData: typeof _snapToData;
12
- export declare const sortedChanges: typeof _sortedChanges;
@@ -1,6 +0,0 @@
1
- export * from 'firebase/functions';
2
- import { connectFunctionsEmulator as _connectFunctionsEmulator, getFunctions as _getFunctions, httpsCallable as _httpsCallable, httpsCallableFromURL as _httpsCallableFromURL } from 'firebase/functions';
3
- export declare const connectFunctionsEmulator: typeof _connectFunctionsEmulator;
4
- export declare const getFunctions: typeof _getFunctions;
5
- export declare const httpsCallable: typeof _httpsCallable;
6
- export declare const httpsCallableFromURL: typeof _httpsCallableFromURL;
@@ -1,13 +0,0 @@
1
- import { Functions as FirebaseFunctions } from 'firebase/functions';
2
- export interface Functions extends FirebaseFunctions {
3
- }
4
- export declare class Functions {
5
- constructor(functions: FirebaseFunctions);
6
- }
7
- export declare const FUNCTIONS_PROVIDER_NAME = "functions";
8
- export interface FunctionsInstances extends Array<FirebaseFunctions> {
9
- }
10
- export declare class FunctionsInstances {
11
- constructor();
12
- }
13
- export declare const functionInstance$: import("rxjs").Observable<FirebaseFunctions>;
@@ -1,15 +0,0 @@
1
- import { EnvironmentProviders, InjectionToken, Injector, NgZone } from '@angular/core';
2
- import { FirebaseApp } from '@angular/fire/app';
3
- import { Functions as FirebaseFunctions } from 'firebase/functions';
4
- import { Functions } from './functions';
5
- import * as i0 from "@angular/core";
6
- export declare const PROVIDED_FUNCTIONS_INSTANCES: InjectionToken<Functions[]>;
7
- export declare function defaultFunctionsInstanceFactory(provided: FirebaseFunctions[] | undefined, defaultApp: FirebaseApp): Functions;
8
- export declare function functionsInstanceFactory(fn: (injector: Injector) => FirebaseFunctions): (zone: NgZone, injector: Injector) => Functions;
9
- export declare class FunctionsModule {
10
- constructor();
11
- static ɵfac: i0.ɵɵFactoryDeclaration<FunctionsModule, never>;
12
- static ɵmod: i0.ɵɵNgModuleDeclaration<FunctionsModule, never, never, never>;
13
- static ɵinj: i0.ɵɵInjectorDeclaration<FunctionsModule>;
14
- }
15
- export declare function provideFunctions(fn: (injector: Injector) => FirebaseFunctions, ...deps: any[]): EnvironmentProviders;
@@ -1,4 +0,0 @@
1
- export { provideFunctions, FunctionsModule } from './functions.module';
2
- export { Functions, FunctionsInstances, functionInstance$ } from './functions';
3
- export * from './rxfire';
4
- export * from './firebase';
@@ -1,2 +0,0 @@
1
- import { httpsCallable as _httpsCallable } from 'rxfire/functions';
2
- export declare const httpsCallableData: typeof _httpsCallable;
@@ -1,7 +0,0 @@
1
- export * from 'firebase/messaging';
2
- import { deleteToken as _deleteToken, getMessaging as _getMessaging, getToken as _getToken, isSupported as _isSupported, onMessage as _onMessage } from 'firebase/messaging';
3
- export declare const deleteToken: typeof _deleteToken;
4
- export declare const getMessaging: typeof _getMessaging;
5
- export declare const getToken: typeof _getToken;
6
- export declare const isSupported: typeof _isSupported;
7
- export declare const onMessage: typeof _onMessage;
@@ -1,13 +0,0 @@
1
- import { Messaging as FirebaseMessaging } from 'firebase/messaging';
2
- export interface Messaging extends FirebaseMessaging {
3
- }
4
- export declare class Messaging {
5
- constructor(messaging: FirebaseMessaging);
6
- }
7
- export declare const MESSAGING_PROVIDER_NAME = "messaging";
8
- export interface MessagingInstances extends Array<FirebaseMessaging> {
9
- }
10
- export declare class MessagingInstances {
11
- constructor();
12
- }
13
- export declare const messagingInstance$: import("rxjs").Observable<FirebaseMessaging>;
@@ -1,14 +0,0 @@
1
- import { EnvironmentProviders, Injector, NgZone } from '@angular/core';
2
- import { FirebaseApp } from '@angular/fire/app';
3
- import { Messaging as FirebaseMessaging } from 'firebase/messaging';
4
- import { Messaging } from './messaging';
5
- import * as i0 from "@angular/core";
6
- export declare function defaultMessagingInstanceFactory(provided: FirebaseMessaging[] | undefined, defaultApp: FirebaseApp, platformId: object): Messaging;
7
- export declare function messagingInstanceFactory(fn: (injector: Injector) => FirebaseMessaging): (zone: NgZone, injector: Injector, platformId: object) => Messaging;
8
- export declare class MessagingModule {
9
- constructor();
10
- static ɵfac: i0.ɵɵFactoryDeclaration<MessagingModule, never>;
11
- static ɵmod: i0.ɵɵNgModuleDeclaration<MessagingModule, never, never, never>;
12
- static ɵinj: i0.ɵɵInjectorDeclaration<MessagingModule>;
13
- }
14
- export declare function provideMessaging(fn: (injector: Injector) => FirebaseMessaging, ...deps: any[]): EnvironmentProviders;
@@ -1,3 +0,0 @@
1
- export { MessagingInstances, Messaging, messagingInstance$ } from './messaging';
2
- export { provideMessaging, MessagingModule } from './messaging.module';
3
- export * from './firebase';
@@ -1,5 +0,0 @@
1
- export * from 'firebase/performance';
2
- import { getPerformance as _getPerformance, initializePerformance as _initializePerformance, trace as _trace } from 'firebase/performance';
3
- export declare const getPerformance: typeof _getPerformance;
4
- export declare const initializePerformance: typeof _initializePerformance;
5
- export declare const trace: typeof _trace;
@@ -1,13 +0,0 @@
1
- import { FirebasePerformance } from 'firebase/performance';
2
- export interface Performance extends FirebasePerformance {
3
- }
4
- export declare class Performance {
5
- constructor(performance: FirebasePerformance);
6
- }
7
- export declare const PERFORMANCE_PROVIDER_NAME = "performance";
8
- export interface PerformanceInstances extends Array<FirebasePerformance> {
9
- }
10
- export declare class PerformanceInstances {
11
- constructor();
12
- }
13
- export declare const performanceInstance$: import("rxjs").Observable<FirebasePerformance>;