@dereekb/dbx-firebase 13.4.2 → 13.5.1
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 +118 -118
- package/fesm2022/dereekb-dbx-firebase-oidc.mjs.map +1 -1
- package/fesm2022/dereekb-dbx-firebase.mjs +956 -615
- package/fesm2022/dereekb-dbx-firebase.mjs.map +1 -1
- package/lib/auth/login/_login.scss +1 -24
- package/lib/model/_model.scss +0 -1
- package/lib/model/modules/model/_model.scss +0 -19
- package/lib/style/_all-typography.scss +0 -2
- package/lib/style/_theming.scss +1 -5
- package/package.json +13 -13
- package/types/dereekb-dbx-firebase.d.ts +234 -19
|
@@ -6,14 +6,10 @@ $login-button-height: 42px;
|
|
|
6
6
|
$login-button-width: 220px;
|
|
7
7
|
$login-button-content-width: $login-button-width - 20px;
|
|
8
8
|
$login-button-icon-box-size: 28px;
|
|
9
|
-
$login-button-icon-size:
|
|
9
|
+
$login-button-icon-size: 24px;
|
|
10
10
|
|
|
11
11
|
// MARK: Mixin
|
|
12
12
|
@mixin core() {
|
|
13
|
-
.dbx-firebase-login-button-container {
|
|
14
|
-
margin-bottom: 6px;
|
|
15
|
-
}
|
|
16
|
-
|
|
17
13
|
.dbx-firebase-login-terms {
|
|
18
14
|
margin: 12px 0;
|
|
19
15
|
}
|
|
@@ -53,24 +49,5 @@ $login-button-icon-size: 18px;
|
|
|
53
49
|
}
|
|
54
50
|
}
|
|
55
51
|
|
|
56
|
-
@mixin color($theme-config) {
|
|
57
|
-
}
|
|
58
|
-
|
|
59
|
-
@mixin typography($theme-config-or-typography-config) {
|
|
60
|
-
}
|
|
61
|
-
|
|
62
52
|
@mixin theme($theme-config) {
|
|
63
|
-
@include theming.private-check-duplicate-theme-styles($theme-config, 'dbx-firebase-login') {
|
|
64
|
-
$color: theming.m2-get-color-config($theme-config);
|
|
65
|
-
$density: theming.m2-get-density-config($theme-config);
|
|
66
|
-
$typography: theming.m2-get-typography-config($theme-config);
|
|
67
|
-
|
|
68
|
-
@if $color !=null {
|
|
69
|
-
@include color($theme-config);
|
|
70
|
-
}
|
|
71
|
-
|
|
72
|
-
@if $typography !=null {
|
|
73
|
-
@include typography($theme-config);
|
|
74
|
-
}
|
|
75
|
-
}
|
|
76
53
|
}
|
package/lib/model/_model.scss
CHANGED
|
@@ -10,24 +10,5 @@ $dbx-firebase-model-entities-expansion-panel-height: 64px;
|
|
|
10
10
|
}
|
|
11
11
|
}
|
|
12
12
|
|
|
13
|
-
@mixin color($theme-config) {
|
|
14
|
-
}
|
|
15
|
-
|
|
16
|
-
@mixin typography($theme-config-or-typography-config) {
|
|
17
|
-
}
|
|
18
|
-
|
|
19
13
|
@mixin theme($theme-config) {
|
|
20
|
-
@include theming.private-check-duplicate-theme-styles($theme-config, 'dbx-firebase-model-model') {
|
|
21
|
-
$color: theming.m2-get-color-config($theme-config);
|
|
22
|
-
$density: theming.m2-get-density-config($theme-config);
|
|
23
|
-
$typography: theming.m2-get-typography-config($theme-config);
|
|
24
|
-
|
|
25
|
-
@if $color !=null {
|
|
26
|
-
@include color($theme-config);
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
@if $typography !=null {
|
|
30
|
-
@include typography($theme-config);
|
|
31
|
-
}
|
|
32
|
-
}
|
|
33
14
|
}
|
package/lib/style/_theming.scss
CHANGED
|
@@ -1,8 +1,4 @@
|
|
|
1
|
-
@forward '@angular/material' show
|
|
2
|
-
|
|
3
|
-
@forward 'node_modules/@angular/material/core/theming/theming' show private-is-theme-object, private-check-duplicate-theme-styles, $theme-ignore-duplication-warnings;
|
|
4
|
-
|
|
5
|
-
@forward 'node_modules/@angular/material/core/typography/typography-utils';
|
|
1
|
+
@forward '@angular/material' show elevation;
|
|
6
2
|
|
|
7
3
|
@forward './config';
|
|
8
4
|
@forward './variables';
|
package/package.json
CHANGED
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dereekb/dbx-firebase",
|
|
3
|
-
"version": "13.
|
|
3
|
+
"version": "13.5.1",
|
|
4
4
|
"peerDependencies": {
|
|
5
|
-
"@angular/common": "
|
|
6
|
-
"@angular/core": "
|
|
5
|
+
"@angular/common": "21.2.3",
|
|
6
|
+
"@angular/core": "21.2.3",
|
|
7
7
|
"@angular/fire": "21.0.0-rc.0-canary.ac3dd7c",
|
|
8
|
-
"@angular/material": "
|
|
9
|
-
"@dereekb/date": "13.
|
|
10
|
-
"@dereekb/dbx-analytics": "13.
|
|
11
|
-
"@dereekb/dbx-core": "13.
|
|
12
|
-
"@dereekb/dbx-form": "13.
|
|
13
|
-
"@dereekb/dbx-web": "13.
|
|
14
|
-
"@dereekb/firebase": "13.
|
|
15
|
-
"@dereekb/model": "13.
|
|
16
|
-
"@dereekb/rxjs": "13.
|
|
17
|
-
"@dereekb/util": "13.
|
|
8
|
+
"@angular/material": "21.2.3",
|
|
9
|
+
"@dereekb/date": "13.5.1",
|
|
10
|
+
"@dereekb/dbx-analytics": "13.5.1",
|
|
11
|
+
"@dereekb/dbx-core": "13.5.1",
|
|
12
|
+
"@dereekb/dbx-form": "13.5.1",
|
|
13
|
+
"@dereekb/dbx-web": "13.5.1",
|
|
14
|
+
"@dereekb/firebase": "13.5.1",
|
|
15
|
+
"@dereekb/model": "13.5.1",
|
|
16
|
+
"@dereekb/rxjs": "13.5.1",
|
|
17
|
+
"@dereekb/util": "13.5.1",
|
|
18
18
|
"@ngrx/component-store": "^21.0.0",
|
|
19
19
|
"@ngx-formly/core": "git+https://git@github.com/dereekb/ngx-formly#996d1041c8d2afbe429985a5ad394e59327bfa1d",
|
|
20
20
|
"firebase": "^12.0.0",
|
|
@@ -2,7 +2,7 @@ import { AnalyticsUserProperties, DbxAnalyticsUserSource, AnalyticsUser, DbxAnal
|
|
|
2
2
|
import * as _dereekb_util from '@dereekb/util';
|
|
3
3
|
import { Maybe, ISO8601DateString, AuthRoleSet, AuthRoleClaimsService, AuthClaimsObject, AuthClaims, FactoryWithRequiredInput, Initialized, Destroyable, ArrayOrValue, LabelRef, ClassLikeType, PageNumber, GetterOrValue, IterableOrValue, SetIncludesMode, ModelKey, ClassType, MapFunction, PartialOnKeys, UnixDateTimeSecondsNumber, ContentTypeMimeType, Milliseconds, Seconds, DateOrUnixDateTimeSecondsNumber, PercentDecimal, PercentNumber, PromiseOrValue } from '@dereekb/util';
|
|
4
4
|
import { DbxAuthService, AuthUserState, AuthUserIdentifier, NoAuthUserIdentifier, DbxInjectionContext, ClickableAnchor, AbstractForwardDbxInjectionContextDirective, DbxActionSuccessHandlerFunction, DbxInjectionComponentConfig, ClickableUrl, IconAndTitle, SegueRef, ClickableAnchorLinkSegueRef, LockSetComponent, DbxButtonDisplay, DbxRouteModelIdDirectiveDelegate, DbxRouteModelKeyDirectiveDelegate, LockSetComponentStore, AbstractIfDirective, StorageAccessor, DbxActionContextStoreSourceInstance, DbxActionHandlerInstance, SimpleStorageAccessorFactory, DbxRouteParamReader, DbxRouterService } from '@dereekb/dbx-core';
|
|
5
|
-
import { Auth, User as User$1, IdTokenResult, ParsedToken,
|
|
5
|
+
import { Auth, User as User$1, IdTokenResult, ParsedToken, AuthProvider, PopupRedirectResolver, UserCredential, AuthCredential } from '@angular/fire/auth';
|
|
6
6
|
import * as rxjs from 'rxjs';
|
|
7
7
|
import { Observable, BehaviorSubject, Subject, OperatorFunction, Subscription } from 'rxjs';
|
|
8
8
|
import * as _dereekb_firebase from '@dereekb/firebase';
|
|
@@ -18,9 +18,9 @@ import * as _dereekb_dbx_firebase from '@dereekb/dbx-firebase';
|
|
|
18
18
|
import * as _dereekb_rxjs from '@dereekb/rxjs';
|
|
19
19
|
import { WorkUsingContext, WorkUsingObservable, ObservableOrValue, IsModifiedFunction, PageListLoadingState, ItemAccumulatorNextPageUntilResultsCountResult, SubscriptionObject, ObservableDecisionFunction, ListLoadingState, LoadingState, MaybeObservableOrValue, SwitchMapToDefaultFilterFunction, MaybeObservableOrValueGetter } from '@dereekb/rxjs';
|
|
20
20
|
import * as dist_packages_dbx_form_types_dereekb_dbx_form from 'dist/packages/dbx-form/types/dereekb-dbx-form';
|
|
21
|
-
import { FormlyFieldConfig } from '@ngx-formly/core';
|
|
22
21
|
import * as i1 from '@dereekb/dbx-web';
|
|
23
|
-
import { 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, DbxWebFilePreviewService, DbxActionDialogFunction, FileAcceptFilterTypeString, DbxFileUploadComponent, DbxActionModule, DbxLoadingComponent,
|
|
22
|
+
import { DbxThemeColor, 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, DbxWebFilePreviewService, DbxActionDialogFunction, FileAcceptFilterTypeString, DbxFileUploadComponent, DbxActionModule, DbxLoadingComponent, DbxActionLoadingContextDirective, DbxActionSnackbarErrorDirective, DbxFileUploadActionSyncDirective } from '@dereekb/dbx-web';
|
|
23
|
+
import { FormlyFieldConfig } from '@ngx-formly/core';
|
|
24
24
|
import { MatSnackBar } from '@angular/material/snack-bar';
|
|
25
25
|
import { NgPopoverRef } from 'ng-overlay-container';
|
|
26
26
|
import { AppCheckOptions } from 'firebase/app-check';
|
|
@@ -43,6 +43,10 @@ type AuthUserInfo = Omit<UserInfo, 'providerId'> & {
|
|
|
43
43
|
* The last time the user signed in and recieved a refresh token.
|
|
44
44
|
*/
|
|
45
45
|
readonly lastSignInTime?: Maybe<ISO8601DateString>;
|
|
46
|
+
/**
|
|
47
|
+
* Provider data for each linked authentication provider.
|
|
48
|
+
*/
|
|
49
|
+
readonly providerData?: UserInfo[];
|
|
46
50
|
};
|
|
47
51
|
/**
|
|
48
52
|
* Converts a Firebase Auth {@link User} into an {@link AuthUserInfo} containing display name, email, phone, photo URL, UID, and metadata timestamps.
|
|
@@ -79,6 +83,13 @@ declare class DbxFirebaseAuthService implements DbxAuthService {
|
|
|
79
83
|
readonly firebaseAuth: Auth;
|
|
80
84
|
readonly delegate: DbxFirebaseAuthServiceDelegate;
|
|
81
85
|
readonly _authState$: Observable<Maybe<User$1>>;
|
|
86
|
+
/**
|
|
87
|
+
* Subject that triggers a re-emission of the current auth user.
|
|
88
|
+
*
|
|
89
|
+
* Useful after operations that mutate the {@link User} object in place (e.g., linking/unlinking providers)
|
|
90
|
+
* without triggering a new {@link authState} emission.
|
|
91
|
+
*/
|
|
92
|
+
private readonly _authUpdate$;
|
|
82
93
|
readonly currentAuthUser$: Observable<Maybe<User$1>>;
|
|
83
94
|
readonly currentAuthUserInfo$: Observable<Maybe<AuthUserInfo>>;
|
|
84
95
|
readonly authUser$: Observable<User$1>;
|
|
@@ -86,6 +97,16 @@ declare class DbxFirebaseAuthService implements DbxAuthService {
|
|
|
86
97
|
readonly hasAuthUser$: Observable<boolean>;
|
|
87
98
|
readonly isAnonymousUser$: Observable<boolean>;
|
|
88
99
|
readonly isNotAnonymousUser$: Observable<boolean>;
|
|
100
|
+
/**
|
|
101
|
+
* Observable of provider IDs currently linked to the authenticated user.
|
|
102
|
+
*
|
|
103
|
+
* @example
|
|
104
|
+
* ```ts
|
|
105
|
+
* authService.currentLinkedProviderIds$.subscribe(ids => console.log(ids));
|
|
106
|
+
* // ['google.com', 'facebook.com']
|
|
107
|
+
* ```
|
|
108
|
+
*/
|
|
109
|
+
readonly currentLinkedProviderIds$: Observable<string[]>;
|
|
89
110
|
readonly isLoggedIn$: Observable<boolean>;
|
|
90
111
|
readonly isNotLoggedIn$: Observable<boolean>;
|
|
91
112
|
readonly onLogIn$: Observable<void>;
|
|
@@ -113,14 +134,45 @@ declare class DbxFirebaseAuthService implements DbxAuthService {
|
|
|
113
134
|
rolesForClaims<T extends AuthClaimsObject = AuthClaimsObject>(claims: AuthClaims<T>): AuthRoleSet;
|
|
114
135
|
getAuthContextInfo(): Promise<Maybe<DbxFirebaseAuthContextInfo>>;
|
|
115
136
|
loadAuthContextInfoForUser(user: Maybe<User$1>): Promise<Maybe<DbxFirebaseAuthContextInfo>>;
|
|
116
|
-
logInWithGoogle(): Promise<UserCredential>;
|
|
117
|
-
logInWithFacebook(): Promise<UserCredential>;
|
|
118
|
-
logInWithTwitter(): Promise<UserCredential>;
|
|
119
|
-
logInWithGithub(): Promise<UserCredential>;
|
|
120
|
-
logInWithApple(): Promise<UserCredential>;
|
|
121
|
-
logInWithMicrosoft(): Promise<UserCredential>;
|
|
122
|
-
logInWithPhone(): Promise<UserCredential>;
|
|
123
137
|
logInWithPopup(provider: AuthProvider, resolver?: PopupRedirectResolver): Promise<UserCredential>;
|
|
138
|
+
/**
|
|
139
|
+
* Links an additional authentication provider to the current user via popup.
|
|
140
|
+
*
|
|
141
|
+
* @param provider - The auth provider to link.
|
|
142
|
+
* @param resolver - Optional popup redirect resolver.
|
|
143
|
+
* @returns A promise resolving to the user credential after linking.
|
|
144
|
+
*
|
|
145
|
+
* @example
|
|
146
|
+
* ```ts
|
|
147
|
+
* await authService.linkWithPopup(new GoogleAuthProvider());
|
|
148
|
+
* ```
|
|
149
|
+
*/
|
|
150
|
+
linkWithPopup(provider: AuthProvider, resolver?: PopupRedirectResolver): Promise<UserCredential>;
|
|
151
|
+
/**
|
|
152
|
+
* Links a credential to the current user. Useful for merging accounts
|
|
153
|
+
* when a credential-already-in-use error provides an {@link AuthCredential}.
|
|
154
|
+
*
|
|
155
|
+
* @param credential - The auth credential to link.
|
|
156
|
+
* @returns A promise resolving to the user credential after linking.
|
|
157
|
+
*
|
|
158
|
+
* @example
|
|
159
|
+
* ```ts
|
|
160
|
+
* await authService.linkWithCredential(credential);
|
|
161
|
+
* ```
|
|
162
|
+
*/
|
|
163
|
+
linkWithCredential(credential: AuthCredential): Promise<UserCredential>;
|
|
164
|
+
/**
|
|
165
|
+
* Unlinks an authentication provider from the current user.
|
|
166
|
+
*
|
|
167
|
+
* @param providerId - The provider ID to unlink (e.g., 'google.com').
|
|
168
|
+
* @returns A promise resolving to the updated user.
|
|
169
|
+
*
|
|
170
|
+
* @example
|
|
171
|
+
* ```ts
|
|
172
|
+
* await authService.unlinkProvider('google.com');
|
|
173
|
+
* ```
|
|
174
|
+
*/
|
|
175
|
+
unlinkProvider(providerId: string): Promise<User$1>;
|
|
124
176
|
registerWithEmailAndPassword(email: string, password: string): Promise<UserCredential>;
|
|
125
177
|
sendPasswordResetEmail(email: string): Promise<void>;
|
|
126
178
|
logInWithEmailAndPassword(email: string, password: string): Promise<UserCredential>;
|
|
@@ -241,7 +293,7 @@ type KnownFirebaseLoginMethodCategory = typeof DEFAULT_FIREBASE_LOGIN_METHOD_CAT
|
|
|
241
293
|
/**
|
|
242
294
|
* Mode for the login UI — either signing in or creating a new account.
|
|
243
295
|
*/
|
|
244
|
-
type DbxFirebaseLoginMode = 'login' | 'register';
|
|
296
|
+
type DbxFirebaseLoginMode = 'login' | 'register' | 'link' | 'unlink';
|
|
245
297
|
|
|
246
298
|
/**
|
|
247
299
|
* Password validation configuration for Firebase email/password login forms.
|
|
@@ -315,9 +367,14 @@ interface DbxFirebaseAuthLoginProvider<D = unknown> {
|
|
|
315
367
|
*/
|
|
316
368
|
readonly componentClass: Type<unknown>;
|
|
317
369
|
/**
|
|
318
|
-
* Custom registration type to use instead. If false, registration is not
|
|
370
|
+
* Custom registration type to use instead. If false, registration is not allowed for this type.
|
|
319
371
|
*/
|
|
320
372
|
readonly registrationComponentClass?: Type<unknown> | false;
|
|
373
|
+
/**
|
|
374
|
+
* Whether this provider supports linking to an existing account. Defaults to true.
|
|
375
|
+
* Set to false to exclude this provider in link mode (e.g., email, anonymous).
|
|
376
|
+
*/
|
|
377
|
+
readonly allowLinking?: Maybe<boolean>;
|
|
321
378
|
/**
|
|
322
379
|
* Custom data available to the components.
|
|
323
380
|
*
|
|
@@ -345,12 +402,28 @@ interface DbxFirebaseAuthLoginProviderAssets {
|
|
|
345
402
|
* Log in text to display next to the logo.
|
|
346
403
|
*/
|
|
347
404
|
readonly loginText?: string;
|
|
405
|
+
/**
|
|
406
|
+
* Display name of the provider (e.g., "Google", "Facebook").
|
|
407
|
+
*/
|
|
408
|
+
readonly providerName?: string;
|
|
409
|
+
/**
|
|
410
|
+
* Text to display for the link action. Defaults to "Connect " + providerName.
|
|
411
|
+
*/
|
|
412
|
+
readonly linkText?: string;
|
|
413
|
+
/**
|
|
414
|
+
* Text to display for the unlink action. Defaults to "Disconnect " + providerName.
|
|
415
|
+
*/
|
|
416
|
+
readonly unlinkText?: string;
|
|
417
|
+
/**
|
|
418
|
+
* Optional CSS filter to apply to the logo image (e.g., 'brightness(0) invert(1)' to make a black SVG white).
|
|
419
|
+
*/
|
|
420
|
+
readonly logoFilter?: string;
|
|
348
421
|
/**
|
|
349
422
|
* Optional background color to apply.
|
|
350
423
|
*/
|
|
351
424
|
readonly backgroundColor?: string;
|
|
352
425
|
/**
|
|
353
|
-
* Optional
|
|
426
|
+
* Optional text color to apply.
|
|
354
427
|
*/
|
|
355
428
|
readonly textColor?: string;
|
|
356
429
|
}
|
|
@@ -402,6 +475,13 @@ declare class DbxFirebaseAuthLoginService {
|
|
|
402
475
|
getLoginProviders(types: Iterable<FirebaseLoginMethodType>): DbxFirebaseAuthLoginProvider[];
|
|
403
476
|
getRegisterProvider(type: FirebaseLoginMethodType): Maybe<DbxFirebaseAuthLoginProvider>;
|
|
404
477
|
getRegisterProviders(types: Iterable<FirebaseLoginMethodType>): DbxFirebaseAuthLoginProvider[];
|
|
478
|
+
getLinkProviders(types: Iterable<FirebaseLoginMethodType>): DbxFirebaseAuthLoginProvider[];
|
|
479
|
+
/**
|
|
480
|
+
* Returns all registered provider assets.
|
|
481
|
+
*
|
|
482
|
+
* @returns A map of login method types to their asset configurations.
|
|
483
|
+
*/
|
|
484
|
+
getAllProviderAssets(): Map<FirebaseLoginMethodType, DbxFirebaseAuthLoginProviderAssets>;
|
|
405
485
|
getProviderAssets(type: FirebaseLoginMethodType): Maybe<DbxFirebaseAuthLoginProviderAssets>;
|
|
406
486
|
getPasswordConfig(): Partial<Pick<dist_packages_dbx_form_types_dereekb_dbx_form.TextFieldConfig, "maxLength" | "minLength" | "pattern">>;
|
|
407
487
|
setPasswordConfig(passwordConfig: DbxFirebaseAuthLoginPasswordConfig): void;
|
|
@@ -422,8 +502,17 @@ interface DbxFirebaseLoginButtonConfig {
|
|
|
422
502
|
text: string;
|
|
423
503
|
iconUrl?: string;
|
|
424
504
|
icon?: string;
|
|
505
|
+
iconFilter?: string;
|
|
425
506
|
buttonColor?: string;
|
|
426
507
|
buttonTextColor?: string;
|
|
508
|
+
/**
|
|
509
|
+
* Material theme color to apply (e.g., 'warn', 'primary').
|
|
510
|
+
*/
|
|
511
|
+
color?: DbxThemeColor;
|
|
512
|
+
/**
|
|
513
|
+
* Optional confirmation dialog config. When set, the action will prompt the user before executing.
|
|
514
|
+
*/
|
|
515
|
+
confirmConfig?: DbxActionConfirmConfig;
|
|
427
516
|
handleLogin: () => Promise<unknown>;
|
|
428
517
|
}
|
|
429
518
|
/**
|
|
@@ -435,9 +524,12 @@ declare class DbxFirebaseLoginButtonComponent {
|
|
|
435
524
|
readonly config: i0.ModelSignal<Maybe<DbxFirebaseLoginButtonConfig>>;
|
|
436
525
|
readonly iconUrlSignal: i0.Signal<string | undefined>;
|
|
437
526
|
readonly iconSignal: i0.Signal<string | undefined>;
|
|
527
|
+
readonly iconFilterSignal: i0.Signal<string | undefined>;
|
|
438
528
|
readonly textSignal: i0.Signal<string>;
|
|
439
|
-
readonly buttonColorSignal: i0.Signal<string>;
|
|
529
|
+
readonly buttonColorSignal: i0.Signal<string | undefined>;
|
|
440
530
|
readonly buttonTextColorSignal: i0.Signal<string | undefined>;
|
|
531
|
+
readonly colorSignal: i0.Signal<DbxThemeColor | undefined>;
|
|
532
|
+
readonly confirmConfigSignal: i0.Signal<DbxActionConfirmConfig<unknown> | undefined>;
|
|
441
533
|
setConfig(config: Maybe<DbxFirebaseLoginButtonConfig>): void;
|
|
442
534
|
readonly handleAction: WorkUsingContext;
|
|
443
535
|
onActionSuccess: () => void;
|
|
@@ -459,22 +551,66 @@ declare const DEFAULT_CONFIGURED_DBX_FIREBASE_LOGIN_BUTTON_TEMPLATE = "\n <dbx-
|
|
|
459
551
|
* Shared component configuration for OAuth-style login button components.
|
|
460
552
|
*/
|
|
461
553
|
declare const DBX_CONFIGURED_DBX_FIREBASE_LOGIN_BUTTON_COMPONENT_CONFIGURATION: Pick<Component, 'template' | 'imports' | 'changeDetection'>;
|
|
554
|
+
/**
|
|
555
|
+
* Data passed to login button components via {@link DBX_INJECTION_COMPONENT_DATA} from the login list.
|
|
556
|
+
*/
|
|
557
|
+
interface DbxFirebaseLoginButtonInjectionData {
|
|
558
|
+
/**
|
|
559
|
+
* The current login mode for this button instance.
|
|
560
|
+
*/
|
|
561
|
+
readonly loginMode: DbxFirebaseLoginMode;
|
|
562
|
+
}
|
|
462
563
|
/**
|
|
463
564
|
* Abstract base directive for login provider buttons that auto-configures appearance
|
|
464
565
|
* from the registered provider assets and delegates login handling to subclasses.
|
|
566
|
+
*
|
|
567
|
+
* Supports login, register, and link modes. In link mode, the button text is derived from
|
|
568
|
+
* the provider's `linkText` or defaults to "Connect " + `providerName`.
|
|
569
|
+
*
|
|
570
|
+
* @example
|
|
571
|
+
* ```typescript
|
|
572
|
+
* export class MyProviderComponent extends AbstractConfiguredDbxFirebaseLoginButtonDirective {
|
|
573
|
+
* readonly loginProvider = 'myprovider';
|
|
574
|
+
* handleLogin() { return this.dbxFirebaseAuthService.logInWithPopup(new MyProvider()); }
|
|
575
|
+
* handleLink() { return this.dbxFirebaseAuthService.linkWithPopup(new MyProvider()); }
|
|
576
|
+
* }
|
|
577
|
+
* ```
|
|
465
578
|
*/
|
|
466
579
|
declare abstract class AbstractConfiguredDbxFirebaseLoginButtonDirective implements OnInit {
|
|
467
580
|
abstract readonly loginProvider: FirebaseLoginMethodType;
|
|
468
581
|
readonly dbxFirebaseAuthService: DbxFirebaseAuthService;
|
|
469
582
|
readonly dbxFirebaseAuthLoginService: DbxFirebaseAuthLoginService;
|
|
470
583
|
readonly dbxFirebaseLoginContext: DbxFirebaseLoginContext;
|
|
584
|
+
private readonly _injectionData;
|
|
471
585
|
private readonly _config;
|
|
472
586
|
readonly configSignal: i0.Signal<DbxFirebaseLoginButtonConfig | null>;
|
|
587
|
+
/**
|
|
588
|
+
* The effective login mode, derived from injection data or defaulting to 'login'.
|
|
589
|
+
*
|
|
590
|
+
* @returns The login mode for this button instance.
|
|
591
|
+
*/
|
|
592
|
+
get effectiveLoginMode(): DbxFirebaseLoginMode;
|
|
473
593
|
ngOnInit(): void;
|
|
474
594
|
abstract handleLogin(): Promise<unknown>;
|
|
595
|
+
/**
|
|
596
|
+
* Handles the link action. Override in subclasses that support linking.
|
|
597
|
+
* Throws by default for providers that do not support linking.
|
|
598
|
+
*
|
|
599
|
+
* @returns A promise that resolves when the link action completes.
|
|
600
|
+
*/
|
|
601
|
+
handleLink(): Promise<unknown>;
|
|
602
|
+
/**
|
|
603
|
+
* Handles the unlink action by removing the provider from the current user.
|
|
604
|
+
* Uses the {@link LOGIN_METHOD_TYPE_TO_FIREBASE_PROVIDER_ID_MAP} to resolve the Firebase provider ID.
|
|
605
|
+
*
|
|
606
|
+
* @returns A promise that resolves when the unlink action completes.
|
|
607
|
+
*/
|
|
608
|
+
handleUnlink(): Promise<unknown>;
|
|
475
609
|
get providerConfig(): Maybe<_dereekb_dbx_firebase.DbxFirebaseAuthLoginProvider<unknown>>;
|
|
476
|
-
get assetConfig():
|
|
610
|
+
get assetConfig(): DbxFirebaseAuthLoginProviderAssets;
|
|
477
611
|
get config(): DbxFirebaseLoginButtonConfig;
|
|
612
|
+
private _textForMode;
|
|
613
|
+
private _handleAction;
|
|
478
614
|
static ɵfac: i0.ɵɵFactoryDeclaration<AbstractConfiguredDbxFirebaseLoginButtonDirective, never>;
|
|
479
615
|
static ɵdir: i0.ɵɵDirectiveDeclaration<AbstractConfiguredDbxFirebaseLoginButtonDirective, never, never, {}, {}, never, never, true, never>;
|
|
480
616
|
}
|
|
@@ -495,6 +631,7 @@ declare class DbxFirebaseLoginAnonymousComponent extends AbstractConfiguredDbxFi
|
|
|
495
631
|
declare class DbxFirebaseLoginAppleComponent extends AbstractConfiguredDbxFirebaseLoginButtonDirective {
|
|
496
632
|
readonly loginProvider = "apple";
|
|
497
633
|
handleLogin(): Promise<_firebase_auth.UserCredential>;
|
|
634
|
+
handleLink(): Promise<_firebase_auth.UserCredential>;
|
|
498
635
|
static ɵfac: i0.ɵɵFactoryDeclaration<DbxFirebaseLoginAppleComponent, never>;
|
|
499
636
|
static ɵcmp: i0.ɵɵComponentDeclaration<DbxFirebaseLoginAppleComponent, "dbx-firebase-login-apple", never, {}, {}, never, never, true, never>;
|
|
500
637
|
}
|
|
@@ -627,6 +764,7 @@ declare class DbxFirebaseLoginEmailContentComponent {
|
|
|
627
764
|
declare class DbxFirebaseLoginFacebookComponent extends AbstractConfiguredDbxFirebaseLoginButtonDirective {
|
|
628
765
|
readonly loginProvider = "facebook";
|
|
629
766
|
handleLogin(): Promise<_firebase_auth.UserCredential>;
|
|
767
|
+
handleLink(): Promise<_firebase_auth.UserCredential>;
|
|
630
768
|
static ɵfac: i0.ɵɵFactoryDeclaration<DbxFirebaseLoginFacebookComponent, never>;
|
|
631
769
|
static ɵcmp: i0.ɵɵComponentDeclaration<DbxFirebaseLoginFacebookComponent, "dbx-firebase-login-facebook", never, {}, {}, never, never, true, never>;
|
|
632
770
|
}
|
|
@@ -637,6 +775,7 @@ declare class DbxFirebaseLoginFacebookComponent extends AbstractConfiguredDbxFir
|
|
|
637
775
|
declare class DbxFirebaseLoginGitHubComponent extends AbstractConfiguredDbxFirebaseLoginButtonDirective {
|
|
638
776
|
readonly loginProvider = "github";
|
|
639
777
|
handleLogin(): Promise<_firebase_auth.UserCredential>;
|
|
778
|
+
handleLink(): Promise<_firebase_auth.UserCredential>;
|
|
640
779
|
static ɵfac: i0.ɵɵFactoryDeclaration<DbxFirebaseLoginGitHubComponent, never>;
|
|
641
780
|
static ɵcmp: i0.ɵɵComponentDeclaration<DbxFirebaseLoginGitHubComponent, "dbx-firebase-login-github", never, {}, {}, never, never, true, never>;
|
|
642
781
|
}
|
|
@@ -647,6 +786,7 @@ declare class DbxFirebaseLoginGitHubComponent extends AbstractConfiguredDbxFireb
|
|
|
647
786
|
declare class DbxFirebaseLoginGoogleComponent extends AbstractConfiguredDbxFirebaseLoginButtonDirective {
|
|
648
787
|
readonly loginProvider = "google";
|
|
649
788
|
handleLogin(): Promise<_firebase_auth.UserCredential>;
|
|
789
|
+
handleLink(): Promise<_firebase_auth.UserCredential>;
|
|
650
790
|
static ɵfac: i0.ɵɵFactoryDeclaration<DbxFirebaseLoginGoogleComponent, never>;
|
|
651
791
|
static ɵcmp: i0.ɵɵComponentDeclaration<DbxFirebaseLoginGoogleComponent, "dbx-firebase-login-google", never, {}, {}, never, never, true, never>;
|
|
652
792
|
}
|
|
@@ -662,6 +802,12 @@ type DbxFirebaseLoginListItemInjectionComponentConfig = DbxInjectionComponentCon
|
|
|
662
802
|
*/
|
|
663
803
|
declare class DbxFirebaseLoginListComponent {
|
|
664
804
|
readonly dbxFirebaseAuthLoginService: DbxFirebaseAuthLoginService;
|
|
805
|
+
readonly dbxFirebaseAuthService: DbxFirebaseAuthService;
|
|
806
|
+
private readonly _linkedProviderIds;
|
|
807
|
+
/**
|
|
808
|
+
* The login method types currently linked to the authenticated user.
|
|
809
|
+
*/
|
|
810
|
+
readonly linkedMethodTypesSignal: i0.Signal<string[]>;
|
|
665
811
|
readonly loginMode: i0.InputSignal<DbxFirebaseLoginMode>;
|
|
666
812
|
readonly providerTypes: i0.InputSignal<Maybe<ArrayOrValue<string>>>;
|
|
667
813
|
readonly omitProviderTypes: i0.InputSignal<Maybe<ArrayOrValue<string>>>;
|
|
@@ -679,6 +825,7 @@ declare class DbxFirebaseLoginListComponent {
|
|
|
679
825
|
declare class DbxFirebaseLoginMicrosoftComponent extends AbstractConfiguredDbxFirebaseLoginButtonDirective {
|
|
680
826
|
readonly loginProvider = "microsoft";
|
|
681
827
|
handleLogin(): Promise<_firebase_auth.UserCredential>;
|
|
828
|
+
handleLink(): Promise<_firebase_auth.UserCredential>;
|
|
682
829
|
static ɵfac: i0.ɵɵFactoryDeclaration<DbxFirebaseLoginMicrosoftComponent, never>;
|
|
683
830
|
static ɵcmp: i0.ɵɵComponentDeclaration<DbxFirebaseLoginMicrosoftComponent, "dbx-firebase-login-microsoft", never, {}, {}, never, never, true, never>;
|
|
684
831
|
}
|
|
@@ -705,15 +852,83 @@ declare class DbxFirebaseLoginTermsSimpleComponent {
|
|
|
705
852
|
}
|
|
706
853
|
|
|
707
854
|
/**
|
|
708
|
-
* Login button component for Twitter OAuth authentication.
|
|
855
|
+
* Login button component for X (formerly Twitter) OAuth authentication.
|
|
709
856
|
*/
|
|
710
857
|
declare class DbxFirebaseLoginTwitterComponent extends AbstractConfiguredDbxFirebaseLoginButtonDirective {
|
|
711
858
|
readonly loginProvider = "twitter";
|
|
712
859
|
handleLogin(): Promise<_firebase_auth.UserCredential>;
|
|
860
|
+
handleLink(): Promise<_firebase_auth.UserCredential>;
|
|
713
861
|
static ɵfac: i0.ɵɵFactoryDeclaration<DbxFirebaseLoginTwitterComponent, never>;
|
|
714
862
|
static ɵcmp: i0.ɵɵComponentDeclaration<DbxFirebaseLoginTwitterComponent, "dbx-firebase-login-twitter", never, {}, {}, never, never, true, never>;
|
|
715
863
|
}
|
|
716
864
|
|
|
865
|
+
/**
|
|
866
|
+
* Map of Firebase provider IDs to known login method types.
|
|
867
|
+
*
|
|
868
|
+
* @example
|
|
869
|
+
* ```ts
|
|
870
|
+
* FIREBASE_PROVIDER_ID_TO_LOGIN_METHOD_TYPE_MAP['google.com']; // 'google'
|
|
871
|
+
* ```
|
|
872
|
+
*/
|
|
873
|
+
declare const FIREBASE_PROVIDER_ID_TO_LOGIN_METHOD_TYPE_MAP: Record<string, KnownFirebaseLoginMethodType>;
|
|
874
|
+
/**
|
|
875
|
+
* Map of known login method types to Firebase provider IDs.
|
|
876
|
+
*
|
|
877
|
+
* @example
|
|
878
|
+
* ```ts
|
|
879
|
+
* LOGIN_METHOD_TYPE_TO_FIREBASE_PROVIDER_ID_MAP['google']; // 'google.com'
|
|
880
|
+
* ```
|
|
881
|
+
*/
|
|
882
|
+
declare const LOGIN_METHOD_TYPE_TO_FIREBASE_PROVIDER_ID_MAP: Record<string, string>;
|
|
883
|
+
/**
|
|
884
|
+
* Converts a Firebase provider ID (e.g., 'google.com') to its corresponding login method type (e.g., 'google').
|
|
885
|
+
*
|
|
886
|
+
* @param providerId - The Firebase provider ID.
|
|
887
|
+
* @returns The matching login method type, or undefined if unknown.
|
|
888
|
+
*
|
|
889
|
+
* @example
|
|
890
|
+
* ```ts
|
|
891
|
+
* firebaseProviderIdToLoginMethodType('google.com'); // 'google'
|
|
892
|
+
* firebaseProviderIdToLoginMethodType('unknown.com'); // undefined
|
|
893
|
+
* ```
|
|
894
|
+
*/
|
|
895
|
+
declare function firebaseProviderIdToLoginMethodType(providerId: string): Maybe<FirebaseLoginMethodType>;
|
|
896
|
+
/**
|
|
897
|
+
* Converts a login method type (e.g., 'google') to its corresponding Firebase provider ID (e.g., 'google.com').
|
|
898
|
+
*
|
|
899
|
+
* @param type - The login method type.
|
|
900
|
+
* @returns The matching Firebase provider ID, or undefined if unknown.
|
|
901
|
+
*
|
|
902
|
+
* @example
|
|
903
|
+
* ```ts
|
|
904
|
+
* loginMethodTypeToFirebaseProviderId('google'); // 'google.com'
|
|
905
|
+
* loginMethodTypeToFirebaseProviderId('unknown'); // undefined
|
|
906
|
+
* ```
|
|
907
|
+
*/
|
|
908
|
+
declare function loginMethodTypeToFirebaseProviderId(type: FirebaseLoginMethodType): Maybe<string>;
|
|
909
|
+
|
|
910
|
+
/**
|
|
911
|
+
* Component for managing linked authentication providers on a user account.
|
|
912
|
+
*
|
|
913
|
+
* Displays two sections:
|
|
914
|
+
* - **Connected Providers**: Shows currently linked providers with disconnect buttons.
|
|
915
|
+
* - **Connect Provider**: Shows available OAuth providers that can be linked.
|
|
916
|
+
*
|
|
917
|
+
* @example
|
|
918
|
+
* ```html
|
|
919
|
+
* <dbx-firebase-manage-auth-providers></dbx-firebase-manage-auth-providers>
|
|
920
|
+
* ```
|
|
921
|
+
*/
|
|
922
|
+
declare class DbxFirebaseManageAuthProvidersComponent {
|
|
923
|
+
readonly dbxFirebaseAuthService: DbxFirebaseAuthService;
|
|
924
|
+
readonly dbxFirebaseAuthLoginService: DbxFirebaseAuthLoginService;
|
|
925
|
+
private readonly _linkedProviderIds;
|
|
926
|
+
readonly linkedMethodTypesSignal: i0.Signal<string[]>;
|
|
927
|
+
readonly showLinkSectionSignal: i0.Signal<boolean>;
|
|
928
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DbxFirebaseManageAuthProvidersComponent, never>;
|
|
929
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DbxFirebaseManageAuthProvidersComponent, "dbx-firebase-manage-auth-providers", never, {}, {}, never, never, true, never>;
|
|
930
|
+
}
|
|
931
|
+
|
|
717
932
|
/**
|
|
718
933
|
* Pre-configured register component that displays all configured login types and their registration components.
|
|
719
934
|
*/
|
|
@@ -4672,7 +4887,7 @@ declare class DbxFirebaseStorageFileUploadSyncDirective {
|
|
|
4672
4887
|
static ɵdir: i0.ɵɵDirectiveDeclaration<DbxFirebaseStorageFileUploadSyncDirective, "[dbxFirebaseStorageFileUploadSync]", ["dbxFirebaseStorageFileUploadSync"], {}, {}, never, never, true, never>;
|
|
4673
4888
|
}
|
|
4674
4889
|
|
|
4675
|
-
declare const IMPORTS_AND_EXPORTS: (typeof DbxActionModule | typeof DbxLoadingComponent | typeof
|
|
4890
|
+
declare const IMPORTS_AND_EXPORTS: (typeof DbxActionModule | typeof DbxLoadingComponent | typeof DbxActionLoadingContextDirective | typeof DbxActionSnackbarErrorDirective | typeof DbxFileUploadComponent | typeof DbxFileUploadActionSyncDirective | typeof DbxFirebaseStorageFileUploadActionHandlerDirective | typeof DbxFirebaseStorageFileUploadStoreDirective | typeof DbxFirebaseStorageFileUploadSyncDirective | typeof DbxFirebaseStorageFileUploadInitializeDocumentDirective | typeof DbxFirebaseStorageFileCollectionStoreDirective | typeof DbxFirebaseStorageFileDocumentStoreDirective)[];
|
|
4676
4891
|
/**
|
|
4677
4892
|
* Convenience module for importing various modules/components that are relevant to the storage file upload feature.
|
|
4678
4893
|
*
|
|
@@ -4898,5 +5113,5 @@ interface ProvideDbxFirebaseConfig<T, M extends FirebaseFunctionsMap = FirebaseF
|
|
|
4898
5113
|
*/
|
|
4899
5114
|
declare function provideDbxFirebase<T, M extends FirebaseFunctionsMap = FirebaseFunctionsMap>(config: ProvideDbxFirebaseConfig<T, M>): EnvironmentProviders;
|
|
4900
5115
|
|
|
4901
|
-
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_DOCUMENT_STORE_CONTEXT_STORE_TOKEN, DBX_FIREBASE_ID_ROUTER_PARAM_DEFAULT_ID_PARAM_KEY, DBX_FIREBASE_ID_ROUTER_PARAM_DEFAULT_KEY_PARAM_KEY, DBX_FIREBASE_ID_ROUTER_PARAM_DEFAULT_USE_PARAM_VALUE, 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_FIRESTORE_CONTEXT_TOKEN, DEFAULT_CONFIGURED_DBX_FIREBASE_LOGIN_BUTTON_TEMPLATE, DEFAULT_DBX_FIREBASE_ANALYTICS_USER_PROPERTIES_FACTORY, DEFAULT_DBX_FIREBASE_AUTH_SERVICE_DELEGATE, 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, DEVELOPMENT_FIREBASE_SERVER_SCHEDULER_WIDGET_KEY, DbxFirebaseAnalyticsUserEventsListenerService, DbxFirebaseAnalyticsUserSource, DbxFirebaseAppCheckHttpInterceptor, DbxFirebaseAuthLoginService, DbxFirebaseAuthService, DbxFirebaseAuthServiceDelegate, DbxFirebaseCollectionChangeDirective, DbxFirebaseCollectionChangeTriggerInstance, DbxFirebaseCollectionHasChangeDirective, DbxFirebaseCollectionListDirective, DbxFirebaseCollectionLoaderInstance, DbxFirebaseCollectionStoreDirective, DbxFirebaseCollectionWithParentStoreDirective, DbxFirebaseDevelopmentDirective, DbxFirebaseDevelopmentModule, DbxFirebaseDevelopmentPopupComponent, DbxFirebaseDevelopmentPopupContentComponent, DbxFirebaseDevelopmentPopupContentFormComponent, DbxFirebaseDevelopmentSchedulerListComponent, DbxFirebaseDevelopmentSchedulerListViewComponent, DbxFirebaseDevelopmentSchedulerListViewItemComponent, DbxFirebaseDevelopmentSchedulerService, DbxFirebaseDevelopmentSchedulerWidgetComponent, DbxFirebaseDevelopmentService, DbxFirebaseDevelopmentWidgetService, DbxFirebaseDocumentLoaderInstance, DbxFirebaseDocumentStoreContextModelEntitiesSourceDirective, DbxFirebaseDocumentStoreContextStore, DbxFirebaseDocumentStoreContextStoreDirective, DbxFirebaseDocumentStoreDirective, DbxFirebaseDocumentStoreIdFromTwoWayModelKeyDirective, DbxFirebaseDocumentStoreTwoWayKeyProvider, DbxFirebaseDocumentStoreTwoWayModelKeySourceDirective, DbxFirebaseEmailFormComponent, DbxFirebaseEmailRecoveryFormComponent, DbxFirebaseEmulatorService, DbxFirebaseLoginAnonymousComponent, DbxFirebaseLoginAppleComponent, DbxFirebaseLoginButtonComponent, DbxFirebaseLoginButtonContainerComponent, DbxFirebaseLoginComponent, DbxFirebaseLoginContext, DbxFirebaseLoginContextBackButtonComponent, DbxFirebaseLoginContextDirective, DbxFirebaseLoginEmailComponent, DbxFirebaseLoginEmailContentComponent, DbxFirebaseLoginFacebookComponent, DbxFirebaseLoginGitHubComponent, DbxFirebaseLoginGoogleComponent, DbxFirebaseLoginListComponent, DbxFirebaseLoginMicrosoftComponent, DbxFirebaseLoginTermsComponent, DbxFirebaseLoginTermsSimpleComponent, DbxFirebaseLoginTwitterComponent, 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, DbxFirebaseNotificationItemContentComponent, DbxFirebaseNotificationItemDefaultViewComponent, DbxFirebaseNotificationItemListComponent, DbxFirebaseNotificationItemListViewComponent, DbxFirebaseNotificationItemListViewItemComponent, DbxFirebaseNotificationItemStore, DbxFirebaseNotificationItemStorePopoverButtonComponent, DbxFirebaseNotificationItemStorePopoverComponent, DbxFirebaseNotificationItemViewComponent, DbxFirebaseNotificationItemWidgetService, DbxFirebaseNotificationSummaryCollectionStoreDirective, DbxFirebaseNotificationSummaryDocumentStoreDirective, DbxFirebaseNotificationTemplateService, DbxFirebaseNotificationUserCollectionStoreDirective, DbxFirebaseNotificationUserDocumentStoreDirective, DbxFirebaseParsedEmulatorsConfig, DbxFirebaseRegisterComponent, DbxFirebaseRegisterEmailComponent, DbxFirebaseStorageFileCollectionStoreDirective, DbxFirebaseStorageFileDocumentStoreDirective, DbxFirebaseStorageFileDownloadButtonComponent, DbxFirebaseStorageFileDownloadService, DbxFirebaseStorageFileDownloadStorage, DbxFirebaseStorageFileGroupDocumentStoreDirective, DbxFirebaseStorageFileUploadActionHandlerDirective, DbxFirebaseStorageFileUploadInitializeDocumentDirective, DbxFirebaseStorageFileUploadModule, DbxFirebaseStorageFileUploadStore, DbxFirebaseStorageFileUploadStoreDirective, DbxFirebaseStorageFileUploadSyncDirective, DbxFirebaseStorageService, DbxFirebaseSystemStateCollectionStoreDirective, DbxFirebaseSystemStateDocumentStoreDirective, DbxFirestoreContextService, DbxLimitedFirebaseDocumentLoaderInstance, FIREBASE_NOTIFICATION_ITEM_WIDGET_TYPE_PREFIX, FlatFirestoreModelKeyPipe, IMPORTS_AND_EXPORTS, NotificationBoxCollectionStore, NotificationBoxDocumentStore, NotificationCollectionStore, NotificationDocumentStore, NotificationSummaryCollectionStore, NotificationSummaryDocumentStore, NotificationUserCollectionStore, NotificationUserDocumentStore, OAUTH_FIREBASE_LOGIN_METHOD_CATEGORY, StorageFileCollectionStore, StorageFileDocumentStore, StorageFileGroupDocumentStore, StorageFileUploadFilesError, SystemStateCollectionStore, SystemStateDocumentStore, TwoWayFlatFirestoreModelKeyPipe, authRolesObsWithClaimsService, authUserInfoFromAuthUser, authUserStateFromFirebaseAuthServiceFunction, dbxFirebaseAuthContextInfo, dbxFirebaseCollectionChangeTrigger, dbxFirebaseCollectionChangeTriggerForStore, dbxFirebaseCollectionChangeTriggerForWatcher, dbxFirebaseCollectionChangeWatcher, dbxFirebaseCollectionLoaderInstance, dbxFirebaseCollectionLoaderInstanceWithCollection, dbxFirebaseDocumentLoaderInstance, dbxFirebaseDocumentLoaderInstanceWithAccessor, dbxFirebaseDocumentStoreContextModelEntitiesSourceFactory, dbxFirebaseIdRouteParamRedirect, dbxFirebaseInContextFirebaseModelServiceInstance, dbxFirebaseInContextFirebaseModelServiceInstanceFactory, dbxFirebaseKeyRouteParamRedirect, dbxFirebaseModelContextServiceInfoInstanceFactory, dbxFirebaseModelEntityWidgetInjectionConfigFactory, dbxFirebaseModelTypesServiceInstance, dbxFirebaseModelTypesServiceInstancePairForKeysFactory, dbxFirebaseSourceSelectLoadSource, dbxFirebaseStorageFileDownloadServiceCustomSourceFromObs, dbxFirebaseStorageProvidersContextConfigFactory, dbxLimitedFirebaseDocumentLoaderInstance, dbxLimitedFirebaseDocumentLoaderInstanceWithAccessor, dbxWidgetTypeForNotificationTemplateType, defaultDbxFirebaseAuthServiceDelegateWithClaimsService, defaultDbxFirebaseStorageFileDownloadStorageAccessorFactory, developmentFirebaseServerSchedulerWidgetEntry, enableAppCheckDebugTokenGeneration, firebaseAuthTokenFromUser, firebaseCollectionStoreCreateFunction, firebaseCollectionStoreCrudFunction, firebaseContextServiceEntityMap, firebaseDocumentStoreCreateFunction, firebaseDocumentStoreCrudFunction, firebaseDocumentStoreDeleteFunction, firebaseDocumentStoreReadFunction, firebaseDocumentStoreUpdateFunction, isDbxFirebaseModelEntityWithStore, linkDocumentStoreToParentContextStores, modelDoesNotExistError, provideDbxFirebase, provideDbxFirebaseAnalyticsUserEventsListenerService, provideDbxFirebaseApp, provideDbxFirebaseAuth, provideDbxFirebaseCollectionStoreDirective, provideDbxFirebaseCollectionWithParentStoreDirective, provideDbxFirebaseDevelopment, provideDbxFirebaseDocumentStoreContextStore, provideDbxFirebaseDocumentStoreDirective, provideDbxFirebaseDocumentStoreTwoWayKeyProvider, provideDbxFirebaseEmulator, provideDbxFirebaseFunctions, provideDbxFirebaseLogin, provideDbxFirebaseModelContextService, provideDbxFirebaseModelEntitiesWidgetService, provideDbxFirebaseNotifications, provideDbxFirebaseStorageFileService, provideDbxFirestoreCollection, provideNotificationFirestoreCollections, provideStorageFileFirestoreCollections, provideSystemStateFirestoreCollections, providedDbxFirebaseStorage, readDbxAnalyticsUserPropertiesFromAuthUserInfo, readValueFromIdToken, setParentStoreEffect, stateFromTokenForLoggedInUserFunction, storageFileUploadFiles, storageFileUploadHandler };
|
|
4902
|
-
export type { AuthRolesObsWithClaimsServiceConfig, AuthUserInfo, AuthUserStateObsFunction, DbxFirebaseAnalyticsUserPropertiesFactory, DbxFirebaseAppCheckConfig, DbxFirebaseAppOptions, DbxFirebaseAuthContextInfo, DbxFirebaseAuthLoginPasswordConfig, DbxFirebaseAuthLoginProvider, DbxFirebaseAuthLoginProviderAssets, DbxFirebaseCollectionChangeTrigger, DbxFirebaseCollectionChangeTriggerFunction, DbxFirebaseCollectionChangeTriggerInstanceConfig, DbxFirebaseCollectionChangeWatcher, DbxFirebaseCollectionChangeWatcherEvent, DbxFirebaseCollectionChangeWatcherInstance, DbxFirebaseCollectionChangeWatcherTriggerMode, DbxFirebaseCollectionHasChangeDirectiveMode, DbxFirebaseCollectionLoader, DbxFirebaseCollectionLoaderAccessor, DbxFirebaseCollectionLoaderAccessorWithAccumulator, DbxFirebaseCollectionLoaderInstanceData, DbxFirebaseCollectionLoaderInstanceInitConfig, DbxFirebaseCollectionLoaderWithAccumulator, DbxFirebaseCollectionMode, DbxFirebaseCollectionStore, DbxFirebaseCollectionStoreContextState, DbxFirebaseCollectionStoreCreateFunction, DbxFirebaseCollectionStoreCrudFunction, DbxFirebaseCollectionWithParentStore, DbxFirebaseCollectionWithParentStoreContextState, 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, 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, DbxFirebaseNotificationItemStorePopoverButtonConfig, DbxFirebaseNotificationItemStorePopoverParams, DbxFirebaseNotificationItemStoreState, DbxFirebaseNotificationItemWidgetEntry, DbxFirebaseNotificationItemWidgetEntryRegistration, DbxFirebaseSourceSelectLoadSourceConfig, DbxFirebaseStorageContextConfigFactory, DbxFirebaseStorageFileDownloadButtonConfig, DbxFirebaseStorageFileDownloadButtonSource, DbxFirebaseStorageFileDownloadDetails, DbxFirebaseStorageFileDownloadServiceCustomSource, DbxFirebaseStorageFileDownloadServiceCustomSourceDownloadFunction, DbxFirebaseStorageFileDownloadUrlPair, DbxFirebaseStorageFileDownloadUrlPairString, DbxFirebaseStorageFileDownloadUrlPairsRecord, DbxFirebaseStorageFileDownloadUserCache, DbxFirebaseStorageFileUploadStoreAllowedTypes, DbxFirebaseStorageFileUploadStoreFileProgress, DbxFirebaseStorageFileUploadStoreState, DbxFirebaseStorageFileUploadStoreUploadStage, DbxLimitedFirebaseDocumentLoader, DefaultDbxFirebaseAuthServiceDelegateWithClaimsServiceConfig, FirebaseDocumentStoreFunctionConfig, FirebaseLoginMethodCategory, FirebaseLoginMethodType, KnownFirebaseLoginMethodCategory, KnownFirebaseLoginMethodType, NotificationItemWithSelection, ProvideDbxFirebaseAppConfig, ProvideDbxFirebaseAuthConfig, ProvideDbxFirebaseConfig, ProvideDbxFirebaseDevelopmentConfig, ProvideDbxFirebaseEmulatorsConfig, ProvideDbxFirebaseFirestoreCollectionConfig, ProvideDbxFirebaseFunctionsConfig, ProvideDbxFirebaseLoginConfig, ProvideDbxFirebaseModelContextServiceConfig, ProvideDbxFirebaseModelEntitiesWidgetServiceConfig, ProvideDbxFirebaseNotificationsConfig, ProvideDbxFirebaseStorageConfig, ScheduledFunctionDevelopmentFirebaseFunctionListEntryWithSelection, StateFromTokenFunction, StorageFileUploadConfig, StorageFileUploadConfigFactory, StorageFileUploadConfigOptions, StorageFileUploadFilesEvent, StorageFileUploadFilesFinalFileResult, StorageFileUploadFilesFinalResult, StorageFileUploadFilesInput, StorageFileUploadFilesInstance, StorageFileUploadHandler, StorageFileUploadHandlerConfig, StorageFileUploadHandlerFunction, StorageFileUploadHandlerInstance };
|
|
5116
|
+
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_DOCUMENT_STORE_CONTEXT_STORE_TOKEN, DBX_FIREBASE_ID_ROUTER_PARAM_DEFAULT_ID_PARAM_KEY, DBX_FIREBASE_ID_ROUTER_PARAM_DEFAULT_KEY_PARAM_KEY, DBX_FIREBASE_ID_ROUTER_PARAM_DEFAULT_USE_PARAM_VALUE, 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_FIRESTORE_CONTEXT_TOKEN, DEFAULT_CONFIGURED_DBX_FIREBASE_LOGIN_BUTTON_TEMPLATE, DEFAULT_DBX_FIREBASE_ANALYTICS_USER_PROPERTIES_FACTORY, DEFAULT_DBX_FIREBASE_AUTH_SERVICE_DELEGATE, 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, DEVELOPMENT_FIREBASE_SERVER_SCHEDULER_WIDGET_KEY, DbxFirebaseAnalyticsUserEventsListenerService, DbxFirebaseAnalyticsUserSource, DbxFirebaseAppCheckHttpInterceptor, DbxFirebaseAuthLoginService, DbxFirebaseAuthService, DbxFirebaseAuthServiceDelegate, DbxFirebaseCollectionChangeDirective, DbxFirebaseCollectionChangeTriggerInstance, DbxFirebaseCollectionHasChangeDirective, DbxFirebaseCollectionListDirective, DbxFirebaseCollectionLoaderInstance, DbxFirebaseCollectionStoreDirective, DbxFirebaseCollectionWithParentStoreDirective, DbxFirebaseDevelopmentDirective, DbxFirebaseDevelopmentModule, DbxFirebaseDevelopmentPopupComponent, DbxFirebaseDevelopmentPopupContentComponent, DbxFirebaseDevelopmentPopupContentFormComponent, DbxFirebaseDevelopmentSchedulerListComponent, DbxFirebaseDevelopmentSchedulerListViewComponent, DbxFirebaseDevelopmentSchedulerListViewItemComponent, DbxFirebaseDevelopmentSchedulerService, DbxFirebaseDevelopmentSchedulerWidgetComponent, DbxFirebaseDevelopmentService, DbxFirebaseDevelopmentWidgetService, DbxFirebaseDocumentLoaderInstance, DbxFirebaseDocumentStoreContextModelEntitiesSourceDirective, DbxFirebaseDocumentStoreContextStore, DbxFirebaseDocumentStoreContextStoreDirective, DbxFirebaseDocumentStoreDirective, DbxFirebaseDocumentStoreIdFromTwoWayModelKeyDirective, DbxFirebaseDocumentStoreTwoWayKeyProvider, DbxFirebaseDocumentStoreTwoWayModelKeySourceDirective, DbxFirebaseEmailFormComponent, DbxFirebaseEmailRecoveryFormComponent, 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, DbxFirebaseNotificationItemContentComponent, DbxFirebaseNotificationItemDefaultViewComponent, DbxFirebaseNotificationItemListComponent, DbxFirebaseNotificationItemListViewComponent, DbxFirebaseNotificationItemListViewItemComponent, DbxFirebaseNotificationItemStore, DbxFirebaseNotificationItemStorePopoverButtonComponent, DbxFirebaseNotificationItemStorePopoverComponent, DbxFirebaseNotificationItemViewComponent, DbxFirebaseNotificationItemWidgetService, DbxFirebaseNotificationSummaryCollectionStoreDirective, DbxFirebaseNotificationSummaryDocumentStoreDirective, DbxFirebaseNotificationTemplateService, DbxFirebaseNotificationUserCollectionStoreDirective, DbxFirebaseNotificationUserDocumentStoreDirective, DbxFirebaseParsedEmulatorsConfig, DbxFirebaseRegisterComponent, DbxFirebaseRegisterEmailComponent, DbxFirebaseStorageFileCollectionStoreDirective, DbxFirebaseStorageFileDocumentStoreDirective, DbxFirebaseStorageFileDownloadButtonComponent, DbxFirebaseStorageFileDownloadService, DbxFirebaseStorageFileDownloadStorage, DbxFirebaseStorageFileGroupDocumentStoreDirective, DbxFirebaseStorageFileUploadActionHandlerDirective, DbxFirebaseStorageFileUploadInitializeDocumentDirective, DbxFirebaseStorageFileUploadModule, DbxFirebaseStorageFileUploadStore, DbxFirebaseStorageFileUploadStoreDirective, DbxFirebaseStorageFileUploadSyncDirective, DbxFirebaseStorageService, DbxFirebaseSystemStateCollectionStoreDirective, DbxFirebaseSystemStateDocumentStoreDirective, DbxFirestoreContextService, DbxLimitedFirebaseDocumentLoaderInstance, FIREBASE_NOTIFICATION_ITEM_WIDGET_TYPE_PREFIX, FIREBASE_PROVIDER_ID_TO_LOGIN_METHOD_TYPE_MAP, FlatFirestoreModelKeyPipe, IMPORTS_AND_EXPORTS, LOGIN_METHOD_TYPE_TO_FIREBASE_PROVIDER_ID_MAP, NotificationBoxCollectionStore, NotificationBoxDocumentStore, NotificationCollectionStore, NotificationDocumentStore, NotificationSummaryCollectionStore, NotificationSummaryDocumentStore, NotificationUserCollectionStore, NotificationUserDocumentStore, OAUTH_FIREBASE_LOGIN_METHOD_CATEGORY, StorageFileCollectionStore, StorageFileDocumentStore, StorageFileGroupDocumentStore, StorageFileUploadFilesError, SystemStateCollectionStore, SystemStateDocumentStore, TwoWayFlatFirestoreModelKeyPipe, authRolesObsWithClaimsService, authUserInfoFromAuthUser, authUserStateFromFirebaseAuthServiceFunction, dbxFirebaseAuthContextInfo, dbxFirebaseCollectionChangeTrigger, dbxFirebaseCollectionChangeTriggerForStore, dbxFirebaseCollectionChangeTriggerForWatcher, dbxFirebaseCollectionChangeWatcher, dbxFirebaseCollectionLoaderInstance, dbxFirebaseCollectionLoaderInstanceWithCollection, dbxFirebaseDocumentLoaderInstance, dbxFirebaseDocumentLoaderInstanceWithAccessor, dbxFirebaseDocumentStoreContextModelEntitiesSourceFactory, dbxFirebaseIdRouteParamRedirect, dbxFirebaseInContextFirebaseModelServiceInstance, dbxFirebaseInContextFirebaseModelServiceInstanceFactory, dbxFirebaseKeyRouteParamRedirect, dbxFirebaseModelContextServiceInfoInstanceFactory, dbxFirebaseModelEntityWidgetInjectionConfigFactory, dbxFirebaseModelTypesServiceInstance, dbxFirebaseModelTypesServiceInstancePairForKeysFactory, dbxFirebaseSourceSelectLoadSource, dbxFirebaseStorageFileDownloadServiceCustomSourceFromObs, dbxFirebaseStorageProvidersContextConfigFactory, dbxLimitedFirebaseDocumentLoaderInstance, dbxLimitedFirebaseDocumentLoaderInstanceWithAccessor, dbxWidgetTypeForNotificationTemplateType, defaultDbxFirebaseAuthServiceDelegateWithClaimsService, defaultDbxFirebaseStorageFileDownloadStorageAccessorFactory, developmentFirebaseServerSchedulerWidgetEntry, enableAppCheckDebugTokenGeneration, firebaseAuthTokenFromUser, firebaseCollectionStoreCreateFunction, firebaseCollectionStoreCrudFunction, firebaseContextServiceEntityMap, firebaseDocumentStoreCreateFunction, firebaseDocumentStoreCrudFunction, firebaseDocumentStoreDeleteFunction, firebaseDocumentStoreReadFunction, firebaseDocumentStoreUpdateFunction, firebaseProviderIdToLoginMethodType, isDbxFirebaseModelEntityWithStore, linkDocumentStoreToParentContextStores, loginMethodTypeToFirebaseProviderId, modelDoesNotExistError, provideDbxFirebase, provideDbxFirebaseAnalyticsUserEventsListenerService, provideDbxFirebaseApp, provideDbxFirebaseAuth, provideDbxFirebaseCollectionStoreDirective, provideDbxFirebaseCollectionWithParentStoreDirective, provideDbxFirebaseDevelopment, provideDbxFirebaseDocumentStoreContextStore, provideDbxFirebaseDocumentStoreDirective, provideDbxFirebaseDocumentStoreTwoWayKeyProvider, provideDbxFirebaseEmulator, provideDbxFirebaseFunctions, provideDbxFirebaseLogin, provideDbxFirebaseModelContextService, provideDbxFirebaseModelEntitiesWidgetService, provideDbxFirebaseNotifications, provideDbxFirebaseStorageFileService, provideDbxFirestoreCollection, provideNotificationFirestoreCollections, provideStorageFileFirestoreCollections, provideSystemStateFirestoreCollections, providedDbxFirebaseStorage, readDbxAnalyticsUserPropertiesFromAuthUserInfo, readValueFromIdToken, setParentStoreEffect, stateFromTokenForLoggedInUserFunction, storageFileUploadFiles, storageFileUploadHandler };
|
|
5117
|
+
export type { AuthRolesObsWithClaimsServiceConfig, AuthUserInfo, AuthUserStateObsFunction, DbxFirebaseAnalyticsUserPropertiesFactory, DbxFirebaseAppCheckConfig, DbxFirebaseAppOptions, DbxFirebaseAuthContextInfo, DbxFirebaseAuthLoginPasswordConfig, DbxFirebaseAuthLoginProvider, DbxFirebaseAuthLoginProviderAssets, DbxFirebaseCollectionChangeTrigger, DbxFirebaseCollectionChangeTriggerFunction, DbxFirebaseCollectionChangeTriggerInstanceConfig, DbxFirebaseCollectionChangeWatcher, DbxFirebaseCollectionChangeWatcherEvent, DbxFirebaseCollectionChangeWatcherInstance, DbxFirebaseCollectionChangeWatcherTriggerMode, DbxFirebaseCollectionHasChangeDirectiveMode, DbxFirebaseCollectionLoader, DbxFirebaseCollectionLoaderAccessor, DbxFirebaseCollectionLoaderAccessorWithAccumulator, DbxFirebaseCollectionLoaderInstanceData, DbxFirebaseCollectionLoaderInstanceInitConfig, DbxFirebaseCollectionLoaderWithAccumulator, DbxFirebaseCollectionMode, DbxFirebaseCollectionStore, DbxFirebaseCollectionStoreContextState, DbxFirebaseCollectionStoreCreateFunction, DbxFirebaseCollectionStoreCrudFunction, DbxFirebaseCollectionWithParentStore, DbxFirebaseCollectionWithParentStoreContextState, 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, DbxFirebaseNotificationItemStorePopoverButtonConfig, DbxFirebaseNotificationItemStorePopoverParams, DbxFirebaseNotificationItemStoreState, DbxFirebaseNotificationItemWidgetEntry, DbxFirebaseNotificationItemWidgetEntryRegistration, DbxFirebaseSourceSelectLoadSourceConfig, DbxFirebaseStorageContextConfigFactory, DbxFirebaseStorageFileDownloadButtonConfig, DbxFirebaseStorageFileDownloadButtonSource, DbxFirebaseStorageFileDownloadDetails, DbxFirebaseStorageFileDownloadServiceCustomSource, DbxFirebaseStorageFileDownloadServiceCustomSourceDownloadFunction, DbxFirebaseStorageFileDownloadUrlPair, DbxFirebaseStorageFileDownloadUrlPairString, DbxFirebaseStorageFileDownloadUrlPairsRecord, DbxFirebaseStorageFileDownloadUserCache, DbxFirebaseStorageFileUploadStoreAllowedTypes, DbxFirebaseStorageFileUploadStoreFileProgress, DbxFirebaseStorageFileUploadStoreState, DbxFirebaseStorageFileUploadStoreUploadStage, DbxLimitedFirebaseDocumentLoader, DefaultDbxFirebaseAuthServiceDelegateWithClaimsServiceConfig, FirebaseDocumentStoreFunctionConfig, FirebaseLoginMethodCategory, FirebaseLoginMethodType, KnownFirebaseLoginMethodCategory, KnownFirebaseLoginMethodType, NotificationItemWithSelection, ProvideDbxFirebaseAppConfig, ProvideDbxFirebaseAuthConfig, ProvideDbxFirebaseConfig, ProvideDbxFirebaseDevelopmentConfig, ProvideDbxFirebaseEmulatorsConfig, ProvideDbxFirebaseFirestoreCollectionConfig, ProvideDbxFirebaseFunctionsConfig, ProvideDbxFirebaseLoginConfig, ProvideDbxFirebaseModelContextServiceConfig, ProvideDbxFirebaseModelEntitiesWidgetServiceConfig, ProvideDbxFirebaseNotificationsConfig, ProvideDbxFirebaseStorageConfig, ScheduledFunctionDevelopmentFirebaseFunctionListEntryWithSelection, StateFromTokenFunction, StorageFileUploadConfig, StorageFileUploadConfigFactory, StorageFileUploadConfigOptions, StorageFileUploadFilesEvent, StorageFileUploadFilesFinalFileResult, StorageFileUploadFilesFinalResult, StorageFileUploadFilesInput, StorageFileUploadFilesInstance, StorageFileUploadHandler, StorageFileUploadHandlerConfig, StorageFileUploadHandlerFunction, StorageFileUploadHandlerInstance };
|