File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -385,6 +385,9 @@ export interface Promotion {
385
385
name? : string ;
386
386
}
387
387
388
+ // @public (undocumented)
389
+ export function registerAnalytics(): void ;
390
+
388
391
// @public
389
392
export function setAnalyticsCollectionEnabled(analyticsInstance : Analytics , enabled : boolean ): void ;
390
393
Original file line number Diff line number Diff line change @@ -51,6 +51,8 @@ export class CustomProvider implements AppCheckProvider {
51
51
getToken(): Promise <AppCheckTokenInternal >;
52
52
// @internal (undocumented)
53
53
initialize(app : FirebaseApp ): void ;
54
+ // @internal (undocumented)
55
+ isEqual(otherProvider : unknown ): boolean ;
54
56
}
55
57
56
58
// @public
@@ -79,6 +81,8 @@ export class ReCaptchaV3Provider implements AppCheckProvider {
79
81
getToken(): Promise <AppCheckTokenInternal >;
80
82
// @internal (undocumented)
81
83
initialize(app : FirebaseApp ): void ;
84
+ // @internal (undocumented)
85
+ isEqual(otherProvider : unknown ): boolean ;
82
86
}
83
87
84
88
// @public
You can’t perform that action at this time.
0 commit comments