@dereekb/dbx-firebase 13.32.0 → 13.34.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.
- package/fesm2022/dereekb-dbx-firebase-oidc.mjs +123 -48
- package/fesm2022/dereekb-dbx-firebase-oidc.mjs.map +1 -1
- package/fesm2022/dereekb-dbx-firebase.mjs +1033 -8
- package/fesm2022/dereekb-dbx-firebase.mjs.map +1 -1
- package/lib/modules/externalconnection/_externalconnection.scss +19 -0
- package/lib/style/_all-core.scss +2 -0
- package/lib/style/_all-theme.scss +2 -0
- package/package.json +11 -11
- package/types/dereekb-dbx-firebase-oidc.d.ts +61 -13
- package/types/dereekb-dbx-firebase.d.ts +763 -5
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { AnalyticsUserProperties, DbxAnalyticsUserSource, AnalyticsUser, DbxAnalyticsService } from '@dereekb/dbx-analytics';
|
|
2
2
|
import * as _dereekb_util from '@dereekb/util';
|
|
3
|
-
import { Maybe, ISO8601DateString, AuthRoleSet, AuthRoleClaimsService, AuthClaimsObject, PasswordString, AuthClaims, FactoryWithRequiredInput, Initialized, Destroyable, ArrayOrValue, LabelRef, ClassLikeType, PageNumber, GetterOrValue, IterableOrValue, SetIncludesMode, ModelKey, ClassType, MapFunction, PartialOnKeys, Seconds, Minutes, UnixDateTimeSecondsNumber, ContentTypeMimeType, Milliseconds, DateOrUnixDateTimeSecondsNumber,
|
|
3
|
+
import { Maybe, ISO8601DateString, AuthRoleSet, AuthRoleClaimsService, AuthClaimsObject, PasswordString, AuthClaims, FactoryWithRequiredInput, Initialized, Destroyable, ArrayOrValue, LabelRef, ClassLikeType, PageNumber, GetterOrValue, IterableOrValue, SetIncludesMode, ModelKey, ClassType, MapFunction, PartialOnKeys, PromiseOrValue, Seconds, Minutes, UnixDateTimeSecondsNumber, ContentTypeMimeType, Milliseconds, DateOrUnixDateTimeSecondsNumber, PercentDecimal, PercentNumber } from '@dereekb/util';
|
|
4
4
|
import * as _firebase_auth from '@firebase/auth';
|
|
5
5
|
import { DbxAuthService, AuthUserState, AuthUserIdentifier, DbxAuthImpersonationDetails, NoAuthUserIdentifier, DbxInjectionContext, ClickableAnchor, AbstractForwardDbxInjectionContextDirective, DbxActionSuccessHandlerFunction, DbxInjectionComponentConfig, DbxAuthImpersonationDelegate, ProvideDbxAuthImpersonationConfig, ClickableUrl, IconAndTitle, SegueRef, ClickableAnchorLinkSegueRef, LockSetComponent, DbxButtonDisplay, DbxRouteModelIdDirectiveDelegate, DbxRouteModelKeyDirectiveDelegate, LockSetComponentStore, AbstractIfDirective, StorageAccessor, DbxActionContextStoreSourceInstance, DbxActionHandlerInstance, DbxButton, SimpleStorageAccessorFactory, DbxRouteParamReader, DbxRouterService } from '@dereekb/dbx-core';
|
|
6
6
|
import { UserInfo, User, IdTokenResult, ParsedToken, AuthProvider, PopupRedirectResolver, UserCredential, AuthCredential, Auth } from 'firebase/auth';
|
|
7
7
|
import * as rxjs from 'rxjs';
|
|
8
8
|
import { Observable, BehaviorSubject, Subject, OperatorFunction, Subscription } from 'rxjs';
|
|
9
9
|
import * as _dereekb_firebase from '@dereekb/firebase';
|
|
10
|
-
import { FirebaseAuthToken, FirebaseAuthOobCode, FirebaseAuthIdToken, FirebaseAuthContextInfo, FirebaseDevelopmentFunctions, ScheduledFunctionDevelopmentFirebaseFunctionListEntry, FirestoreContext, FirestoreContextCacheFactory, NotificationFirestoreCollections, StorageFileFirestoreCollections, SystemStateFirestoreCollections, FirebaseFunctionsMap, FirebaseFunctionsConfigMap, FirestoreQueryConstraint, FirestoreItemPageIterationInstance, DocumentDataWithIdAndKey, IterationQueryDocChangeWatcher, FirebaseQuerySnapshotAccumulator, FirebaseQueryItemAccumulator, FirebaseQueryItemAccumulatorNextPageUntilResultsCountFunction, IterationQueryDocChangeWatcherEvent, FirestoreDocument, FirestoreCollectionLike, FirestoreModelKey, DocumentReference, FirestoreItemPageIteratorFilter, FirestoreModelId, DocumentSnapshot, FirestoreDocumentAccessor, LimitedFirestoreDocumentAccessor, FirestoreModelType, FirestoreDocumentData, FirestoreAccessorStreamMode, SnapshotOptions, FirebasePermissionErrorContext, InModelContextFirebaseModelService, InContextFirebaseModelsService, FirebaseModelsService, FirestoreModelIdentityTypeMap, FirestoreModelIdentity, FirestoreCollectionType, FirestoreCollection, FlatFirestoreModelKey, TwoWayFlatFirestoreModelKey, FirestoreModelCollectionAndIdPair, FirestoreModelCollectionAndIdPairObject, IterationQueryDocChangeWatcherChangeType, OnCallCreateModelResult, ModelFirebaseCreateFunction, ModelFirebaseCrudFunction, TargetModelParams, InferredTargetModelParams, ModelFirebaseDeleteFunction, ModelFirebaseInvokeFunction, ModelFirebaseReadFunction, ModelFirebaseUpdateFunction, FirestoreCollectionWithParentFactory, FirestoreCollectionGroup, SystemState, SystemStateDocument, SystemStateStoredData, SystemStateTypeIdentifier, NotificationDeliveryHealthCheckResult, NotificationHealthCheck, NotificationDeliveryMethod, NotificationDeliveryMethodMap, NotificationHealthCheckIssue, AppNotificationTemplateTypeInfoRecordService, NotificationItemMetadata, NotificationItem, NotificationItemSubjectMessagePair, NotificationUser, NotificationUserDocument, NotificationFunctions, NotificationUserHealthCheckResult, NotificationUserHealthCheckParams, NotificationId, Notification, NotificationBox, NotificationDocument, NotificationBoxDocument, NotificationSummary, NotificationSummaryDocument, UnreadNotificationItemsResult, NotificationHealthCheckIssueCode, NotificationHealthCheckStatus, NotificationTemplateType, NotificationTemplateTypeInfo, FirebaseAuthUserId, StorageFileId, StorageFileSignedDownloadUrl, FirestoreModelIdInput, StorageFileFunctions, StorageFileKey, DownloadStorageFileParams, DownloadStorageFileResult, StorageFileDownloadUrl, StoragePathInput, FirebaseStorageAccessorFile, StorageFile, StorageFileDocument, StorageFileGroup, StorageFileGroupDocument, FirebaseStorageAccessor, FirebaseStorageContext, FirebaseStorageAccessorFolder, StorageUploadTask, StorageUploadOptions, StorageCustomMetadata, FirebaseStorageContextFactoryConfig } from '@dereekb/firebase';
|
|
10
|
+
import { FirebaseAuthToken, FirebaseAuthOobCode, FirebaseAuthIdToken, FirebaseAuthContextInfo, FirebaseDevelopmentFunctions, ScheduledFunctionDevelopmentFirebaseFunctionListEntry, FirestoreContext, FirestoreContextCacheFactory, NotificationFirestoreCollections, StorageFileFirestoreCollections, SystemStateFirestoreCollections, FirebaseFunctionsMap, FirebaseFunctionsConfigMap, FirestoreQueryConstraint, FirestoreItemPageIterationInstance, DocumentDataWithIdAndKey, IterationQueryDocChangeWatcher, FirebaseQuerySnapshotAccumulator, FirebaseQueryItemAccumulator, FirebaseQueryItemAccumulatorNextPageUntilResultsCountFunction, IterationQueryDocChangeWatcherEvent, FirestoreDocument, FirestoreCollectionLike, FirestoreModelKey, DocumentReference, FirestoreItemPageIteratorFilter, FirestoreModelId, DocumentSnapshot, FirestoreDocumentAccessor, LimitedFirestoreDocumentAccessor, FirestoreModelType, FirestoreDocumentData, FirestoreAccessorStreamMode, SnapshotOptions, FirebasePermissionErrorContext, InModelContextFirebaseModelService, InContextFirebaseModelsService, FirebaseModelsService, FirestoreModelIdentityTypeMap, FirestoreModelIdentity, FirestoreCollectionType, FirestoreCollection, FlatFirestoreModelKey, TwoWayFlatFirestoreModelKey, FirestoreModelCollectionAndIdPair, FirestoreModelCollectionAndIdPairObject, IterationQueryDocChangeWatcherChangeType, OnCallCreateModelResult, ModelFirebaseCreateFunction, ModelFirebaseCrudFunction, TargetModelParams, InferredTargetModelParams, ModelFirebaseDeleteFunction, ModelFirebaseInvokeFunction, ModelFirebaseReadFunction, ModelFirebaseUpdateFunction, FirestoreCollectionWithParentFactory, FirestoreCollectionGroup, SystemState, SystemStateDocument, SystemStateStoredData, SystemStateTypeIdentifier, UserExternalConnectionProviderType, UserExternalConnectionEntry, KnownUserExternalConnectionProviderType, UserExternalConnectionEntryMap, UserExternalConnection, UserExternalConnectionDocument, UserExternalConnectionFunctions, UserExternalConnectionFirestoreCollections, UserExternalConnectionFirestoreCollection, NotificationDeliveryHealthCheckResult, NotificationHealthCheck, NotificationDeliveryMethod, NotificationDeliveryMethodMap, NotificationHealthCheckIssue, AppNotificationTemplateTypeInfoRecordService, NotificationItemMetadata, NotificationItem, NotificationItemSubjectMessagePair, NotificationUser, NotificationUserDocument, NotificationFunctions, NotificationUserHealthCheckResult, NotificationUserHealthCheckParams, NotificationId, Notification, NotificationBox, NotificationDocument, NotificationBoxDocument, NotificationSummary, NotificationSummaryDocument, UnreadNotificationItemsResult, NotificationHealthCheckIssueCode, NotificationHealthCheckStatus, NotificationTemplateType, NotificationTemplateTypeInfo, FirebaseAuthUserId, StorageFileId, StorageFileSignedDownloadUrl, FirestoreModelIdInput, StorageFileFunctions, StorageFileKey, DownloadStorageFileParams, DownloadStorageFileResult, StorageFileDownloadUrl, StoragePathInput, FirebaseStorageAccessorFile, StorageFile, StorageFileDocument, StorageFileGroup, StorageFileGroupDocument, FirebaseStorageAccessor, FirebaseStorageContext, FirebaseStorageAccessorFolder, StorageUploadTask, StorageUploadOptions, StorageCustomMetadata, FirebaseStorageContextFactoryConfig } from '@dereekb/firebase';
|
|
11
11
|
import * as i0 from '@angular/core';
|
|
12
12
|
import { InjectionToken, EnvironmentProviders, Type, OnInit, Component, EventEmitter, Injector, AfterViewInit, ElementRef, Signal, Provider, PipeTransform } from '@angular/core';
|
|
13
13
|
import { HttpInterceptor, HttpRequest, HttpHandler, HttpEvent } from '@angular/common/http';
|
|
@@ -18,7 +18,7 @@ import * as _dereekb_rxjs from '@dereekb/rxjs';
|
|
|
18
18
|
import { WorkUsingContext, WorkUsingObservable, ObservableOrValue, IsModifiedFunction, PageListLoadingState, ItemAccumulatorNextPageUntilResultsCountResult, SubscriptionObject, ObservableDecisionFunction, ListLoadingState, LoadingState, MaybeObservableOrValue, SwitchMapToDefaultFilterFunction, MaybeObservableOrValueGetter } from '@dereekb/rxjs';
|
|
19
19
|
import * as dist_packages_dbx_form_types_dereekb_dbx_form from 'dist/packages/dbx-form/types/dereekb-dbx-form';
|
|
20
20
|
import * as i1 from '@dereekb/dbx-web';
|
|
21
|
-
import { DbxColorInput, DbxActionConfirmConfig, DbxWidgetEntry, DbxPopupService, DbxWidgetService, DbxWidgetType, TwoColumnsContextStore, AbstractPopupDirective, DbxPopupKey, AbstractDbxSelectionListWrapperDirective, AbstractDbxSelectionListViewDirective, DbxSelectionValueListViewConfig, DbxValueAsListItem, AbstractDbxValueListViewItemComponent, DbxModelTypesService, DbxModelTypeInfo, DbxModelTypesMap, DbxModelTrackerService, AnchorForValueFunction, AbstractPopoverDirective, DbxPopoverService, DbxPopoverKey, AbstractPopoverRefDirective, DbxPopoverConfigSizing, DbxButtonStyle, DownloadTextContent, DbxModelObjectStateService, DbxListViewWrapper, DbxWidgetViewComponentConfig, AbstractDbxWidgetComponent, AbstractDialogDirective,
|
|
21
|
+
import { DbxColorInput, DbxActionConfirmConfig, DbxWidgetEntry, DbxPopupService, DbxWidgetService, DbxWidgetType, TwoColumnsContextStore, AbstractPopupDirective, DbxPopupKey, AbstractDbxSelectionListWrapperDirective, AbstractDbxSelectionListViewDirective, DbxSelectionValueListViewConfig, DbxValueAsListItem, AbstractDbxValueListViewItemComponent, DbxModelTypesService, DbxModelTypeInfo, DbxModelTypesMap, DbxModelTrackerService, AnchorForValueFunction, AbstractPopoverDirective, DbxPopoverService, DbxPopoverKey, AbstractPopoverRefDirective, DbxPopoverConfigSizing, DbxButtonStyle, DownloadTextContent, DbxModelObjectStateService, DbxListViewWrapper, AbstractDbxListWrapperDirective, AbstractDbxListViewDirective, DbxValueListViewConfig, DbxThemeColor, DbxWidgetViewComponentConfig, AbstractDbxWidgetComponent, AbstractDialogDirective, DbxWebFilePreviewService, DbxActionDialogFunction, FileAcceptFilterTypeString, DbxImageCompressionConfig, ImageBitmapToBlobEncoder, CompressImageFileResult, DbxFileUploadComponent, DbxPdfMergeEditorStore, DbxActionModule, DbxLoadingComponent, DbxActionSnackbarErrorDirective, DbxActionLoadingContextDirective, DbxFileUploadActionSyncDirective } from '@dereekb/dbx-web';
|
|
22
22
|
import { FormConfig } from '@ng-forge/dynamic-forms';
|
|
23
23
|
import { MatSnackBar } from '@angular/material/snack-bar';
|
|
24
24
|
import { NgPopoverRef } from 'ng-overlay-container';
|
|
@@ -4378,6 +4378,764 @@ declare class DbxFirebaseModelModule {
|
|
|
4378
4378
|
static ɵinj: i0.ɵɵInjectorDeclaration<DbxFirebaseModelModule>;
|
|
4379
4379
|
}
|
|
4380
4380
|
|
|
4381
|
+
/**
|
|
4382
|
+
* Assets used to render a third-party connection row.
|
|
4383
|
+
*
|
|
4384
|
+
* Mapped from `DbxFirebaseAuthLoginProviderAssets`, with two deliberate differences:
|
|
4385
|
+
* - `providerName` is REQUIRED. An unnamed connection row is not renderable, which is what forces
|
|
4386
|
+
* the login registry into its `'<linkText not configured>'` placeholders.
|
|
4387
|
+
* - The full-bleed brand color fields are dropped. A brand-colored button is a sign-in affordance;
|
|
4388
|
+
* a settings row uses a normal themed button and carries the brand in its logo tile.
|
|
4389
|
+
*/
|
|
4390
|
+
interface DbxFirebaseExternalConnectionProviderAssets {
|
|
4391
|
+
/**
|
|
4392
|
+
* Display name of the provider (e.g. "Cal.com", "Zoom").
|
|
4393
|
+
*/
|
|
4394
|
+
readonly providerName: string;
|
|
4395
|
+
/**
|
|
4396
|
+
* URL of the logo to use.
|
|
4397
|
+
*/
|
|
4398
|
+
readonly logoUrl?: Maybe<string>;
|
|
4399
|
+
/**
|
|
4400
|
+
* Material icon to use in place of the logo.
|
|
4401
|
+
*/
|
|
4402
|
+
readonly icon?: Maybe<string>;
|
|
4403
|
+
/**
|
|
4404
|
+
* Short description of what connecting this provider enables.
|
|
4405
|
+
*/
|
|
4406
|
+
readonly description?: Maybe<string>;
|
|
4407
|
+
/**
|
|
4408
|
+
* Text for the connect action. Defaults to "Connect".
|
|
4409
|
+
*/
|
|
4410
|
+
readonly connectText?: Maybe<string>;
|
|
4411
|
+
/**
|
|
4412
|
+
* Text for the disconnect action. Defaults to "Disconnect".
|
|
4413
|
+
*/
|
|
4414
|
+
readonly disconnectText?: Maybe<string>;
|
|
4415
|
+
/**
|
|
4416
|
+
* Optional CSS filter to apply to the logo image (e.g. 'brightness(0) invert(1)').
|
|
4417
|
+
*/
|
|
4418
|
+
readonly logoFilter?: Maybe<string>;
|
|
4419
|
+
}
|
|
4420
|
+
/**
|
|
4421
|
+
* Navigates the browser to the given url. Exists as a seam so tests (and apps that route through
|
|
4422
|
+
* their own navigation service) never need to touch `window.location`.
|
|
4423
|
+
*
|
|
4424
|
+
* Returns a promise that settles on the outcome of the navigation, NOT on the request to navigate
|
|
4425
|
+
* having been made: it resolves once the new page is actually opening, and rejects when it never
|
|
4426
|
+
* does. Callers must await it — that is what keeps the connect action working until the authorize
|
|
4427
|
+
* page is really on its way, instead of reporting success against a page that has not moved.
|
|
4428
|
+
*/
|
|
4429
|
+
type DbxFirebaseExternalConnectionNavigateFunction = (url: string) => PromiseOrValue<void>;
|
|
4430
|
+
/**
|
|
4431
|
+
* The opaque, short-lived `state` a provider's OAuth handoff carries.
|
|
4432
|
+
*
|
|
4433
|
+
* It is what tells the server who is connecting, since the top-level navigation to the provider
|
|
4434
|
+
* carries no Firebase ID token of its own.
|
|
4435
|
+
*/
|
|
4436
|
+
type DbxFirebaseExternalConnectionAuthorizeState = string;
|
|
4437
|
+
/**
|
|
4438
|
+
* Mints a fresh {@link DbxFirebaseExternalConnectionAuthorizeState} for a provider.
|
|
4439
|
+
*/
|
|
4440
|
+
type DbxFirebaseExternalConnectionMintAuthorizeStateFunction = () => Promise<DbxFirebaseExternalConnectionAuthorizeState>;
|
|
4441
|
+
/**
|
|
4442
|
+
* Context handed to a provider's custom {@link DbxFirebaseExternalConnectionConnectFunction}.
|
|
4443
|
+
*/
|
|
4444
|
+
interface DbxFirebaseExternalConnectionConnectContext {
|
|
4445
|
+
readonly providerType: UserExternalConnectionProviderType;
|
|
4446
|
+
readonly provider: DbxFirebaseExternalConnectionProvider;
|
|
4447
|
+
/**
|
|
4448
|
+
* The authorize url the default behavior would have navigated to, when one could be resolved.
|
|
4449
|
+
*
|
|
4450
|
+
* WITHOUT the `state` query parameter — the default behavior appends that itself, from
|
|
4451
|
+
* {@link mintAuthorizeState}, so a custom handler that skips the mint never pays for one.
|
|
4452
|
+
*/
|
|
4453
|
+
readonly authorizeUrl: Maybe<string>;
|
|
4454
|
+
/**
|
|
4455
|
+
* Mints the state the authorize request must carry, via an authenticated call.
|
|
4456
|
+
*
|
|
4457
|
+
* Only needed by a handler that builds its own authorize request; the default behavior does this on
|
|
4458
|
+
* its own. Available regardless of the config's `mintAuthorizeState`, since a handler that asks for
|
|
4459
|
+
* a state wants one; it throws only when the app never wired the userExternalConnection callables.
|
|
4460
|
+
*/
|
|
4461
|
+
readonly mintAuthorizeState: DbxFirebaseExternalConnectionMintAuthorizeStateFunction;
|
|
4462
|
+
/**
|
|
4463
|
+
* Navigates the browser. Use this rather than `window.location` directly, and AWAIT it: it settles
|
|
4464
|
+
* on the new page actually opening, which is what holds the connect action in its working state
|
|
4465
|
+
* until then.
|
|
4466
|
+
*/
|
|
4467
|
+
readonly navigate: DbxFirebaseExternalConnectionNavigateFunction;
|
|
4468
|
+
}
|
|
4469
|
+
/**
|
|
4470
|
+
* Starts the connect flow for a provider.
|
|
4471
|
+
*
|
|
4472
|
+
* The library default already mints the signed `state` and redirects to the authorize url carrying
|
|
4473
|
+
* it, which is the whole of what an authorization-code handoff needs. An app supplies this only when
|
|
4474
|
+
* the flow itself differs — opening a popup instead of navigating, say. Whatever it does, do NOT
|
|
4475
|
+
* append the Firebase ID token to the redirect: the state is what identifies the caller.
|
|
4476
|
+
*
|
|
4477
|
+
* The returned promise must not resolve before the authorize page is opening, so await the context's
|
|
4478
|
+
* `navigate` rather than calling it and returning.
|
|
4479
|
+
*/
|
|
4480
|
+
type DbxFirebaseExternalConnectionConnectFunction = (context: DbxFirebaseExternalConnectionConnectContext) => Promise<void> | void;
|
|
4481
|
+
/**
|
|
4482
|
+
* Registration for one third-party service a user can connect their account to.
|
|
4483
|
+
*
|
|
4484
|
+
* Mapped from `DbxFirebaseAuthLoginProvider`: `loginMethodType` becomes `providerType` and `assets`
|
|
4485
|
+
* carries over. `componentClass` / `registrationComponentClass` / `category` / `allowLinking` /
|
|
4486
|
+
* `componentData` are dropped — login needs a component per provider because each calls a different
|
|
4487
|
+
* Firebase SDK class, whereas here the only per-provider variation is a URL, which is data.
|
|
4488
|
+
*/
|
|
4489
|
+
interface DbxFirebaseExternalConnectionProvider {
|
|
4490
|
+
/**
|
|
4491
|
+
* Provider type key. MUST match the string the server writes into the connection entry map.
|
|
4492
|
+
*/
|
|
4493
|
+
readonly providerType: UserExternalConnectionProviderType;
|
|
4494
|
+
/**
|
|
4495
|
+
* Assets for rendering this provider's row.
|
|
4496
|
+
*/
|
|
4497
|
+
readonly assets: DbxFirebaseExternalConnectionProviderAssets;
|
|
4498
|
+
/**
|
|
4499
|
+
* Path appended to the configured authorize origin to start this provider's OAuth flow.
|
|
4500
|
+
*
|
|
4501
|
+
* Defaults to the config's `authorizePathFactory` result.
|
|
4502
|
+
*/
|
|
4503
|
+
readonly authorizePath?: Maybe<string>;
|
|
4504
|
+
/**
|
|
4505
|
+
* Overrides the default redirect-based connect behavior.
|
|
4506
|
+
*/
|
|
4507
|
+
readonly connect?: Maybe<DbxFirebaseExternalConnectionConnectFunction>;
|
|
4508
|
+
/**
|
|
4509
|
+
* Confirmation shown before disconnecting.
|
|
4510
|
+
*/
|
|
4511
|
+
readonly disconnectConfirm?: Maybe<DbxActionConfirmConfig>;
|
|
4512
|
+
}
|
|
4513
|
+
/**
|
|
4514
|
+
* One provider an app offers, as declared in its configuration.
|
|
4515
|
+
*
|
|
4516
|
+
* A KNOWN provider type is the whole entry: the library already carries its presentation, so flagging
|
|
4517
|
+
* a service on is naming it. Every app that connects to Discord shows the same Discord row, and the
|
|
4518
|
+
* asset copy is not what varies between downstream apps — the server's OAuth controller is.
|
|
4519
|
+
*
|
|
4520
|
+
* Pass a full provider to register a service the library has no defaults for, or
|
|
4521
|
+
* {@link dbxFirebaseKnownExternalConnectionProvider} to start from a known one and patch it.
|
|
4522
|
+
*/
|
|
4523
|
+
type DbxFirebaseExternalConnectionProviderEntry = KnownUserExternalConnectionProviderType | DbxFirebaseExternalConnectionProvider;
|
|
4524
|
+
/**
|
|
4525
|
+
* Configuration for the external connection registry.
|
|
4526
|
+
*
|
|
4527
|
+
* Declared as an abstract class so it is its own injection token (the newer style, as
|
|
4528
|
+
* `DbxFirebaseOidcConfig`). Unlike login there is no library-supplied default catalog for an
|
|
4529
|
+
* `InjectionToken`-with-`useFactory` shape to override, and the registry needs more than a list.
|
|
4530
|
+
*/
|
|
4531
|
+
declare abstract class DbxFirebaseExternalConnectionsConfig {
|
|
4532
|
+
/**
|
|
4533
|
+
* The providers the app registers, as known provider types and/or fully-declared providers.
|
|
4534
|
+
*/
|
|
4535
|
+
abstract readonly providers: DbxFirebaseExternalConnectionProviderEntry[];
|
|
4536
|
+
/**
|
|
4537
|
+
* Which providers are enabled. Pass `true` (the default) to enable every registered provider.
|
|
4538
|
+
*/
|
|
4539
|
+
readonly enabledProviders?: Maybe<UserExternalConnectionProviderType[] | true>;
|
|
4540
|
+
/**
|
|
4541
|
+
* Whether the connect flow mints a signed `state` and carries it on the authorize request.
|
|
4542
|
+
* Defaults to true.
|
|
4543
|
+
*
|
|
4544
|
+
* This is what identifies the connecting user to the server, since a top-level navigation carries
|
|
4545
|
+
* no Firebase ID token: the app's own authorize endpoint bounces a stateless request straight to
|
|
4546
|
+
* the failure url. Turn it off only for an endpoint that mints its own state, and note that doing
|
|
4547
|
+
* so means no authenticated call is made before the redirect.
|
|
4548
|
+
*/
|
|
4549
|
+
readonly mintAuthorizeState?: Maybe<boolean>;
|
|
4550
|
+
/**
|
|
4551
|
+
* Origin the authorize paths are resolved against (e.g. the hosting origin that fronts the API).
|
|
4552
|
+
*
|
|
4553
|
+
* When undefined the authorize path is used as-is, which is the correct behavior when the app and
|
|
4554
|
+
* the OAuth controller share an origin.
|
|
4555
|
+
*/
|
|
4556
|
+
readonly authorizeOrigin?: Maybe<string>;
|
|
4557
|
+
/**
|
|
4558
|
+
* Builds the default authorize path for a provider that does not declare its own.
|
|
4559
|
+
*
|
|
4560
|
+
* Defaults to {@link DEFAULT_EXTERNAL_CONNECTION_AUTHORIZE_PATH_FACTORY}.
|
|
4561
|
+
*/
|
|
4562
|
+
readonly authorizePathFactory?: Maybe<(providerType: UserExternalConnectionProviderType) => string>;
|
|
4563
|
+
/**
|
|
4564
|
+
* Navigation seam used by the default connect behavior.
|
|
4565
|
+
*
|
|
4566
|
+
* Defaults to {@link DEFAULT_EXTERNAL_CONNECTION_NAVIGATE_FUNCTION}. An override owns the same
|
|
4567
|
+
* contract: settle only once the new page is actually opening.
|
|
4568
|
+
*/
|
|
4569
|
+
readonly navigate?: Maybe<DbxFirebaseExternalConnectionNavigateFunction>;
|
|
4570
|
+
}
|
|
4571
|
+
/**
|
|
4572
|
+
* Default authorize path for a provider: `/oauth/<providerType>/authorize`.
|
|
4573
|
+
*
|
|
4574
|
+
* @param providerType - The provider to build a path for.
|
|
4575
|
+
* @returns The authorize path.
|
|
4576
|
+
*/
|
|
4577
|
+
declare const DEFAULT_EXTERNAL_CONNECTION_AUTHORIZE_PATH_FACTORY: (providerType: UserExternalConnectionProviderType) => string;
|
|
4578
|
+
/**
|
|
4579
|
+
* Presentation status of a connection row.
|
|
4580
|
+
*/
|
|
4581
|
+
type DbxFirebaseExternalConnectionRowStatus = 'loading' | 'connected' | 'notConnected' | 'error';
|
|
4582
|
+
/**
|
|
4583
|
+
* One provider's row, as rendered on the settings page.
|
|
4584
|
+
*/
|
|
4585
|
+
interface DbxFirebaseExternalConnectionRow {
|
|
4586
|
+
readonly providerType: UserExternalConnectionProviderType;
|
|
4587
|
+
readonly assets: DbxFirebaseExternalConnectionProviderAssets;
|
|
4588
|
+
/**
|
|
4589
|
+
* The user's entry for this provider, when there is one.
|
|
4590
|
+
*/
|
|
4591
|
+
readonly entry?: Maybe<UserExternalConnectionEntry>;
|
|
4592
|
+
readonly status: DbxFirebaseExternalConnectionRowStatus;
|
|
4593
|
+
/**
|
|
4594
|
+
* Whether this provider is currently enabled. A disabled provider the user is still connected to
|
|
4595
|
+
* is retained as a row so it can be disconnected.
|
|
4596
|
+
*/
|
|
4597
|
+
readonly enabled: boolean;
|
|
4598
|
+
}
|
|
4599
|
+
/**
|
|
4600
|
+
* An action rendered on a connection row.
|
|
4601
|
+
*
|
|
4602
|
+
* Rows take an ARRAY of these because the `error` status wants both Reconnect and Disconnect.
|
|
4603
|
+
*/
|
|
4604
|
+
interface DbxFirebaseExternalConnectionActionConfig {
|
|
4605
|
+
readonly label: string;
|
|
4606
|
+
readonly icon?: Maybe<string>;
|
|
4607
|
+
readonly confirm?: Maybe<DbxActionConfirmConfig>;
|
|
4608
|
+
readonly handler: WorkUsingContext;
|
|
4609
|
+
}
|
|
4610
|
+
/**
|
|
4611
|
+
* One rendered list item: a row plus the actions currently available for it.
|
|
4612
|
+
*
|
|
4613
|
+
* The actions are paired with the row here rather than derived by the item component because building them needs
|
|
4614
|
+
* the connect/disconnect handlers, which belong to the container that owns the stores.
|
|
4615
|
+
*/
|
|
4616
|
+
interface DbxFirebaseExternalConnectionListItemValue {
|
|
4617
|
+
readonly row: DbxFirebaseExternalConnectionRow;
|
|
4618
|
+
readonly actions?: Maybe<DbxFirebaseExternalConnectionActionConfig[]>;
|
|
4619
|
+
}
|
|
4620
|
+
/**
|
|
4621
|
+
* Derives a row's presentation status from its entry.
|
|
4622
|
+
*
|
|
4623
|
+
* @param entry - The user's entry for the provider, if any.
|
|
4624
|
+
* @returns The row status.
|
|
4625
|
+
*/
|
|
4626
|
+
declare function dbxFirebaseExternalConnectionRowStatusForEntry(entry: Maybe<UserExternalConnectionEntry>): DbxFirebaseExternalConnectionRowStatus;
|
|
4627
|
+
/**
|
|
4628
|
+
* Input for {@link dbxFirebaseExternalConnectionRows}.
|
|
4629
|
+
*/
|
|
4630
|
+
interface DbxFirebaseExternalConnectionRowsInput {
|
|
4631
|
+
/**
|
|
4632
|
+
* Every registered provider, in registration order.
|
|
4633
|
+
*/
|
|
4634
|
+
readonly providers: DbxFirebaseExternalConnectionProvider[];
|
|
4635
|
+
/**
|
|
4636
|
+
* The provider types that are currently enabled.
|
|
4637
|
+
*/
|
|
4638
|
+
readonly enabledProviderTypes: UserExternalConnectionProviderType[];
|
|
4639
|
+
/**
|
|
4640
|
+
* The user's per-provider entries, or null while still loading.
|
|
4641
|
+
*/
|
|
4642
|
+
readonly entries: Maybe<UserExternalConnectionEntryMap>;
|
|
4643
|
+
/**
|
|
4644
|
+
* Whether the connection document is still loading.
|
|
4645
|
+
*/
|
|
4646
|
+
readonly loading?: Maybe<boolean>;
|
|
4647
|
+
}
|
|
4648
|
+
/**
|
|
4649
|
+
* Builds the rows to render.
|
|
4650
|
+
*
|
|
4651
|
+
* The row set is the union of the enabled providers and any registered provider the user still has
|
|
4652
|
+
* an entry for, so a provider that has since been disabled can still be disconnected.
|
|
4653
|
+
*
|
|
4654
|
+
* @param input - The registry state plus the user's entries.
|
|
4655
|
+
* @returns The rows, in registration order.
|
|
4656
|
+
*/
|
|
4657
|
+
declare function dbxFirebaseExternalConnectionRows(input: DbxFirebaseExternalConnectionRowsInput): DbxFirebaseExternalConnectionRow[];
|
|
4658
|
+
|
|
4659
|
+
/**
|
|
4660
|
+
* Default presentation for Cal.com.
|
|
4661
|
+
*
|
|
4662
|
+
* `icon` is a Material Symbols name throughout these defaults: the brand logo set the login registry
|
|
4663
|
+
* pulls from covers Firebase's own auth providers only, so a real mark for any of these services
|
|
4664
|
+
* would need a new asset. An app that has one passes `assets.logoUrl` instead.
|
|
4665
|
+
*/
|
|
4666
|
+
declare const DBX_FIREBASE_EXTERNAL_CONNECTION_CALCOM_PROVIDER: DbxFirebaseExternalConnectionProvider;
|
|
4667
|
+
/**
|
|
4668
|
+
* Default presentation for Zoom.
|
|
4669
|
+
*/
|
|
4670
|
+
declare const DBX_FIREBASE_EXTERNAL_CONNECTION_ZOOM_PROVIDER: DbxFirebaseExternalConnectionProvider;
|
|
4671
|
+
/**
|
|
4672
|
+
* Default presentation for Discord.
|
|
4673
|
+
*/
|
|
4674
|
+
declare const DBX_FIREBASE_EXTERNAL_CONNECTION_DISCORD_PROVIDER: DbxFirebaseExternalConnectionProvider;
|
|
4675
|
+
/**
|
|
4676
|
+
* Default presentation for Zoho.
|
|
4677
|
+
*/
|
|
4678
|
+
declare const DBX_FIREBASE_EXTERNAL_CONNECTION_ZOHO_PROVIDER: DbxFirebaseExternalConnectionProvider;
|
|
4679
|
+
/**
|
|
4680
|
+
* The library's provider for each known third-party service, keyed by provider type.
|
|
4681
|
+
*
|
|
4682
|
+
* Every service the workspace ships a server-side OAuth adapter for appears here, so an app that
|
|
4683
|
+
* mounts one of those controllers has nothing to declare on the client beyond naming it.
|
|
4684
|
+
*/
|
|
4685
|
+
declare const DBX_FIREBASE_KNOWN_EXTERNAL_CONNECTION_PROVIDERS: Record<KnownUserExternalConnectionProviderType, DbxFirebaseExternalConnectionProvider>;
|
|
4686
|
+
/**
|
|
4687
|
+
* Config for {@link dbxFirebaseKnownExternalConnectionProvider}.
|
|
4688
|
+
*/
|
|
4689
|
+
interface DbxFirebaseKnownExternalConnectionProviderConfig {
|
|
4690
|
+
/**
|
|
4691
|
+
* The known provider to start from.
|
|
4692
|
+
*/
|
|
4693
|
+
readonly providerType: KnownUserExternalConnectionProviderType;
|
|
4694
|
+
/**
|
|
4695
|
+
* Asset values to merge over the known provider's, so an app can reword one line without
|
|
4696
|
+
* restating the rest.
|
|
4697
|
+
*/
|
|
4698
|
+
readonly assets?: Maybe<Partial<DbxFirebaseExternalConnectionProviderAssets>>;
|
|
4699
|
+
/**
|
|
4700
|
+
* Overrides the known provider's authorize path.
|
|
4701
|
+
*/
|
|
4702
|
+
readonly authorizePath?: Maybe<string>;
|
|
4703
|
+
/**
|
|
4704
|
+
* Overrides the default redirect-based connect behavior.
|
|
4705
|
+
*/
|
|
4706
|
+
readonly connect?: Maybe<DbxFirebaseExternalConnectionConnectFunction>;
|
|
4707
|
+
/**
|
|
4708
|
+
* Confirmation shown before disconnecting.
|
|
4709
|
+
*/
|
|
4710
|
+
readonly disconnectConfirm?: Maybe<DbxActionConfirmConfig>;
|
|
4711
|
+
}
|
|
4712
|
+
/**
|
|
4713
|
+
* Builds a provider from a known one, with the given overrides applied.
|
|
4714
|
+
*
|
|
4715
|
+
* @param config - The known provider to start from, plus the values to override.
|
|
4716
|
+
* @returns The provider to register.
|
|
4717
|
+
* @throws {Error} When there is no known provider for the given type.
|
|
4718
|
+
*/
|
|
4719
|
+
declare function dbxFirebaseKnownExternalConnectionProvider(config: DbxFirebaseKnownExternalConnectionProviderConfig): DbxFirebaseExternalConnectionProvider;
|
|
4720
|
+
/**
|
|
4721
|
+
* Resolves a configured entry to the provider to register.
|
|
4722
|
+
*
|
|
4723
|
+
* @param entry - A known provider type, or a fully-declared provider.
|
|
4724
|
+
* @returns The provider to register.
|
|
4725
|
+
* @throws {Error} When the entry names a provider type the library has no defaults for.
|
|
4726
|
+
*/
|
|
4727
|
+
declare function dbxFirebaseExternalConnectionProviderForEntry(entry: DbxFirebaseExternalConnectionProviderEntry): DbxFirebaseExternalConnectionProvider;
|
|
4728
|
+
|
|
4729
|
+
/**
|
|
4730
|
+
* How long {@link DEFAULT_EXTERNAL_CONNECTION_NAVIGATE_FUNCTION} waits for the browser to leave the
|
|
4731
|
+
* page before treating the redirect as having failed.
|
|
4732
|
+
*
|
|
4733
|
+
* Generous, because the wait spans the request to the app's own authorize endpoint plus the redirect
|
|
4734
|
+
* chain out to the provider, and a cold serverless function alone can take several seconds.
|
|
4735
|
+
*/
|
|
4736
|
+
declare const DEFAULT_EXTERNAL_CONNECTION_NAVIGATE_TIMEOUT: number;
|
|
4737
|
+
/**
|
|
4738
|
+
* Starts a top-level navigation and resolves only once the browser has committed to leaving the
|
|
4739
|
+
* current page, rejecting when it has not done so within the timeout.
|
|
4740
|
+
*
|
|
4741
|
+
* `pagehide` is the signal: it fires as the browser is about to unload this document for the new one,
|
|
4742
|
+
* which is the earliest point the navigation is known to have actually taken. Anything earlier — an
|
|
4743
|
+
* assignment to `location.href` returning, say — only says the navigation was *requested*.
|
|
4744
|
+
*
|
|
4745
|
+
* The navigation is invoked here rather than by the caller so the listener is always in place before
|
|
4746
|
+
* the page can go, and so a refused navigation settles immediately instead of waiting out the timeout.
|
|
4747
|
+
*
|
|
4748
|
+
* @param navigate - Starts the navigation.
|
|
4749
|
+
* @param timeout - How long to wait before rejecting. Defaults to {@link DEFAULT_EXTERNAL_CONNECTION_NAVIGATE_TIMEOUT}.
|
|
4750
|
+
* @returns Resolves when the page is being unloaded for the navigation.
|
|
4751
|
+
*/
|
|
4752
|
+
declare function navigateAndWaitForPageToLeave(navigate: () => void, timeout?: number): Promise<void>;
|
|
4753
|
+
/**
|
|
4754
|
+
* Default navigation: a top-level browser redirect that settles only once the new page is opening.
|
|
4755
|
+
*
|
|
4756
|
+
* Assigning `location.href` returns immediately — before the request for the new document has even
|
|
4757
|
+
* been answered — so a caller that treated the assignment as the end of the work reported success
|
|
4758
|
+
* while the old page was still sitting there. Waiting for the unload instead means the connect action
|
|
4759
|
+
* stays in its working state for as long as the user is still looking at the settings page, and a
|
|
4760
|
+
* redirect the browser refuses outright surfaces as an error rather than a silent success.
|
|
4761
|
+
*
|
|
4762
|
+
* @param url - The url to navigate to.
|
|
4763
|
+
* @returns Resolves once the browser is leaving the page for the new url.
|
|
4764
|
+
*/
|
|
4765
|
+
declare const DEFAULT_EXTERNAL_CONNECTION_NAVIGATE_FUNCTION: (url: string) => Promise<void>;
|
|
4766
|
+
/**
|
|
4767
|
+
* Registry of the third-party services a user can connect their account to.
|
|
4768
|
+
*
|
|
4769
|
+
* Modeled on `DbxFirebaseAuthLoginService`, but WITHOUT any per-user state: it is root-scoped, so a
|
|
4770
|
+
* Firestore listener held here would live for the app's lifetime and lock the UI to one user. The
|
|
4771
|
+
* connection state is resolved by the container component instead, from a single document read that
|
|
4772
|
+
* is fanned out to every row.
|
|
4773
|
+
*/
|
|
4774
|
+
declare class DbxFirebaseExternalConnectionService {
|
|
4775
|
+
readonly config: DbxFirebaseExternalConnectionsConfig;
|
|
4776
|
+
/**
|
|
4777
|
+
* Optional so the registry is usable — and testable — in an app that has not wired the
|
|
4778
|
+
* userExternalConnection callables. Only state minting needs them, and it says so when they are
|
|
4779
|
+
* missing rather than failing every injection of this service.
|
|
4780
|
+
*/
|
|
4781
|
+
private readonly _userExternalConnectionFunctions;
|
|
4782
|
+
private readonly _providers;
|
|
4783
|
+
private readonly _assets;
|
|
4784
|
+
private _enableAll;
|
|
4785
|
+
private _enabled;
|
|
4786
|
+
constructor();
|
|
4787
|
+
/**
|
|
4788
|
+
* Registers a provider.
|
|
4789
|
+
*
|
|
4790
|
+
* @param provider - The provider to register.
|
|
4791
|
+
* @param override - Whether to override an existing provider of the same type. Defaults to true.
|
|
4792
|
+
* @returns True if the provider was registered.
|
|
4793
|
+
*/
|
|
4794
|
+
register(provider: DbxFirebaseExternalConnectionProvider, override?: boolean): boolean;
|
|
4795
|
+
/**
|
|
4796
|
+
* Patches the assets for a provider type.
|
|
4797
|
+
*
|
|
4798
|
+
* @param providerType - The provider to update.
|
|
4799
|
+
* @param assets - The asset values to merge in.
|
|
4800
|
+
*/
|
|
4801
|
+
updateAssetsForProvider(providerType: UserExternalConnectionProviderType, assets: Partial<DbxFirebaseExternalConnectionProviderAssets>): void;
|
|
4802
|
+
/**
|
|
4803
|
+
* Enables all providers, including any registered later.
|
|
4804
|
+
*
|
|
4805
|
+
* @param enableAll - Whether to enable all providers. Defaults to true.
|
|
4806
|
+
*/
|
|
4807
|
+
setEnableAll(enableAll?: boolean): void;
|
|
4808
|
+
clearEnabled(): void;
|
|
4809
|
+
enable(types: ArrayOrValue<UserExternalConnectionProviderType>): void;
|
|
4810
|
+
disable(types: ArrayOrValue<UserExternalConnectionProviderType>): void;
|
|
4811
|
+
getRegisteredTypes(): UserExternalConnectionProviderType[];
|
|
4812
|
+
getEnabledTypes(): UserExternalConnectionProviderType[];
|
|
4813
|
+
getProvider(providerType: UserExternalConnectionProviderType): Maybe<DbxFirebaseExternalConnectionProvider>;
|
|
4814
|
+
getProviders(types?: Maybe<Iterable<UserExternalConnectionProviderType>>): DbxFirebaseExternalConnectionProvider[];
|
|
4815
|
+
getAssetsForProvider(providerType: UserExternalConnectionProviderType): Maybe<DbxFirebaseExternalConnectionProviderAssets>;
|
|
4816
|
+
/**
|
|
4817
|
+
* Whether the connect flow mints a signed `state` and carries it on the authorize request.
|
|
4818
|
+
*
|
|
4819
|
+
* @returns True when state minting is enabled, which is the default.
|
|
4820
|
+
*/
|
|
4821
|
+
get mintsAuthorizeState(): boolean;
|
|
4822
|
+
/**
|
|
4823
|
+
* Mints the short-lived signed `state` that begins a provider's OAuth handoff.
|
|
4824
|
+
*
|
|
4825
|
+
* An AUTHENTICATED call, which is the entire point of it: the top-level navigation that follows
|
|
4826
|
+
* carries no Firebase ID token, so this is the only place the server learns who is connecting.
|
|
4827
|
+
*
|
|
4828
|
+
* Requires the user to already have a connection document — the server asserts a role against it,
|
|
4829
|
+
* and a role map is only consulted for a document that exists. `DbxFirebaseExternalConnectionsComponent`
|
|
4830
|
+
* creates it on load; a custom UI that reaches this call by another route has to create it too.
|
|
4831
|
+
*
|
|
4832
|
+
* @param providerType - The provider the state is for.
|
|
4833
|
+
* @returns The state to send on the authorize request.
|
|
4834
|
+
*/
|
|
4835
|
+
mintAuthorizeStateForProvider(providerType: UserExternalConnectionProviderType): Promise<DbxFirebaseExternalConnectionAuthorizeState>;
|
|
4836
|
+
/**
|
|
4837
|
+
* Resolves the authorize url for a provider, carrying a freshly minted `state` when state minting
|
|
4838
|
+
* is enabled.
|
|
4839
|
+
*
|
|
4840
|
+
* @param providerType - The provider to resolve.
|
|
4841
|
+
* @returns The authorize url, or null when the provider is not registered.
|
|
4842
|
+
*/
|
|
4843
|
+
authorizeUrlWithStateForProvider(providerType: UserExternalConnectionProviderType): Promise<Maybe<string>>;
|
|
4844
|
+
/**
|
|
4845
|
+
* Resolves the authorize url for a provider, WITHOUT a `state`.
|
|
4846
|
+
*
|
|
4847
|
+
* @param providerType - The provider to resolve.
|
|
4848
|
+
* @returns The authorize url, or null when the provider is not registered.
|
|
4849
|
+
*/
|
|
4850
|
+
authorizeUrlForProvider(providerType: UserExternalConnectionProviderType): Maybe<string>;
|
|
4851
|
+
/**
|
|
4852
|
+
* Starts the connect flow for a provider.
|
|
4853
|
+
*
|
|
4854
|
+
* Uses the provider's own `connect` handler when it declares one, otherwise mints the `state` and
|
|
4855
|
+
* navigates to the authorize url carrying it. The mint is deliberately part of the default rather
|
|
4856
|
+
* than something each app re-implements: the app's authorize endpoint bounces a stateless request
|
|
4857
|
+
* straight to its failure url, so a "connect" that skipped it would look like it worked and land
|
|
4858
|
+
* the user back on the settings page unconnected.
|
|
4859
|
+
*
|
|
4860
|
+
* @param providerType - The provider to connect.
|
|
4861
|
+
* @returns Resolves once the authorize page is actually opening, and rejects when it never opened.
|
|
4862
|
+
*/
|
|
4863
|
+
connectToProvider(providerType: UserExternalConnectionProviderType): Promise<void>;
|
|
4864
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DbxFirebaseExternalConnectionService, never>;
|
|
4865
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<DbxFirebaseExternalConnectionService>;
|
|
4866
|
+
}
|
|
4867
|
+
|
|
4868
|
+
/**
|
|
4869
|
+
* Injection token for the app's UserExternalConnection collection.
|
|
4870
|
+
*
|
|
4871
|
+
* The model's own `UserExternalConnectionFirestoreCollections` is an interface (the canonical model
|
|
4872
|
+
* folder shape) and so cannot be an Angular injection token. This abstract class is that token, and
|
|
4873
|
+
* is bound to the app's collections class by `provideDbxFirebaseExternalConnections()`.
|
|
4874
|
+
*/
|
|
4875
|
+
declare abstract class DbxFirebaseUserExternalConnectionCollections implements UserExternalConnectionFirestoreCollections {
|
|
4876
|
+
abstract readonly userExternalConnectionCollection: UserExternalConnectionFirestoreCollection;
|
|
4877
|
+
}
|
|
4878
|
+
/**
|
|
4879
|
+
* Document store for the signed-in user's single UserExternalConnection document.
|
|
4880
|
+
*
|
|
4881
|
+
* The document id IS the user's uid, so this store is keyed with `setId(currentUid$)`.
|
|
4882
|
+
*/
|
|
4883
|
+
declare class UserExternalConnectionDocumentStore extends AbstractDbxFirebaseDocumentStore<UserExternalConnection, UserExternalConnectionDocument> {
|
|
4884
|
+
readonly userExternalConnectionFunctions: UserExternalConnectionFunctions;
|
|
4885
|
+
constructor();
|
|
4886
|
+
/**
|
|
4887
|
+
* Creates the user's connection document.
|
|
4888
|
+
*
|
|
4889
|
+
* Required before any provider can be connected: the server asserts a role against this document,
|
|
4890
|
+
* and a role map is only consulted for a document that exists. Throws when the user already has
|
|
4891
|
+
* one, so call it only for a user known not to.
|
|
4892
|
+
*/
|
|
4893
|
+
readonly createUserExternalConnection: _dereekb_dbx_firebase.DbxFirebaseDocumentStoreCreateFunction<_dereekb_firebase.CreateUserExternalConnectionParams, _dereekb_firebase.OnCallCreateModelResult>;
|
|
4894
|
+
/**
|
|
4895
|
+
* Disconnects the user from a provider. The only write a client can make to the connection pair.
|
|
4896
|
+
*/
|
|
4897
|
+
readonly disconnectUserExternalConnection: _dereekb_dbx_firebase.DbxFirebaseDocumentStoreFunction<_dereekb_firebase.DisconnectUserExternalConnectionParams, void>;
|
|
4898
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<UserExternalConnectionDocumentStore, never>;
|
|
4899
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<UserExternalConnectionDocumentStore>;
|
|
4900
|
+
}
|
|
4901
|
+
|
|
4902
|
+
/**
|
|
4903
|
+
* Directive providing a {@link UserExternalConnectionDocumentStore} for a single user's connection document.
|
|
4904
|
+
*/
|
|
4905
|
+
declare class DbxFirebaseUserExternalConnectionDocumentStoreDirective extends DbxFirebaseDocumentStoreDirective<UserExternalConnection, UserExternalConnectionDocument, UserExternalConnectionDocumentStore> {
|
|
4906
|
+
constructor();
|
|
4907
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DbxFirebaseUserExternalConnectionDocumentStoreDirective, never>;
|
|
4908
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<DbxFirebaseUserExternalConnectionDocumentStoreDirective, "[dbxFirebaseUserExternalConnectionDocument]", never, {}, {}, never, never, true, never>;
|
|
4909
|
+
}
|
|
4910
|
+
|
|
4911
|
+
/**
|
|
4912
|
+
* Maps the document store's loading state into the per-provider entry map the UI renders from.
|
|
4913
|
+
*
|
|
4914
|
+
* This mapper exists because `dataLoadingState$` turns a MISSING document into
|
|
4915
|
+
* `errorResult(modelDoesNotExistError())` — and a user who has never connected anything has no
|
|
4916
|
+
* document, which is the common case, not an error. `exists$` catches `permission-denied` but does
|
|
4917
|
+
* not feed `dataLoadingState$`, so that case has to be handled here too.
|
|
4918
|
+
*
|
|
4919
|
+
* Both cases mean the same thing to this UI: an empty connection map.
|
|
4920
|
+
*
|
|
4921
|
+
* Pure and exported so it is unit-testable without a TestBed.
|
|
4922
|
+
*
|
|
4923
|
+
* @param state - The document store's data loading state.
|
|
4924
|
+
* @returns The loading state of the user's entry map.
|
|
4925
|
+
*/
|
|
4926
|
+
declare function externalConnectionsLoadingStateFromDocumentLoadingState(state: LoadingState<DocumentDataWithIdAndKey<UserExternalConnection>>): LoadingState<UserExternalConnectionEntryMap>;
|
|
4927
|
+
/**
|
|
4928
|
+
* Decides whether a document load means the user has no connection document and needs one created.
|
|
4929
|
+
*
|
|
4930
|
+
* Only a definitive does-not-exist counts. A state that is still loading carries no value and would
|
|
4931
|
+
* otherwise read as missing — creating on it would fail for every user who does have a document. A
|
|
4932
|
+
* denied read is a rules problem rather than an absent document, so it does not create either.
|
|
4933
|
+
*
|
|
4934
|
+
* Pure and exported so it is unit-testable without a TestBed.
|
|
4935
|
+
*
|
|
4936
|
+
* @param state - The document store's data loading state.
|
|
4937
|
+
* @returns True when the document is known not to exist.
|
|
4938
|
+
*/
|
|
4939
|
+
declare function shouldCreateUserExternalConnectionForDocumentLoadingState(state: LoadingState<DocumentDataWithIdAndKey<UserExternalConnection>>): boolean;
|
|
4940
|
+
/**
|
|
4941
|
+
* Derived state for the signed-in user's external connections.
|
|
4942
|
+
*
|
|
4943
|
+
* Holds THE shared subscription: one document read fanned out to every provider row, instead of one
|
|
4944
|
+
* read per provider. That is the payoff of collapsing to a single document per user.
|
|
4945
|
+
*/
|
|
4946
|
+
declare class DbxFirebaseUserExternalConnectionsStore {
|
|
4947
|
+
readonly userExternalConnectionDocumentStore: UserExternalConnectionDocumentStore;
|
|
4948
|
+
/**
|
|
4949
|
+
* The user's per-provider entries. A missing document (or a denied read) resolves to an empty map.
|
|
4950
|
+
*/
|
|
4951
|
+
readonly entriesLoadingState$: Observable<LoadingState<UserExternalConnectionEntryMap>>;
|
|
4952
|
+
/**
|
|
4953
|
+
* Creates the user's connection document if they do not have one, and does nothing if they do.
|
|
4954
|
+
*
|
|
4955
|
+
* Waits for a settled load before deciding, because a loading state carries no value and would
|
|
4956
|
+
* otherwise read as "missing" for a user who does have a document. Only the definitive
|
|
4957
|
+
* does-not-exist error creates: a denied read is a rules problem, not an absent document.
|
|
4958
|
+
*
|
|
4959
|
+
* The create runs through the document store, so a rejection (including losing the race with
|
|
4960
|
+
* another tab, which the server reports as already-exists) arrives as `error` on the returned
|
|
4961
|
+
* loading state rather than as a thrown error.
|
|
4962
|
+
*
|
|
4963
|
+
* @returns The loading state of the create, or a state with no value when one already exists.
|
|
4964
|
+
*/
|
|
4965
|
+
createIfMissing(): Observable<Maybe<LoadingState<OnCallCreateModelResult>>>;
|
|
4966
|
+
/**
|
|
4967
|
+
* Sets the uid whose connection document is loaded. The document id IS the uid.
|
|
4968
|
+
*
|
|
4969
|
+
* @param uid - The uid, or an observable of it. Null clears the loaded document.
|
|
4970
|
+
*/
|
|
4971
|
+
setUid(uid: Maybe<string> | Observable<Maybe<string>>): void;
|
|
4972
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DbxFirebaseUserExternalConnectionsStore, never>;
|
|
4973
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<DbxFirebaseUserExternalConnectionsStore>;
|
|
4974
|
+
}
|
|
4975
|
+
|
|
4976
|
+
type DbxFirebaseExternalConnectionListItem = DbxValueAsListItem<DbxFirebaseExternalConnectionListItemValue>;
|
|
4977
|
+
/**
|
|
4978
|
+
* Renders every third-party connection as a card row.
|
|
4979
|
+
*
|
|
4980
|
+
* Composed list utilities (see `DocProgressItemListComponent` for the same recipe):
|
|
4981
|
+
* - `.dbx-list-card-items-list` paints each row as a tinted, rounded card;
|
|
4982
|
+
* - `.dbx-list-no-hover-effects` drops the hover state layer, since a row is not clickable — only its buttons are;
|
|
4983
|
+
* - `.dbx-list-auto-height` lets the list flow inline inside the settings section rather than filling it.
|
|
4984
|
+
*
|
|
4985
|
+
* @example
|
|
4986
|
+
* ```html
|
|
4987
|
+
* <dbx-firebase-external-connection-list [state]="listStateSignal()"></dbx-firebase-external-connection-list>
|
|
4988
|
+
* ```
|
|
4989
|
+
*/
|
|
4990
|
+
declare class DbxFirebaseExternalConnectionListComponent extends AbstractDbxListWrapperDirective<DbxFirebaseExternalConnectionListItemValue> {
|
|
4991
|
+
constructor();
|
|
4992
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DbxFirebaseExternalConnectionListComponent, never>;
|
|
4993
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DbxFirebaseExternalConnectionListComponent, "dbx-firebase-external-connection-list", never, {}, {}, never, ["[top]", "[bottom]", "[empty]", "[emptyLoading]", "[end]"], true, never>;
|
|
4994
|
+
}
|
|
4995
|
+
declare class DbxFirebaseExternalConnectionListViewComponent extends AbstractDbxListViewDirective<DbxFirebaseExternalConnectionListItemValue> {
|
|
4996
|
+
readonly config: DbxValueListViewConfig<DbxFirebaseExternalConnectionListItem>;
|
|
4997
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DbxFirebaseExternalConnectionListViewComponent, never>;
|
|
4998
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DbxFirebaseExternalConnectionListViewComponent, "dbx-firebase-external-connection-list-view", never, {}, {}, never, never, true, never>;
|
|
4999
|
+
}
|
|
5000
|
+
/**
|
|
5001
|
+
* One third-party connection: its brand, its current state for the signed-in user, and the actions available for it.
|
|
5002
|
+
*
|
|
5003
|
+
* Presentational — the row and its actions arrive as the injected list item, built by the container that reads every
|
|
5004
|
+
* provider's state from ONE document.
|
|
5005
|
+
*/
|
|
5006
|
+
declare class DbxFirebaseExternalConnectionListViewItemComponent extends AbstractDbxValueListViewItemComponent<DbxFirebaseExternalConnectionListItemValue> {
|
|
5007
|
+
readonly defaultIcon = "link";
|
|
5008
|
+
readonly autoConfirmConfig: DbxActionConfirmConfig<unknown>;
|
|
5009
|
+
get row(): DbxFirebaseExternalConnectionRow;
|
|
5010
|
+
get assets(): _dereekb_dbx_firebase.DbxFirebaseExternalConnectionProviderAssets;
|
|
5011
|
+
/**
|
|
5012
|
+
* Actions for this row. An ARRAY because the `error` status offers both Reconnect and Disconnect.
|
|
5013
|
+
*
|
|
5014
|
+
* @returns The actions to render, empty when there are none.
|
|
5015
|
+
*/
|
|
5016
|
+
get actions(): DbxFirebaseExternalConnectionActionConfig[];
|
|
5017
|
+
get statusLabel(): string;
|
|
5018
|
+
get statusColor(): DbxThemeColor;
|
|
5019
|
+
get connectedAt(): Maybe<Date>;
|
|
5020
|
+
/**
|
|
5021
|
+
* The line under the provider name: which account is connected, or what the provider is for.
|
|
5022
|
+
*
|
|
5023
|
+
* @returns The detail line, or nullish when there is nothing to say.
|
|
5024
|
+
*/
|
|
5025
|
+
get detail(): Maybe<string>;
|
|
5026
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DbxFirebaseExternalConnectionListViewItemComponent, never>;
|
|
5027
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DbxFirebaseExternalConnectionListViewItemComponent, "dbx-firebase-external-connection-list-view-item", never, {}, {}, never, never, true, never>;
|
|
5028
|
+
}
|
|
5029
|
+
|
|
5030
|
+
/**
|
|
5031
|
+
* Renders every registered third-party connection for the signed-in user.
|
|
5032
|
+
*
|
|
5033
|
+
* Owns the stores and makes exactly ONE `toSignal` subscription, which every row is computed from —
|
|
5034
|
+
* the payoff of collapsing to one connection document per user. The rows are presentational and take
|
|
5035
|
+
* their entry as a plain input rather than loading anything themselves.
|
|
5036
|
+
*
|
|
5037
|
+
* @example
|
|
5038
|
+
* ```html
|
|
5039
|
+
* <dbx-firebase-external-connections></dbx-firebase-external-connections>
|
|
5040
|
+
* ```
|
|
5041
|
+
*/
|
|
5042
|
+
declare class DbxFirebaseExternalConnectionsComponent {
|
|
5043
|
+
readonly dbxFirebaseAuthService: DbxFirebaseAuthService;
|
|
5044
|
+
readonly dbxFirebaseExternalConnectionService: DbxFirebaseExternalConnectionService;
|
|
5045
|
+
readonly dbxFirebaseUserExternalConnectionsStore: DbxFirebaseUserExternalConnectionsStore;
|
|
5046
|
+
readonly userExternalConnectionDocumentStore: UserExternalConnectionDocumentStore;
|
|
5047
|
+
constructor();
|
|
5048
|
+
private readonly _currentUidSignal;
|
|
5049
|
+
/**
|
|
5050
|
+
* THE shared subscription. Every row is computed from this one document read.
|
|
5051
|
+
*/
|
|
5052
|
+
private readonly _entriesStateSignal;
|
|
5053
|
+
readonly signedInSignal: i0.Signal<boolean>;
|
|
5054
|
+
readonly errorSignal: i0.Signal<Maybe<_dereekb_util.ReadableError>>;
|
|
5055
|
+
readonly rowsSignal: i0.Signal<DbxFirebaseExternalConnectionRow[]>;
|
|
5056
|
+
/**
|
|
5057
|
+
* The list's state.
|
|
5058
|
+
*
|
|
5059
|
+
* Always a success result, never a loading one: a row carries its own `loading` status and renders a "Loading"
|
|
5060
|
+
* chip, which reads better here than the list swapping itself out for a spinner and then reflowing.
|
|
5061
|
+
*/
|
|
5062
|
+
readonly listStateSignal: i0.Signal<ListLoadingState<DbxFirebaseExternalConnectionListItemValue>>;
|
|
5063
|
+
/**
|
|
5064
|
+
* Builds the actions for a row.
|
|
5065
|
+
*
|
|
5066
|
+
* An errored connection offers both Reconnect and Disconnect: reconnecting is the usual fix, but a
|
|
5067
|
+
* user who no longer wants the integration must not be forced to reauthorize just to remove it.
|
|
5068
|
+
*
|
|
5069
|
+
* @param row - The row to build actions for.
|
|
5070
|
+
* @returns The actions to render, or null while loading.
|
|
5071
|
+
*/
|
|
5072
|
+
actionsForRow(row: DbxFirebaseExternalConnectionRow): Maybe<DbxFirebaseExternalConnectionActionConfig[]>;
|
|
5073
|
+
/**
|
|
5074
|
+
* Starts the connect flow for a provider.
|
|
5075
|
+
*
|
|
5076
|
+
* The action stays working until the authorize page is actually opening, rather than succeeding the
|
|
5077
|
+
* moment the redirect is requested — the page the user is looking at has not changed yet, so a
|
|
5078
|
+
* success there reads as "nothing happened".
|
|
5079
|
+
*
|
|
5080
|
+
* @param providerType - The provider to connect.
|
|
5081
|
+
* @returns Resolves once the authorize page is actually opening.
|
|
5082
|
+
*/
|
|
5083
|
+
connectToProvider(providerType: UserExternalConnectionProviderType): Promise<void>;
|
|
5084
|
+
/**
|
|
5085
|
+
* Disconnects the signed-in user from a provider.
|
|
5086
|
+
*
|
|
5087
|
+
* @param providerType - The provider to disconnect.
|
|
5088
|
+
* @returns The loading state observable of the callable.
|
|
5089
|
+
*/
|
|
5090
|
+
disconnectFromProvider(providerType: UserExternalConnectionProviderType): rxjs.Observable<LoadingState<void>>;
|
|
5091
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DbxFirebaseExternalConnectionsComponent, never>;
|
|
5092
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DbxFirebaseExternalConnectionsComponent, "dbx-firebase-external-connections", never, {}, {}, never, never, true, never>;
|
|
5093
|
+
}
|
|
5094
|
+
|
|
5095
|
+
/**
|
|
5096
|
+
* Configuration for provideDbxFirebaseExternalConnections().
|
|
5097
|
+
*/
|
|
5098
|
+
interface ProvideDbxFirebaseExternalConnectionsConfig extends DbxFirebaseExternalConnectionsConfig {
|
|
5099
|
+
/**
|
|
5100
|
+
* The app's Firestore collections class, which must implement `UserExternalConnectionFirestoreCollections`.
|
|
5101
|
+
*
|
|
5102
|
+
* Passed explicitly rather than derived, for the same reason `provideDbxFirestoreCollection()`
|
|
5103
|
+
* takes it: the library never names an app's collections class.
|
|
5104
|
+
*/
|
|
5105
|
+
readonly appCollectionClass: ClassLikeType<UserExternalConnectionFirestoreCollections>;
|
|
5106
|
+
}
|
|
5107
|
+
/**
|
|
5108
|
+
* Registers the third-party connection providers an app offers, plus the registry service and the
|
|
5109
|
+
* collection token the connection stores read from.
|
|
5110
|
+
*
|
|
5111
|
+
* A SIBLING of `provideDbxFirebase()` (like `provideDbxFirebaseLogin()` / `provideDbxFirebaseOidc()`)
|
|
5112
|
+
* rather than part of it: it requires an app-supplied provider catalog and depends on
|
|
5113
|
+
* `provideDbxFirestoreCollection()` having run.
|
|
5114
|
+
*
|
|
5115
|
+
* Naming a known provider type is all an app needs to offer that service: the library carries the
|
|
5116
|
+
* presentation, and the connect flow — minting the signed `state`, then redirecting to the authorize
|
|
5117
|
+
* url carrying it — is the library's default. Nothing about it belongs in an app's config.
|
|
5118
|
+
*
|
|
5119
|
+
* @param config - The provider catalog and authorize configuration.
|
|
5120
|
+
* @returns EnvironmentProviders.
|
|
5121
|
+
*
|
|
5122
|
+
* @example
|
|
5123
|
+
* ```ts
|
|
5124
|
+
* provideDbxFirebaseExternalConnections({
|
|
5125
|
+
* appCollectionClass: DemoFirestoreCollections,
|
|
5126
|
+
* authorizeOrigin: environment.externalConnectionAuthorizeOrigin,
|
|
5127
|
+
* providers: [
|
|
5128
|
+
* CALCOM_USER_EXTERNAL_CONNECTION_PROVIDER_TYPE,
|
|
5129
|
+
* // start from a known provider and reword one line
|
|
5130
|
+
* dbxFirebaseKnownExternalConnectionProvider({ providerType: DISCORD_USER_EXTERNAL_CONNECTION_PROVIDER_TYPE, assets: { description: 'Link Discord to get notified in your server.' } }),
|
|
5131
|
+
* // or declare a service the library has no defaults for
|
|
5132
|
+
* APP_INTERNAL_EXTERNAL_CONNECTION_PROVIDER
|
|
5133
|
+
* ]
|
|
5134
|
+
* })
|
|
5135
|
+
* ```
|
|
5136
|
+
*/
|
|
5137
|
+
declare function provideDbxFirebaseExternalConnections(config: ProvideDbxFirebaseExternalConnectionsConfig): EnvironmentProviders;
|
|
5138
|
+
|
|
4381
5139
|
/**
|
|
4382
5140
|
* The "send a test message" action for one delivery method's section.
|
|
4383
5141
|
*
|
|
@@ -6608,5 +7366,5 @@ interface ProvideDbxFirebaseConfig<T, M extends FirebaseFunctionsMap = FirebaseF
|
|
|
6608
7366
|
*/
|
|
6609
7367
|
declare function provideDbxFirebase<T, M extends FirebaseFunctionsMap = FirebaseFunctionsMap>(config: ProvideDbxFirebaseConfig<T, M>): EnvironmentProviders;
|
|
6610
7368
|
|
|
6611
|
-
export { AbstractConfiguredDbxFirebaseLoginButtonDirective, AbstractDbxFirebaseCollectionStore, AbstractDbxFirebaseCollectionWithParentStore, AbstractDbxFirebaseDocumentStore, AbstractDbxFirebaseDocumentWithParentStore, AbstractDbxFirebaseModelEntityWidgetDirective, AbstractDbxFirebaseNotificationItemWidgetComponent, AbstractRootSingleItemDbxFirebaseDocument, AbstractSingleItemDbxFirebaseDocument, AbstractSystemStateDocumentStoreAccessor, DBX_CONFIGURED_DBX_FIREBASE_LOGIN_BUTTON_COMPONENT_CONFIGURATION, DBX_FIREBASE_APP_OPTIONS_TOKEN, DBX_FIREBASE_AUTH_FLOW_TOKEN, DBX_FIREBASE_DOCUMENT_STORE_CONTEXT_STORE_TOKEN, DBX_FIREBASE_MODEL_DOES_NOT_EXIST_ERROR, DBX_FIREBASE_MODEL_ENTITY_WITH_STORE_TOKEN, DBX_FIREBASE_STORAGEFILE_DOWNLOAD_STORAGE_ACCESSOR_TOKEN, DBX_FIREBASE_STORAGE_CONTEXT_CONFIG_TOKEN, DBX_FIREBASE_STORAGE_CONTEXT_TOKEN, DBX_FIREBASE_STORAGE_PDF_MERGE_UPLOAD_FILE_NAME, DBX_FIRESTORE_CONTEXT_TOKEN, DEFAULT_CONFIGURED_DBX_FIREBASE_LOGIN_BUTTON_TEMPLATE, DEFAULT_DBX_FIREBASE_ANALYTICS_USER_PROPERTIES_FACTORY, DEFAULT_DBX_FIREBASE_AUTH_FLOW, DEFAULT_DBX_FIREBASE_AUTH_SERVICE_DELEGATE, DEFAULT_DBX_FIREBASE_ID_ROUTER_PARAM_ID_PARAM_KEY, DEFAULT_DBX_FIREBASE_ID_ROUTER_PARAM_KEY_PARAM_KEY, DEFAULT_DBX_FIREBASE_ID_ROUTER_PARAM_USE_PARAM_VALUE, DEFAULT_DBX_FIREBASE_MODEL_ENTITIES_COMPONENT_POPOVER_KEY, DEFAULT_DBX_FIREBASE_MODEL_HISTORY_COMPONENT_POPOVER_KEY, DEFAULT_DBX_FIREBASE_NOTIFICATION_ITEM_STORE_POPOVER_KEY, DEFAULT_FIREBASE_AUTH_LOGIN_PASSWORD_CONFIG, DEFAULT_FIREBASE_AUTH_LOGIN_PASSWORD_CONFIG_TOKEN, DEFAULT_FIREBASE_AUTH_LOGIN_PROVIDERS_TOKEN, DEFAULT_FIREBASE_AUTH_LOGIN_TERMS_COMPONENT_CLASS_TOKEN, DEFAULT_FIREBASE_COLLECTION_CHANGE_TRIGGER_FUNCTION, DEFAULT_FIREBASE_DEVELOPMENT_ENABLED_TOKEN, DEFAULT_FIREBASE_DEVELOPMENT_POPUP_KEY, DEFAULT_FIREBASE_DEVELOPMENT_SCHEDULER_ENABLED_TOKEN, DEFAULT_FIREBASE_DEVELOPMENT_WIDGET_PROVIDERS_TOKEN, DEFAULT_FIREBASE_LOGIN_METHOD_CATEGORY, DEFAULT_FIREBASE_NOTIFICATION_ITEM_WIDGET_TYPE, DEFAULT_NOTIFICATION_HEALTH_CHECK_PRESENTATION_ENTRIES, DEFAULT_NOTIFICATION_HEALTH_CHECK_PROBE_WATCH_MINUTES, DEVELOPMENT_FIREBASE_SERVER_SCHEDULER_WIDGET_KEY, DbxFirebaseAnalyticsUserEventsListenerService, DbxFirebaseAnalyticsUserSource, DbxFirebaseAppCheckHttpInterceptor, DbxFirebaseAuthImpersonationDelegate, DbxFirebaseAuthLoginService, DbxFirebaseAuthService, DbxFirebaseAuthServiceDelegate, DbxFirebaseCollectionChangeDirective, DbxFirebaseCollectionChangeTriggerInstance, DbxFirebaseCollectionHasChangeDirective, DbxFirebaseCollectionListDirective, DbxFirebaseCollectionLoaderInstance, DbxFirebaseCollectionStoreDirective, DbxFirebaseCollectionWithParentStoreDirective, DbxFirebaseDevelopmentDirective, DbxFirebaseDevelopmentModule, DbxFirebaseDevelopmentPopupComponent, DbxFirebaseDevelopmentPopupContentComponent, DbxFirebaseDevelopmentPopupContentForgeFormComponent, DbxFirebaseDevelopmentSchedulerListComponent, DbxFirebaseDevelopmentSchedulerListViewComponent, DbxFirebaseDevelopmentSchedulerListViewItemComponent, DbxFirebaseDevelopmentSchedulerService, DbxFirebaseDevelopmentSchedulerWidgetComponent, DbxFirebaseDevelopmentService, DbxFirebaseDevelopmentWidgetService, DbxFirebaseDocumentLoaderInstance, DbxFirebaseDocumentStoreContextModelEntitiesSourceDirective, DbxFirebaseDocumentStoreContextStore, DbxFirebaseDocumentStoreContextStoreDirective, DbxFirebaseDocumentStoreDirective, DbxFirebaseDocumentStoreIdFromTwoWayModelKeyDirective, DbxFirebaseDocumentStoreTwoWayKeyProvider, DbxFirebaseDocumentStoreTwoWayModelKeySourceDirective, DbxFirebaseEmailForgeFormComponent, DbxFirebaseEmailRecoveryForgeFormComponent, DbxFirebaseEmulatorService, DbxFirebaseLoginAnonymousComponent, DbxFirebaseLoginAppleComponent, DbxFirebaseLoginButtonComponent, DbxFirebaseLoginButtonContainerComponent, DbxFirebaseLoginComponent, DbxFirebaseLoginContext, DbxFirebaseLoginContextBackButtonComponent, DbxFirebaseLoginContextDirective, DbxFirebaseLoginEmailComponent, DbxFirebaseLoginEmailContentComponent, DbxFirebaseLoginFacebookComponent, DbxFirebaseLoginGitHubComponent, DbxFirebaseLoginGoogleComponent, DbxFirebaseLoginListComponent, DbxFirebaseLoginMicrosoftComponent, DbxFirebaseLoginTermsComponent, DbxFirebaseLoginTermsSimpleComponent, DbxFirebaseLoginTwitterComponent, DbxFirebaseManageAuthProvidersComponent, DbxFirebaseModelContextService, DbxFirebaseModelEntitiesComponent, DbxFirebaseModelEntitiesDebugWidgetComponent, DbxFirebaseModelEntitiesPopoverButtonComponent, DbxFirebaseModelEntitiesPopoverComponent, DbxFirebaseModelEntitiesSource, DbxFirebaseModelEntitiesWidgetService, DbxFirebaseModelEntitiesWidgetServiceConfig, DbxFirebaseModelHistoryComponent, DbxFirebaseModelHistoryPopoverButtonComponent, DbxFirebaseModelHistoryPopoverComponent, DbxFirebaseModelKeyComponent, DbxFirebaseModelModule, DbxFirebaseModelStoreModule, DbxFirebaseModelTrackerService, DbxFirebaseModelTypeInstanceListComponent, DbxFirebaseModelTypeInstanceListViewComponent, DbxFirebaseModelTypeInstanceListViewItemComponent, DbxFirebaseModelTypesService, DbxFirebaseModelTypesServiceConfig, DbxFirebaseModelViewedEventDirective, DbxFirebaseModule, DbxFirebaseNotificationBoxCollectionStoreDirective, DbxFirebaseNotificationBoxDocumentStoreDirective, DbxFirebaseNotificationCollectionStoreDirective, DbxFirebaseNotificationDocumentStoreDirective, DbxFirebaseNotificationHealthCheckComponent, DbxFirebaseNotificationHealthCheckConfig, DbxFirebaseNotificationHealthCheckDialogButtonComponent, DbxFirebaseNotificationHealthCheckDialogComponent, DbxFirebaseNotificationHealthCheckIssueComponent, DbxFirebaseNotificationHealthCheckMethodComponent, DbxFirebaseNotificationHealthCheckPresentationService, DbxFirebaseNotificationHealthCheckPresentationServiceConfig, DbxFirebaseNotificationHealthCheckViewComponent, DbxFirebaseNotificationItemContentComponent, DbxFirebaseNotificationItemDefaultViewComponent, DbxFirebaseNotificationItemListComponent, DbxFirebaseNotificationItemListViewComponent, DbxFirebaseNotificationItemListViewItemComponent, DbxFirebaseNotificationItemStore, DbxFirebaseNotificationItemStorePopoverButtonComponent, DbxFirebaseNotificationItemStorePopoverComponent, DbxFirebaseNotificationItemViewComponent, DbxFirebaseNotificationItemWidgetService, DbxFirebaseNotificationSummaryCollectionStoreDirective, DbxFirebaseNotificationSummaryDocumentStoreDirective, DbxFirebaseNotificationTemplateService, DbxFirebaseNotificationUserCollectionStoreDirective, DbxFirebaseNotificationUserDocumentStoreDirective, DbxFirebaseNotificationUserHealthCheckStore, DbxFirebaseParsedEmulatorsConfig, DbxFirebasePasswordResetComponent, DbxFirebasePasswordResetFormComponent, DbxFirebaseRegisterComponent, DbxFirebaseRegisterEmailComponent, DbxFirebaseStorageFileCollectionStoreDirective, DbxFirebaseStorageFileDocumentStoreDirective, DbxFirebaseStorageFileDownloadButtonComponent, DbxFirebaseStorageFileDownloadService, DbxFirebaseStorageFileDownloadStorage, DbxFirebaseStorageFileGroupDocumentStoreDirective, DbxFirebaseStorageFileUploadActionHandlerDirective, DbxFirebaseStorageFileUploadInitializeDocumentDirective, DbxFirebaseStorageFileUploadModule, DbxFirebaseStorageFileUploadStore, DbxFirebaseStorageFileUploadStoreDirective, DbxFirebaseStorageFileUploadSyncDirective, DbxFirebaseStoragePdfMergeUploadSyncDirective, DbxFirebaseStorageService, DbxFirebaseSystemStateCollectionStoreDirective, DbxFirebaseSystemStateDocumentStoreDirective, DbxFirestoreContextService, DbxLimitedFirebaseDocumentLoaderInstance, FIREBASE_APP_CHECK_TOKEN, FIREBASE_APP_TOKEN, FIREBASE_AUTH_TOKEN, FIREBASE_FIRESTORE_TOKEN, FIREBASE_FUNCTIONS_TOKEN, FIREBASE_NOTIFICATION_ITEM_WIDGET_TYPE_PREFIX, FIREBASE_PROVIDER_ID_TO_LOGIN_METHOD_TYPE_MAP, FIREBASE_STORAGE_TOKEN, FlatFirestoreModelKeyPipe, IMPORTS_AND_EXPORTS, LOGIN_METHOD_TYPE_TO_FIREBASE_PROVIDER_ID_MAP, NOTIFICATION_DELIVERY_METHOD_ICONS, NOTIFICATION_DELIVERY_METHOD_LABELS, NOTIFICATION_DELIVERY_METHOD_SHORT_LABELS, NOTIFICATION_DELIVERY_METHOD_TEST_MESSAGE_LABELS, NOTIFICATION_DELIVERY_METHOD_TEST_MESSAGE_NOUNS, NOTIFICATION_HEALTH_CHECK_PROBE_ISSUE_OUTCOMES, NOTIFICATION_HEALTH_CHECK_STATUS_COLORS, NOTIFICATION_HEALTH_CHECK_STATUS_ICONS, NOTIFICATION_HEALTH_CHECK_STATUS_LABELS, NotificationBoxCollectionStore, NotificationBoxDocumentStore, NotificationCollectionStore, NotificationDocumentStore, NotificationSummaryCollectionStore, NotificationSummaryDocumentStore, NotificationUserCollectionStore, NotificationUserDocumentStore, OAUTH_FIREBASE_LOGIN_METHOD_CATEGORY, StorageFileCollectionStore, StorageFileDocumentStore, StorageFileGroupDocumentStore, StorageFileUploadFilesError, SystemStateCollectionStore, SystemStateDocumentStore, TwoWayFlatFirestoreModelKeyPipe, authRolesObsWithClaimsService, authUserInfoFromAuthUser, authUserStateFromFirebaseAuthServiceFunction, createDbxFirebaseAppCheck, createDbxFirebaseAuth, createDbxFirebaseFirestore, createDbxFirebaseFunctions, createDbxFirebaseStorage, dbxFirebaseAuthContextInfo, dbxFirebaseCollectionChangeTrigger, dbxFirebaseCollectionChangeTriggerForStore, dbxFirebaseCollectionChangeTriggerForWatcher, dbxFirebaseCollectionChangeWatcher, dbxFirebaseCollectionLoaderInstance, dbxFirebaseCollectionLoaderInstanceWithCollection, dbxFirebaseDocumentLoaderInstance, dbxFirebaseDocumentLoaderInstanceWithAccessor, dbxFirebaseDocumentStoreContextModelEntitiesSourceFactory, dbxFirebaseIdRouteParamRedirect, dbxFirebaseInContextFirebaseModelServiceInstance, dbxFirebaseInContextFirebaseModelServiceInstanceFactory, dbxFirebaseKeyRouteParamRedirect, dbxFirebaseModelContextServiceInfoInstanceFactory, dbxFirebaseModelEntityWidgetInjectionConfigFactory, dbxFirebaseModelTypesServiceInstance, dbxFirebaseModelTypesServiceInstancePairForKeysFactory, dbxFirebaseSourceSelectLoadSource, dbxFirebaseStorageFileDownloadServiceCustomSourceFromObs, dbxFirebaseStorageFileImageCompressionFileModifier, dbxFirebaseStorageProvidersContextConfigFactory, dbxLimitedFirebaseDocumentLoaderInstance, dbxLimitedFirebaseDocumentLoaderInstanceWithAccessor, dbxWidgetTypeForNotificationTemplateType, defaultDbxFirebaseAuthServiceDelegateWithClaimsService, defaultDbxFirebaseStorageFileDownloadStorageAccessorFactory, developmentFirebaseServerSchedulerWidgetEntry, enableAppCheckDebugTokenGeneration, firebaseAuthState, firebaseAuthTokenFromUser, firebaseCollectionStoreCreateFunction, firebaseCollectionStoreCrudFunction, firebaseContextServiceEntityMap, firebaseDocumentStoreCreateFunction, firebaseDocumentStoreCrudFunction, firebaseDocumentStoreDeleteFunction, firebaseDocumentStoreInvokeFunction, firebaseDocumentStoreReadFunction, firebaseDocumentStoreUpdateFunction, firebaseIdToken, firebaseProviderIdToLoginMethodType, isDbxFirebaseModelEntityWithStore, isStandaloneWebApp, linkDocumentStoreToParentContextStores, loginMethodTypeToFirebaseProviderId, modelDoesNotExistError, notificationHealthCheckProbeIssueLabel, parseDbxFirebaseEmulatorsConfig, provideDbxFirebase, provideDbxFirebaseAnalyticsUserEventsListenerService, provideDbxFirebaseApp, provideDbxFirebaseAuth, provideDbxFirebaseAuthImpersonation, provideDbxFirebaseCollectionStoreDirective, provideDbxFirebaseCollectionWithParentStoreDirective, provideDbxFirebaseDevelopment, provideDbxFirebaseDocumentStoreContextStore, provideDbxFirebaseDocumentStoreDirective, provideDbxFirebaseDocumentStoreTwoWayKeyProvider, provideDbxFirebaseFunctions, provideDbxFirebaseLogin, provideDbxFirebaseModelContextService, provideDbxFirebaseModelEntitiesWidgetService, provideDbxFirebaseNotifications, provideDbxFirebaseStorageFileService, provideDbxFirestoreCollection, provideNotificationFirestoreCollections, provideStorageFileFirestoreCollections, provideSystemStateFirestoreCollections, providedDbxFirebaseStorage, readDbxAnalyticsUserPropertiesFromAuthUserInfo, readValueFromIdToken, resolveDbxFirebaseAuthFlow, setParentStoreEffect, stateFromTokenForLoggedInUserFunction, storageFileUploadFiles, storageFileUploadHandler };
|
|
6612
|
-
export type { AuthRolesObsWithClaimsServiceConfig, AuthUserInfo, AuthUserStateObsFunction, CreateDbxFirebaseAppCheckParams, CreateDbxFirebaseAuthParams, CreateDbxFirebaseFirestoreParams, CreateDbxFirebaseFunctionsParams, CreateDbxFirebaseStorageParams, DbxFirebaseAnalyticsUserPropertiesFactory, DbxFirebaseAppCheckConfig, DbxFirebaseAppOptions, DbxFirebaseAuthContextInfo, DbxFirebaseAuthFlow, DbxFirebaseAuthLoginPasswordConfig, DbxFirebaseAuthLoginProvider, DbxFirebaseAuthLoginProviderAssets, DbxFirebaseCollectionChangeTrigger, DbxFirebaseCollectionChangeTriggerFunction, DbxFirebaseCollectionChangeTriggerInstanceConfig, DbxFirebaseCollectionChangeWatcher, DbxFirebaseCollectionChangeWatcherEvent, DbxFirebaseCollectionChangeWatcherInstance, DbxFirebaseCollectionChangeWatcherTriggerMode, DbxFirebaseCollectionHasChangeDirectiveMode, DbxFirebaseCollectionLoader, DbxFirebaseCollectionLoaderAccessor, DbxFirebaseCollectionLoaderAccessorWithAccumulator, DbxFirebaseCollectionLoaderInstanceData, DbxFirebaseCollectionLoaderInstanceInitConfig, DbxFirebaseCollectionLoaderWithAccumulator, DbxFirebaseCollectionMode, DbxFirebaseCollectionStore, DbxFirebaseCollectionStoreContextState, DbxFirebaseCollectionStoreCreateFunction, DbxFirebaseCollectionStoreCrudFunction, DbxFirebaseCollectionWithParentStore, DbxFirebaseCollectionWithParentStoreContextState, DbxFirebaseCompletePasswordResetInput, DbxFirebaseComponentStoreSetParentEffectFunction, DbxFirebaseComponentStoreWithParent, DbxFirebaseComponentStoreWithParentContextState, DbxFirebaseComponentStoreWithParentSetParentEffectFunction, DbxFirebaseComponentStoreWithParentSetParentSourceModeFunction, DbxFirebaseComponentStoreWithParentSetParentStoreEffectFunction, DbxFirebaseComponentStoreWithParentSourceMode, DbxFirebaseDevelopmentPopupContentFormInput, DbxFirebaseDevelopmentPopupContentFormValue, DbxFirebaseDevelopmentWidgetEntry, DbxFirebaseDocumentLoader, DbxFirebaseDocumentLoaderInstanceInitConfig, DbxFirebaseDocumentReadOnlyStore, DbxFirebaseDocumentStore, DbxFirebaseDocumentStoreContextState, DbxFirebaseDocumentStoreContextStoreEntry, DbxFirebaseDocumentStoreContextStoreEntryNumber, DbxFirebaseDocumentStoreContextStoreEntryWithIdentity, DbxFirebaseDocumentStoreContextStoreState, DbxFirebaseDocumentStoreCreateFunction, DbxFirebaseDocumentStoreCrudFunction, DbxFirebaseDocumentStoreFunction, DbxFirebaseDocumentStoreFunctionParams, DbxFirebaseDocumentStoreFunctionParamsInput, DbxFirebaseDocumentWithParentStore, DbxFirebaseDocumentWithParentStoreContextState, DbxFirebaseEmailFormConfig, DbxFirebaseEmailFormValue, DbxFirebaseEmailRecoveryFormValue, DbxFirebaseEmulatorConfig, DbxFirebaseEmulatorsConfig, DbxFirebaseEnvironmentOptions, DbxFirebaseIdRouteParamRedirect, DbxFirebaseIdRouteParamRedirectInstance, DbxFirebaseInContextFirebaseModelInfoServiceInstance, DbxFirebaseInContextFirebaseModelRolesServiceInstance, DbxFirebaseInContextFirebaseModelServiceInstance, DbxFirebaseInContextFirebaseModelServiceInstanceFactory, DbxFirebaseLoginButtonConfig, DbxFirebaseLoginButtonInjectionData, DbxFirebaseLoginEmailContentComponentConfig, DbxFirebaseLoginEmailContentMode, DbxFirebaseLoginListItemInjectionComponentConfig, DbxFirebaseLoginMode, DbxFirebaseModelContextServiceFactory, DbxFirebaseModelContextServiceInfoInstanceFactory, DbxFirebaseModelContextServiceInfoInstanceFactoryConfig, DbxFirebaseModelDisplayInfo, DbxFirebaseModelEntitiesPopoverButtonConfig, DbxFirebaseModelEntitiesPopoverConfig, DbxFirebaseModelEntitiesPopoverConfigWithoutOrigin, DbxFirebaseModelEntitiesWidgetEntry, DbxFirebaseModelEntitiesWidgetInjectionConfig, DbxFirebaseModelEntitiesWidgetInjectionConfigFactory, DbxFirebaseModelEntitiesWidgetServiceConfigFactory, DbxFirebaseModelEntity, DbxFirebaseModelEntityWithKey, DbxFirebaseModelEntityWithKeyAndStore, DbxFirebaseModelEntityWithStore, DbxFirebaseModelHistoryPopoverButtonConfig, DbxFirebaseModelHistoryPopoverConfig, DbxFirebaseModelHistoryPopoverConfigWithoutOrigin, DbxFirebaseModelTrackerFilterItem, DbxFirebaseModelTrackerHistoryFilter, DbxFirebaseModelTypeInfo, DbxFirebaseModelTypeInstanceListItem, DbxFirebaseModelTypesMap, DbxFirebaseModelTypesServiceEntry, DbxFirebaseModelTypesServiceInstance, DbxFirebaseModelTypesServiceInstancePair, DbxFirebaseModelTypesServiceInstancePairForKeysFactory, DbxFirebaseNotificationHealthCheckDialogButtonComponentConfig, DbxFirebaseNotificationHealthCheckDialogComponentConfig, DbxFirebaseNotificationHealthCheckIssuePresentation, DbxFirebaseNotificationHealthCheckMethodProbeActionConfig, DbxFirebaseNotificationHealthCheckPresentationEntry, DbxFirebaseNotificationHealthCheckProbeActionMap, DbxFirebaseNotificationItemStorePopoverButtonConfig, DbxFirebaseNotificationItemStorePopoverParams, DbxFirebaseNotificationItemStoreState, DbxFirebaseNotificationItemWidgetEntry, DbxFirebaseNotificationItemWidgetEntryRegistration, DbxFirebaseNotificationUserHealthCheckProbeVerification, DbxFirebaseNotificationUserHealthCheckRunParams, DbxFirebaseNotificationUserHealthCheckStoreState, DbxFirebasePasswordResetFormConfig, DbxFirebasePasswordResetFormValue, DbxFirebaseResolvedAuthFlow, DbxFirebaseSourceSelectLoadSourceConfig, DbxFirebaseStorageContextConfigFactory, DbxFirebaseStorageFileDownloadButtonConfig, DbxFirebaseStorageFileDownloadButtonSource, DbxFirebaseStorageFileDownloadDetails, DbxFirebaseStorageFileDownloadServiceCustomSource, DbxFirebaseStorageFileDownloadServiceCustomSourceDownloadFunction, DbxFirebaseStorageFileDownloadUrlPair, DbxFirebaseStorageFileDownloadUrlPairString, DbxFirebaseStorageFileDownloadUrlPairsRecord, DbxFirebaseStorageFileDownloadUserCache, DbxFirebaseStorageFileImageCompressionFileModifierConfig, DbxFirebaseStorageFileImageCompressionLogger, DbxFirebaseStorageFileUploadFileModifier, DbxFirebaseStorageFileUploadStoreAllowedTypes, DbxFirebaseStorageFileUploadStoreFileProgress, DbxFirebaseStorageFileUploadStoreState, DbxFirebaseStorageFileUploadStoreUploadStage, DbxLimitedFirebaseDocumentLoader, DefaultDbxFirebaseAuthServiceDelegateWithClaimsServiceConfig, FirebaseDocumentStoreFunctionConfig, FirebaseLoginMethodCategory, FirebaseLoginMethodType, KnownFirebaseLoginMethodCategory, KnownFirebaseLoginMethodType, NotificationItemWithSelection, ProvideDbxFirebaseAppConfig, ProvideDbxFirebaseAuthConfig, ProvideDbxFirebaseAuthImpersonationConfig, ProvideDbxFirebaseConfig, ProvideDbxFirebaseDevelopmentConfig, ProvideDbxFirebaseFirestoreCollectionConfig, ProvideDbxFirebaseFunctionsConfig, ProvideDbxFirebaseLoginConfig, ProvideDbxFirebaseModelContextServiceConfig, ProvideDbxFirebaseModelEntitiesWidgetServiceConfig, ProvideDbxFirebaseNotificationsConfig, ProvideDbxFirebaseStorageConfig, ScheduledFunctionDevelopmentFirebaseFunctionListEntryWithSelection, StateFromTokenFunction, StorageFileUploadConfig, StorageFileUploadConfigFactory, StorageFileUploadConfigOptions, StorageFileUploadFilesEvent, StorageFileUploadFilesFinalFileResult, StorageFileUploadFilesFinalResult, StorageFileUploadFilesInput, StorageFileUploadFilesInstance, StorageFileUploadHandler, StorageFileUploadHandlerConfig, StorageFileUploadHandlerFunction, StorageFileUploadHandlerInstance };
|
|
7369
|
+
export { AbstractConfiguredDbxFirebaseLoginButtonDirective, AbstractDbxFirebaseCollectionStore, AbstractDbxFirebaseCollectionWithParentStore, AbstractDbxFirebaseDocumentStore, AbstractDbxFirebaseDocumentWithParentStore, AbstractDbxFirebaseModelEntityWidgetDirective, AbstractDbxFirebaseNotificationItemWidgetComponent, AbstractRootSingleItemDbxFirebaseDocument, AbstractSingleItemDbxFirebaseDocument, AbstractSystemStateDocumentStoreAccessor, DBX_CONFIGURED_DBX_FIREBASE_LOGIN_BUTTON_COMPONENT_CONFIGURATION, DBX_FIREBASE_APP_OPTIONS_TOKEN, DBX_FIREBASE_AUTH_FLOW_TOKEN, DBX_FIREBASE_DOCUMENT_STORE_CONTEXT_STORE_TOKEN, DBX_FIREBASE_EXTERNAL_CONNECTION_CALCOM_PROVIDER, DBX_FIREBASE_EXTERNAL_CONNECTION_DISCORD_PROVIDER, DBX_FIREBASE_EXTERNAL_CONNECTION_ZOHO_PROVIDER, DBX_FIREBASE_EXTERNAL_CONNECTION_ZOOM_PROVIDER, DBX_FIREBASE_KNOWN_EXTERNAL_CONNECTION_PROVIDERS, DBX_FIREBASE_MODEL_DOES_NOT_EXIST_ERROR, DBX_FIREBASE_MODEL_ENTITY_WITH_STORE_TOKEN, DBX_FIREBASE_STORAGEFILE_DOWNLOAD_STORAGE_ACCESSOR_TOKEN, DBX_FIREBASE_STORAGE_CONTEXT_CONFIG_TOKEN, DBX_FIREBASE_STORAGE_CONTEXT_TOKEN, DBX_FIREBASE_STORAGE_PDF_MERGE_UPLOAD_FILE_NAME, DBX_FIRESTORE_CONTEXT_TOKEN, DEFAULT_CONFIGURED_DBX_FIREBASE_LOGIN_BUTTON_TEMPLATE, DEFAULT_DBX_FIREBASE_ANALYTICS_USER_PROPERTIES_FACTORY, DEFAULT_DBX_FIREBASE_AUTH_FLOW, DEFAULT_DBX_FIREBASE_AUTH_SERVICE_DELEGATE, DEFAULT_DBX_FIREBASE_ID_ROUTER_PARAM_ID_PARAM_KEY, DEFAULT_DBX_FIREBASE_ID_ROUTER_PARAM_KEY_PARAM_KEY, DEFAULT_DBX_FIREBASE_ID_ROUTER_PARAM_USE_PARAM_VALUE, DEFAULT_DBX_FIREBASE_MODEL_ENTITIES_COMPONENT_POPOVER_KEY, DEFAULT_DBX_FIREBASE_MODEL_HISTORY_COMPONENT_POPOVER_KEY, DEFAULT_DBX_FIREBASE_NOTIFICATION_ITEM_STORE_POPOVER_KEY, DEFAULT_EXTERNAL_CONNECTION_AUTHORIZE_PATH_FACTORY, DEFAULT_EXTERNAL_CONNECTION_NAVIGATE_FUNCTION, DEFAULT_EXTERNAL_CONNECTION_NAVIGATE_TIMEOUT, DEFAULT_FIREBASE_AUTH_LOGIN_PASSWORD_CONFIG, DEFAULT_FIREBASE_AUTH_LOGIN_PASSWORD_CONFIG_TOKEN, DEFAULT_FIREBASE_AUTH_LOGIN_PROVIDERS_TOKEN, DEFAULT_FIREBASE_AUTH_LOGIN_TERMS_COMPONENT_CLASS_TOKEN, DEFAULT_FIREBASE_COLLECTION_CHANGE_TRIGGER_FUNCTION, DEFAULT_FIREBASE_DEVELOPMENT_ENABLED_TOKEN, DEFAULT_FIREBASE_DEVELOPMENT_POPUP_KEY, DEFAULT_FIREBASE_DEVELOPMENT_SCHEDULER_ENABLED_TOKEN, DEFAULT_FIREBASE_DEVELOPMENT_WIDGET_PROVIDERS_TOKEN, DEFAULT_FIREBASE_LOGIN_METHOD_CATEGORY, DEFAULT_FIREBASE_NOTIFICATION_ITEM_WIDGET_TYPE, DEFAULT_NOTIFICATION_HEALTH_CHECK_PRESENTATION_ENTRIES, DEFAULT_NOTIFICATION_HEALTH_CHECK_PROBE_WATCH_MINUTES, DEVELOPMENT_FIREBASE_SERVER_SCHEDULER_WIDGET_KEY, DbxFirebaseAnalyticsUserEventsListenerService, DbxFirebaseAnalyticsUserSource, DbxFirebaseAppCheckHttpInterceptor, DbxFirebaseAuthImpersonationDelegate, DbxFirebaseAuthLoginService, DbxFirebaseAuthService, DbxFirebaseAuthServiceDelegate, DbxFirebaseCollectionChangeDirective, DbxFirebaseCollectionChangeTriggerInstance, DbxFirebaseCollectionHasChangeDirective, DbxFirebaseCollectionListDirective, DbxFirebaseCollectionLoaderInstance, DbxFirebaseCollectionStoreDirective, DbxFirebaseCollectionWithParentStoreDirective, DbxFirebaseDevelopmentDirective, DbxFirebaseDevelopmentModule, DbxFirebaseDevelopmentPopupComponent, DbxFirebaseDevelopmentPopupContentComponent, DbxFirebaseDevelopmentPopupContentForgeFormComponent, DbxFirebaseDevelopmentSchedulerListComponent, DbxFirebaseDevelopmentSchedulerListViewComponent, DbxFirebaseDevelopmentSchedulerListViewItemComponent, DbxFirebaseDevelopmentSchedulerService, DbxFirebaseDevelopmentSchedulerWidgetComponent, DbxFirebaseDevelopmentService, DbxFirebaseDevelopmentWidgetService, DbxFirebaseDocumentLoaderInstance, DbxFirebaseDocumentStoreContextModelEntitiesSourceDirective, DbxFirebaseDocumentStoreContextStore, DbxFirebaseDocumentStoreContextStoreDirective, DbxFirebaseDocumentStoreDirective, DbxFirebaseDocumentStoreIdFromTwoWayModelKeyDirective, DbxFirebaseDocumentStoreTwoWayKeyProvider, DbxFirebaseDocumentStoreTwoWayModelKeySourceDirective, DbxFirebaseEmailForgeFormComponent, DbxFirebaseEmailRecoveryForgeFormComponent, DbxFirebaseEmulatorService, DbxFirebaseExternalConnectionListComponent, DbxFirebaseExternalConnectionListViewComponent, DbxFirebaseExternalConnectionListViewItemComponent, DbxFirebaseExternalConnectionService, DbxFirebaseExternalConnectionsComponent, DbxFirebaseExternalConnectionsConfig, DbxFirebaseLoginAnonymousComponent, DbxFirebaseLoginAppleComponent, DbxFirebaseLoginButtonComponent, DbxFirebaseLoginButtonContainerComponent, DbxFirebaseLoginComponent, DbxFirebaseLoginContext, DbxFirebaseLoginContextBackButtonComponent, DbxFirebaseLoginContextDirective, DbxFirebaseLoginEmailComponent, DbxFirebaseLoginEmailContentComponent, DbxFirebaseLoginFacebookComponent, DbxFirebaseLoginGitHubComponent, DbxFirebaseLoginGoogleComponent, DbxFirebaseLoginListComponent, DbxFirebaseLoginMicrosoftComponent, DbxFirebaseLoginTermsComponent, DbxFirebaseLoginTermsSimpleComponent, DbxFirebaseLoginTwitterComponent, DbxFirebaseManageAuthProvidersComponent, DbxFirebaseModelContextService, DbxFirebaseModelEntitiesComponent, DbxFirebaseModelEntitiesDebugWidgetComponent, DbxFirebaseModelEntitiesPopoverButtonComponent, DbxFirebaseModelEntitiesPopoverComponent, DbxFirebaseModelEntitiesSource, DbxFirebaseModelEntitiesWidgetService, DbxFirebaseModelEntitiesWidgetServiceConfig, DbxFirebaseModelHistoryComponent, DbxFirebaseModelHistoryPopoverButtonComponent, DbxFirebaseModelHistoryPopoverComponent, DbxFirebaseModelKeyComponent, DbxFirebaseModelModule, DbxFirebaseModelStoreModule, DbxFirebaseModelTrackerService, DbxFirebaseModelTypeInstanceListComponent, DbxFirebaseModelTypeInstanceListViewComponent, DbxFirebaseModelTypeInstanceListViewItemComponent, DbxFirebaseModelTypesService, DbxFirebaseModelTypesServiceConfig, DbxFirebaseModelViewedEventDirective, DbxFirebaseModule, DbxFirebaseNotificationBoxCollectionStoreDirective, DbxFirebaseNotificationBoxDocumentStoreDirective, DbxFirebaseNotificationCollectionStoreDirective, DbxFirebaseNotificationDocumentStoreDirective, DbxFirebaseNotificationHealthCheckComponent, DbxFirebaseNotificationHealthCheckConfig, DbxFirebaseNotificationHealthCheckDialogButtonComponent, DbxFirebaseNotificationHealthCheckDialogComponent, DbxFirebaseNotificationHealthCheckIssueComponent, DbxFirebaseNotificationHealthCheckMethodComponent, DbxFirebaseNotificationHealthCheckPresentationService, DbxFirebaseNotificationHealthCheckPresentationServiceConfig, DbxFirebaseNotificationHealthCheckViewComponent, DbxFirebaseNotificationItemContentComponent, DbxFirebaseNotificationItemDefaultViewComponent, DbxFirebaseNotificationItemListComponent, DbxFirebaseNotificationItemListViewComponent, DbxFirebaseNotificationItemListViewItemComponent, DbxFirebaseNotificationItemStore, DbxFirebaseNotificationItemStorePopoverButtonComponent, DbxFirebaseNotificationItemStorePopoverComponent, DbxFirebaseNotificationItemViewComponent, DbxFirebaseNotificationItemWidgetService, DbxFirebaseNotificationSummaryCollectionStoreDirective, DbxFirebaseNotificationSummaryDocumentStoreDirective, DbxFirebaseNotificationTemplateService, DbxFirebaseNotificationUserCollectionStoreDirective, DbxFirebaseNotificationUserDocumentStoreDirective, DbxFirebaseNotificationUserHealthCheckStore, DbxFirebaseParsedEmulatorsConfig, DbxFirebasePasswordResetComponent, DbxFirebasePasswordResetFormComponent, DbxFirebaseRegisterComponent, DbxFirebaseRegisterEmailComponent, DbxFirebaseStorageFileCollectionStoreDirective, DbxFirebaseStorageFileDocumentStoreDirective, DbxFirebaseStorageFileDownloadButtonComponent, DbxFirebaseStorageFileDownloadService, DbxFirebaseStorageFileDownloadStorage, DbxFirebaseStorageFileGroupDocumentStoreDirective, DbxFirebaseStorageFileUploadActionHandlerDirective, DbxFirebaseStorageFileUploadInitializeDocumentDirective, DbxFirebaseStorageFileUploadModule, DbxFirebaseStorageFileUploadStore, DbxFirebaseStorageFileUploadStoreDirective, DbxFirebaseStorageFileUploadSyncDirective, DbxFirebaseStoragePdfMergeUploadSyncDirective, DbxFirebaseStorageService, DbxFirebaseSystemStateCollectionStoreDirective, DbxFirebaseSystemStateDocumentStoreDirective, DbxFirebaseUserExternalConnectionCollections, DbxFirebaseUserExternalConnectionDocumentStoreDirective, DbxFirebaseUserExternalConnectionsStore, DbxFirestoreContextService, DbxLimitedFirebaseDocumentLoaderInstance, FIREBASE_APP_CHECK_TOKEN, FIREBASE_APP_TOKEN, FIREBASE_AUTH_TOKEN, FIREBASE_FIRESTORE_TOKEN, FIREBASE_FUNCTIONS_TOKEN, FIREBASE_NOTIFICATION_ITEM_WIDGET_TYPE_PREFIX, FIREBASE_PROVIDER_ID_TO_LOGIN_METHOD_TYPE_MAP, FIREBASE_STORAGE_TOKEN, FlatFirestoreModelKeyPipe, IMPORTS_AND_EXPORTS, LOGIN_METHOD_TYPE_TO_FIREBASE_PROVIDER_ID_MAP, NOTIFICATION_DELIVERY_METHOD_ICONS, NOTIFICATION_DELIVERY_METHOD_LABELS, NOTIFICATION_DELIVERY_METHOD_SHORT_LABELS, NOTIFICATION_DELIVERY_METHOD_TEST_MESSAGE_LABELS, NOTIFICATION_DELIVERY_METHOD_TEST_MESSAGE_NOUNS, NOTIFICATION_HEALTH_CHECK_PROBE_ISSUE_OUTCOMES, NOTIFICATION_HEALTH_CHECK_STATUS_COLORS, NOTIFICATION_HEALTH_CHECK_STATUS_ICONS, NOTIFICATION_HEALTH_CHECK_STATUS_LABELS, NotificationBoxCollectionStore, NotificationBoxDocumentStore, NotificationCollectionStore, NotificationDocumentStore, NotificationSummaryCollectionStore, NotificationSummaryDocumentStore, NotificationUserCollectionStore, NotificationUserDocumentStore, OAUTH_FIREBASE_LOGIN_METHOD_CATEGORY, StorageFileCollectionStore, StorageFileDocumentStore, StorageFileGroupDocumentStore, StorageFileUploadFilesError, SystemStateCollectionStore, SystemStateDocumentStore, TwoWayFlatFirestoreModelKeyPipe, UserExternalConnectionDocumentStore, authRolesObsWithClaimsService, authUserInfoFromAuthUser, authUserStateFromFirebaseAuthServiceFunction, createDbxFirebaseAppCheck, createDbxFirebaseAuth, createDbxFirebaseFirestore, createDbxFirebaseFunctions, createDbxFirebaseStorage, dbxFirebaseAuthContextInfo, dbxFirebaseCollectionChangeTrigger, dbxFirebaseCollectionChangeTriggerForStore, dbxFirebaseCollectionChangeTriggerForWatcher, dbxFirebaseCollectionChangeWatcher, dbxFirebaseCollectionLoaderInstance, dbxFirebaseCollectionLoaderInstanceWithCollection, dbxFirebaseDocumentLoaderInstance, dbxFirebaseDocumentLoaderInstanceWithAccessor, dbxFirebaseDocumentStoreContextModelEntitiesSourceFactory, dbxFirebaseExternalConnectionProviderForEntry, dbxFirebaseExternalConnectionRowStatusForEntry, dbxFirebaseExternalConnectionRows, dbxFirebaseIdRouteParamRedirect, dbxFirebaseInContextFirebaseModelServiceInstance, dbxFirebaseInContextFirebaseModelServiceInstanceFactory, dbxFirebaseKeyRouteParamRedirect, dbxFirebaseKnownExternalConnectionProvider, dbxFirebaseModelContextServiceInfoInstanceFactory, dbxFirebaseModelEntityWidgetInjectionConfigFactory, dbxFirebaseModelTypesServiceInstance, dbxFirebaseModelTypesServiceInstancePairForKeysFactory, dbxFirebaseSourceSelectLoadSource, dbxFirebaseStorageFileDownloadServiceCustomSourceFromObs, dbxFirebaseStorageFileImageCompressionFileModifier, dbxFirebaseStorageProvidersContextConfigFactory, dbxLimitedFirebaseDocumentLoaderInstance, dbxLimitedFirebaseDocumentLoaderInstanceWithAccessor, dbxWidgetTypeForNotificationTemplateType, defaultDbxFirebaseAuthServiceDelegateWithClaimsService, defaultDbxFirebaseStorageFileDownloadStorageAccessorFactory, developmentFirebaseServerSchedulerWidgetEntry, enableAppCheckDebugTokenGeneration, externalConnectionsLoadingStateFromDocumentLoadingState, firebaseAuthState, firebaseAuthTokenFromUser, firebaseCollectionStoreCreateFunction, firebaseCollectionStoreCrudFunction, firebaseContextServiceEntityMap, firebaseDocumentStoreCreateFunction, firebaseDocumentStoreCrudFunction, firebaseDocumentStoreDeleteFunction, firebaseDocumentStoreInvokeFunction, firebaseDocumentStoreReadFunction, firebaseDocumentStoreUpdateFunction, firebaseIdToken, firebaseProviderIdToLoginMethodType, isDbxFirebaseModelEntityWithStore, isStandaloneWebApp, linkDocumentStoreToParentContextStores, loginMethodTypeToFirebaseProviderId, modelDoesNotExistError, navigateAndWaitForPageToLeave, notificationHealthCheckProbeIssueLabel, parseDbxFirebaseEmulatorsConfig, provideDbxFirebase, provideDbxFirebaseAnalyticsUserEventsListenerService, provideDbxFirebaseApp, provideDbxFirebaseAuth, provideDbxFirebaseAuthImpersonation, provideDbxFirebaseCollectionStoreDirective, provideDbxFirebaseCollectionWithParentStoreDirective, provideDbxFirebaseDevelopment, provideDbxFirebaseDocumentStoreContextStore, provideDbxFirebaseDocumentStoreDirective, provideDbxFirebaseDocumentStoreTwoWayKeyProvider, provideDbxFirebaseExternalConnections, provideDbxFirebaseFunctions, provideDbxFirebaseLogin, provideDbxFirebaseModelContextService, provideDbxFirebaseModelEntitiesWidgetService, provideDbxFirebaseNotifications, provideDbxFirebaseStorageFileService, provideDbxFirestoreCollection, provideNotificationFirestoreCollections, provideStorageFileFirestoreCollections, provideSystemStateFirestoreCollections, providedDbxFirebaseStorage, readDbxAnalyticsUserPropertiesFromAuthUserInfo, readValueFromIdToken, resolveDbxFirebaseAuthFlow, setParentStoreEffect, shouldCreateUserExternalConnectionForDocumentLoadingState, stateFromTokenForLoggedInUserFunction, storageFileUploadFiles, storageFileUploadHandler };
|
|
7370
|
+
export type { AuthRolesObsWithClaimsServiceConfig, AuthUserInfo, AuthUserStateObsFunction, CreateDbxFirebaseAppCheckParams, CreateDbxFirebaseAuthParams, CreateDbxFirebaseFirestoreParams, CreateDbxFirebaseFunctionsParams, CreateDbxFirebaseStorageParams, DbxFirebaseAnalyticsUserPropertiesFactory, DbxFirebaseAppCheckConfig, DbxFirebaseAppOptions, DbxFirebaseAuthContextInfo, DbxFirebaseAuthFlow, DbxFirebaseAuthLoginPasswordConfig, DbxFirebaseAuthLoginProvider, DbxFirebaseAuthLoginProviderAssets, DbxFirebaseCollectionChangeTrigger, DbxFirebaseCollectionChangeTriggerFunction, DbxFirebaseCollectionChangeTriggerInstanceConfig, DbxFirebaseCollectionChangeWatcher, DbxFirebaseCollectionChangeWatcherEvent, DbxFirebaseCollectionChangeWatcherInstance, DbxFirebaseCollectionChangeWatcherTriggerMode, DbxFirebaseCollectionHasChangeDirectiveMode, DbxFirebaseCollectionLoader, DbxFirebaseCollectionLoaderAccessor, DbxFirebaseCollectionLoaderAccessorWithAccumulator, DbxFirebaseCollectionLoaderInstanceData, DbxFirebaseCollectionLoaderInstanceInitConfig, DbxFirebaseCollectionLoaderWithAccumulator, DbxFirebaseCollectionMode, DbxFirebaseCollectionStore, DbxFirebaseCollectionStoreContextState, DbxFirebaseCollectionStoreCreateFunction, DbxFirebaseCollectionStoreCrudFunction, DbxFirebaseCollectionWithParentStore, DbxFirebaseCollectionWithParentStoreContextState, DbxFirebaseCompletePasswordResetInput, DbxFirebaseComponentStoreSetParentEffectFunction, DbxFirebaseComponentStoreWithParent, DbxFirebaseComponentStoreWithParentContextState, DbxFirebaseComponentStoreWithParentSetParentEffectFunction, DbxFirebaseComponentStoreWithParentSetParentSourceModeFunction, DbxFirebaseComponentStoreWithParentSetParentStoreEffectFunction, DbxFirebaseComponentStoreWithParentSourceMode, DbxFirebaseDevelopmentPopupContentFormInput, DbxFirebaseDevelopmentPopupContentFormValue, DbxFirebaseDevelopmentWidgetEntry, DbxFirebaseDocumentLoader, DbxFirebaseDocumentLoaderInstanceInitConfig, DbxFirebaseDocumentReadOnlyStore, DbxFirebaseDocumentStore, DbxFirebaseDocumentStoreContextState, DbxFirebaseDocumentStoreContextStoreEntry, DbxFirebaseDocumentStoreContextStoreEntryNumber, DbxFirebaseDocumentStoreContextStoreEntryWithIdentity, DbxFirebaseDocumentStoreContextStoreState, DbxFirebaseDocumentStoreCreateFunction, DbxFirebaseDocumentStoreCrudFunction, DbxFirebaseDocumentStoreFunction, DbxFirebaseDocumentStoreFunctionParams, DbxFirebaseDocumentStoreFunctionParamsInput, DbxFirebaseDocumentWithParentStore, DbxFirebaseDocumentWithParentStoreContextState, DbxFirebaseEmailFormConfig, DbxFirebaseEmailFormValue, DbxFirebaseEmailRecoveryFormValue, DbxFirebaseEmulatorConfig, DbxFirebaseEmulatorsConfig, DbxFirebaseEnvironmentOptions, DbxFirebaseExternalConnectionActionConfig, DbxFirebaseExternalConnectionAuthorizeState, DbxFirebaseExternalConnectionConnectContext, DbxFirebaseExternalConnectionConnectFunction, DbxFirebaseExternalConnectionListItem, DbxFirebaseExternalConnectionListItemValue, DbxFirebaseExternalConnectionMintAuthorizeStateFunction, DbxFirebaseExternalConnectionNavigateFunction, DbxFirebaseExternalConnectionProvider, DbxFirebaseExternalConnectionProviderAssets, DbxFirebaseExternalConnectionProviderEntry, DbxFirebaseExternalConnectionRow, DbxFirebaseExternalConnectionRowStatus, DbxFirebaseExternalConnectionRowsInput, DbxFirebaseIdRouteParamRedirect, DbxFirebaseIdRouteParamRedirectInstance, DbxFirebaseInContextFirebaseModelInfoServiceInstance, DbxFirebaseInContextFirebaseModelRolesServiceInstance, DbxFirebaseInContextFirebaseModelServiceInstance, DbxFirebaseInContextFirebaseModelServiceInstanceFactory, DbxFirebaseKnownExternalConnectionProviderConfig, DbxFirebaseLoginButtonConfig, DbxFirebaseLoginButtonInjectionData, DbxFirebaseLoginEmailContentComponentConfig, DbxFirebaseLoginEmailContentMode, DbxFirebaseLoginListItemInjectionComponentConfig, DbxFirebaseLoginMode, DbxFirebaseModelContextServiceFactory, DbxFirebaseModelContextServiceInfoInstanceFactory, DbxFirebaseModelContextServiceInfoInstanceFactoryConfig, DbxFirebaseModelDisplayInfo, DbxFirebaseModelEntitiesPopoverButtonConfig, DbxFirebaseModelEntitiesPopoverConfig, DbxFirebaseModelEntitiesPopoverConfigWithoutOrigin, DbxFirebaseModelEntitiesWidgetEntry, DbxFirebaseModelEntitiesWidgetInjectionConfig, DbxFirebaseModelEntitiesWidgetInjectionConfigFactory, DbxFirebaseModelEntitiesWidgetServiceConfigFactory, DbxFirebaseModelEntity, DbxFirebaseModelEntityWithKey, DbxFirebaseModelEntityWithKeyAndStore, DbxFirebaseModelEntityWithStore, DbxFirebaseModelHistoryPopoverButtonConfig, DbxFirebaseModelHistoryPopoverConfig, DbxFirebaseModelHistoryPopoverConfigWithoutOrigin, DbxFirebaseModelTrackerFilterItem, DbxFirebaseModelTrackerHistoryFilter, DbxFirebaseModelTypeInfo, DbxFirebaseModelTypeInstanceListItem, DbxFirebaseModelTypesMap, DbxFirebaseModelTypesServiceEntry, DbxFirebaseModelTypesServiceInstance, DbxFirebaseModelTypesServiceInstancePair, DbxFirebaseModelTypesServiceInstancePairForKeysFactory, DbxFirebaseNotificationHealthCheckDialogButtonComponentConfig, DbxFirebaseNotificationHealthCheckDialogComponentConfig, DbxFirebaseNotificationHealthCheckIssuePresentation, DbxFirebaseNotificationHealthCheckMethodProbeActionConfig, DbxFirebaseNotificationHealthCheckPresentationEntry, DbxFirebaseNotificationHealthCheckProbeActionMap, DbxFirebaseNotificationItemStorePopoverButtonConfig, DbxFirebaseNotificationItemStorePopoverParams, DbxFirebaseNotificationItemStoreState, DbxFirebaseNotificationItemWidgetEntry, DbxFirebaseNotificationItemWidgetEntryRegistration, DbxFirebaseNotificationUserHealthCheckProbeVerification, DbxFirebaseNotificationUserHealthCheckRunParams, DbxFirebaseNotificationUserHealthCheckStoreState, DbxFirebasePasswordResetFormConfig, DbxFirebasePasswordResetFormValue, DbxFirebaseResolvedAuthFlow, DbxFirebaseSourceSelectLoadSourceConfig, DbxFirebaseStorageContextConfigFactory, DbxFirebaseStorageFileDownloadButtonConfig, DbxFirebaseStorageFileDownloadButtonSource, DbxFirebaseStorageFileDownloadDetails, DbxFirebaseStorageFileDownloadServiceCustomSource, DbxFirebaseStorageFileDownloadServiceCustomSourceDownloadFunction, DbxFirebaseStorageFileDownloadUrlPair, DbxFirebaseStorageFileDownloadUrlPairString, DbxFirebaseStorageFileDownloadUrlPairsRecord, DbxFirebaseStorageFileDownloadUserCache, DbxFirebaseStorageFileImageCompressionFileModifierConfig, DbxFirebaseStorageFileImageCompressionLogger, DbxFirebaseStorageFileUploadFileModifier, DbxFirebaseStorageFileUploadStoreAllowedTypes, DbxFirebaseStorageFileUploadStoreFileProgress, DbxFirebaseStorageFileUploadStoreState, DbxFirebaseStorageFileUploadStoreUploadStage, DbxLimitedFirebaseDocumentLoader, DefaultDbxFirebaseAuthServiceDelegateWithClaimsServiceConfig, FirebaseDocumentStoreFunctionConfig, FirebaseLoginMethodCategory, FirebaseLoginMethodType, KnownFirebaseLoginMethodCategory, KnownFirebaseLoginMethodType, NotificationItemWithSelection, ProvideDbxFirebaseAppConfig, ProvideDbxFirebaseAuthConfig, ProvideDbxFirebaseAuthImpersonationConfig, ProvideDbxFirebaseConfig, ProvideDbxFirebaseDevelopmentConfig, ProvideDbxFirebaseExternalConnectionsConfig, ProvideDbxFirebaseFirestoreCollectionConfig, ProvideDbxFirebaseFunctionsConfig, ProvideDbxFirebaseLoginConfig, ProvideDbxFirebaseModelContextServiceConfig, ProvideDbxFirebaseModelEntitiesWidgetServiceConfig, ProvideDbxFirebaseNotificationsConfig, ProvideDbxFirebaseStorageConfig, ScheduledFunctionDevelopmentFirebaseFunctionListEntryWithSelection, StateFromTokenFunction, StorageFileUploadConfig, StorageFileUploadConfigFactory, StorageFileUploadConfigOptions, StorageFileUploadFilesEvent, StorageFileUploadFilesFinalFileResult, StorageFileUploadFilesFinalResult, StorageFileUploadFilesInput, StorageFileUploadFilesInstance, StorageFileUploadHandler, StorageFileUploadHandlerConfig, StorageFileUploadHandlerFunction, StorageFileUploadHandlerInstance };
|