Do not edit this file. It is a report generated by API Extractor.
// Warning: (ae-missing-release-tag) "areCookiesEnabled" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)//// @publicexportfunctionareCookiesEnabled(): boolean;// Warning: (ae-missing-release-tag) "assert" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)//// @publicexportconstassert: (assertion: unknown,message: string)=>void;// Warning: (ae-missing-release-tag) "assertionError" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)//// @publicexportconstassertionError: (message: string)=>Error;// Warning: (ae-missing-release-tag) "async" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)//// @publicexportfunctionasync(fn: Function,onError?: ErrorFn): Function;// Warning: (ae-forgotten-export) The symbol "Base64" needs to be exported by the entry point index.d.ts// Warning: (ae-missing-release-tag) "base64" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)//// @public (undocumented)exportconstbase64: Base64;// Warning: (ae-missing-release-tag) "base64Decode" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)//// @publicexportconstbase64Decode: (str: string)=>string|null;// Warning: (ae-missing-release-tag) "base64Encode" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)//// @publicexportconstbase64Encode: (str: string)=>string;// Warning: (ae-missing-release-tag) "base64urlEncodeWithoutPadding" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)//// @publicexportconstbase64urlEncodeWithoutPadding: (str: string)=>string;// Warning: (ae-missing-release-tag) "calculateBackoffMillis" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)//// @publicexportfunctioncalculateBackoffMillis(backoffCount: number,intervalMillis?: number,backoffFactor?: number): number;// Warning: (ae-missing-release-tag) "Compat" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)//// @publicexportinterfaceCompat<T>{// (undocumented)_delegate: T;}// Warning: (ae-missing-release-tag) "CompleteFn" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)//// @public (undocumented)exporttypeCompleteFn=()=>void;// Warning: (ae-missing-release-tag) "CONSTANTS" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)//// @publicexportconstCONSTANTS: {NODE_CLIENT: boolean;NODE_ADMIN: boolean;SDK_VERSION: string;};// Warning: (ae-missing-release-tag) "contains" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)//// @publicexportfunctioncontains<Textendsobject>(obj: T,key: string): boolean;// Warning: (ae-missing-release-tag) "createMockUserToken" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)//// @public (undocumented)exportfunctioncreateMockUserToken(token: EmulatorMockTokenOptions,projectId?: string): string;// Warning: (ae-missing-release-tag) "createSubscribe" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)//// @publicexportfunctioncreateSubscribe<T>(executor: Executor<T>,onNoObservers?: Executor<T>): Subscribe<T>;// Warning: (ae-forgotten-export) The symbol "DecodedToken" needs to be exported by the entry point index.d.ts// Warning: (ae-missing-release-tag) "decode" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)//// @publicexportconstdecode: (token: string)=>DecodedToken;// Warning: (ae-missing-release-tag) "DecodeBase64StringError" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)//// @publicexportclassDecodeBase64StringErrorextendsError{// (undocumented)readonlyname="DecodeBase64StringError";}// Warning: (ae-missing-release-tag) "deepCopy" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)//// @publicexportfunctiondeepCopy<T>(value: T): T;// Warning: (ae-missing-release-tag) "deepEqual" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)//// @publicexportfunctiondeepEqual(a: object,b: object): boolean;// Warning: (ae-missing-release-tag) "deepExtend" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)//// @publicexportfunctiondeepExtend(target: unknown,source: unknown): unknown;// Warning: (ae-missing-release-tag) "Deferred" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)//// @publicexportclassDeferred<R>{constructor();// (undocumented)promise: Promise<R>;// (undocumented)reject: (value?: unknown)=>void;// (undocumented)resolve: (value?: unknown)=>void;wrapCallback(callback?: (error?: unknown,value?: unknown)=>void): (error: unknown,value?: unknown)=>void;}// Warning: (ae-forgotten-export) The symbol "FirebaseIdToken" needs to be exported by the entry point index.d.ts// Warning: (ae-missing-release-tag) "EmulatorMockTokenOptions" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)//// @public (undocumented)exporttypeEmulatorMockTokenOptions=({user_id: string;}|{sub: string;})&Partial<FirebaseIdToken>;// Warning: (ae-missing-release-tag) "ErrorData" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)//// @public (undocumented)exportinterfaceErrorData{// (undocumented)[key: string]: unknown;}// Warning: (ae-missing-release-tag) "ErrorFactory" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)//// @public (undocumented)exportclassErrorFactory<ErrorCodeextendsstring,ErrorParamsextends{readonly[KinErrorCode]?: ErrorData;}={}>{constructor(service: string,serviceName: string,errors: ErrorMap<ErrorCode>);// (undocumented)create<KextendsErrorCode>(code: K, ...data: KextendskeyofErrorParams ? [ErrorParams[K]] : []): FirebaseError;}// Warning: (ae-missing-release-tag) "ErrorFn" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)//// @public (undocumented)exporttypeErrorFn=(error: Error)=>void;// Warning: (ae-missing-release-tag) "ErrorMap" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)//// @publicexporttypeErrorMap<ErrorCodeextendsstring>={readonly[KinErrorCode]: string;};// Warning: (ae-missing-release-tag) "errorPrefix" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)//// @publicexportfunctionerrorPrefix(fnName: string,argName: string): string;// Warning: (ae-missing-release-tag) "Executor" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)//// @public (undocumented)exporttypeExecutor<T>=(observer: Observer<T>)=>void;// @publicexporttypeExperimentalKey='authTokenSyncURL'|'authIdTokenMaxAge';// Warning: (ae-missing-release-tag) "extractQuerystring" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)//// @publicexportfunctionextractQuerystring(url: string): string;// @publicexportinterfaceFirebaseDefaults{// (undocumented)[key: string]: unknown;// (undocumented)_authIdTokenMaxAge?: number;// (undocumented)_authTokenSyncURL?: string;// (undocumented)config?: Record<string,string>;// (undocumented)emulatorHosts?: Record<string,string>;forceEnvironment?: 'browser'|'node';}// Warning: (ae-missing-release-tag) "FirebaseError" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)//// @public (undocumented)exportclassFirebaseErrorextendsError{constructor(code: string,message: string,customData?: Record<string,unknown>|undefined);readonlycode: string;customData?: Record<string,unknown>|undefined;readonlyname: string;}// Warning: (ae-missing-release-tag) "FirebaseSignInProvider" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)//// @publicexporttypeFirebaseSignInProvider='custom'|'email'|'password'|'phone'|'anonymous'|'google.com'|'facebook.com'|'github.com'|'twitter.com'|'microsoft.com'|'apple.com';// @publicexportconstgetDefaultAppConfig: ()=>Record<string,string>|undefined;// @publicexportconstgetDefaultEmulatorHost: (productName: string)=>string|undefined;// @publicexportconstgetDefaultEmulatorHostnameAndPort: (productName: string)=>[hostname: string,port: number]|undefined;// @publicexportconstgetDefaults: ()=>FirebaseDefaults|undefined;// @publicexportconstgetExperimentalSetting: <TextendsExperimentalKey>(name: T)=>FirebaseDefaults[`_${T}`];// @publicexportfunctiongetGlobal(): typeofglobalThis;// Warning: (ae-missing-release-tag) "getModularInstance" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)//// @public (undocumented)exportfunctiongetModularInstance<ExpService>(service: Compat<ExpService>|ExpService): ExpService;// Warning: (ae-missing-release-tag) "getUA" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)//// @publicexportfunctiongetUA(): string;// Warning: (ae-missing-release-tag) "isAdmin" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)//// @publicexportconstisAdmin: (token: string)=>boolean;// Warning: (ae-missing-release-tag) "isBrowser" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)//// @publicexportfunctionisBrowser(): boolean;// Warning: (ae-missing-release-tag) "isBrowserExtension" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)//// @public (undocumented)exportfunctionisBrowserExtension(): boolean;// Warning: (ae-missing-release-tag) "isCloudflareWorker" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)//// @publicexportfunctionisCloudflareWorker(): boolean;// Warning: (ae-missing-release-tag) "isElectron" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)//// @publicexportfunctionisElectron(): boolean;// Warning: (ae-missing-release-tag) "isEmpty" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)//// @public (undocumented)exportfunctionisEmpty(obj: object): obj is {};// Warning: (ae-missing-release-tag) "isIE" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)//// @publicexportfunctionisIE(): boolean;// Warning: (ae-missing-release-tag) "isIndexedDBAvailable" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)//// @publicexportfunctionisIndexedDBAvailable(): boolean;// Warning: (ae-missing-release-tag) "isMobileCordova" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)//// @publicexportfunctionisMobileCordova(): boolean;// Warning: (ae-missing-release-tag) "isNode" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)//// @publicexportfunctionisNode(): boolean;// Warning: (ae-missing-release-tag) "isNodeSdk" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)//// @publicexportfunctionisNodeSdk(): boolean;// Warning: (ae-missing-release-tag) "isReactNative" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)//// @publicexportfunctionisReactNative(): boolean;// Warning: (ae-missing-release-tag) "isSafari" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)//// @publicexportfunctionisSafari(): boolean;// Warning: (ae-missing-release-tag) "issuedAtTime" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)//// @publicexportconstissuedAtTime: (token: string)=>number|null;// Warning: (ae-missing-release-tag) "isUWP" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)//// @publicexportfunctionisUWP(): boolean;// Warning: (ae-missing-release-tag) "isValidFormat" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)//// @publicexportconstisValidFormat: (token: string)=>boolean;// Warning: (ae-missing-release-tag) "isValidTimestamp" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)//// @publicexportconstisValidTimestamp: (token: string)=>boolean;// Warning: (ae-missing-release-tag) "isWebWorker" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)//// @publicexportfunctionisWebWorker(): boolean;// Warning: (ae-missing-release-tag) "jsonEval" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)//// @publicexportfunctionjsonEval(str: string): unknown;// Warning: (ae-missing-release-tag) "map" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)//// @public (undocumented)exportfunctionmap<Kextendsstring,V,U>(obj: {[keyinK]: V;},fn: (value: V,key: K,obj: {[keyinK]: V;})=>U,contextObj?: unknown): {[keyinK]: U;};// Warning: (ae-missing-release-tag) "MAX_VALUE_MILLIS" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)//// @publicexportconstMAX_VALUE_MILLIS: number;// Warning: (ae-missing-release-tag) "NextFn" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)//// @publicexporttypeNextFn<T>=(value: T)=>void;// Warning: (ae-missing-release-tag) "Observable" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)//// @public (undocumented)exportinterfaceObservable<T>{// (undocumented)subscribe: Subscribe<T>;}// Warning: (ae-missing-release-tag) "Observer" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)//// @public (undocumented)exportinterfaceObserver<T>{// (undocumented)complete: CompleteFn;// (undocumented)error: ErrorFn;// (undocumented)next: NextFn<T>;}// Warning: (ae-missing-release-tag) "ordinal" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)//// @publicexportfunctionordinal(i: number): string;// Warning: (ae-missing-release-tag) "PartialObserver" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)//// @public (undocumented)exporttypePartialObserver<T>=Partial<Observer<T>>;// Warning: (ae-internal-missing-underscore) The name "promiseWithTimeout" should be prefixed with an underscore because the declaration is marked as @internal//// @internalexportfunctionpromiseWithTimeout<T>(promise: Promise<T>,timeInMS?: number): Promise<T>;// Warning: (ae-missing-release-tag) "querystring" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)//// @publicexportfunctionquerystring(querystringParams: {[key: string]: string|number;}): string;// Warning: (ae-missing-release-tag) "querystringDecode" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)//// @publicexportfunctionquerystringDecode(querystring: string): Record<string,string>;// Warning: (ae-missing-release-tag) "RANDOM_FACTOR" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)//// @publicexportconstRANDOM_FACTOR=0.5;// Warning: (ae-missing-release-tag) "safeGet" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)//// @public (undocumented)exportfunctionsafeGet<Textendsobject,KextendskeyofT>(obj: T,key: K): T[K]|undefined;// Warning: (ae-missing-release-tag) "Sha1" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)//// @publicexportclassSha1{constructor();// (undocumented)blockSize: number;compress_(buf: number[]|Uint8Array|string,offset?: number): void;// @override (undocumented)digest(): number[];// (undocumented)reset(): void;// (undocumented)update(bytes?: number[]|Uint8Array|string,length?: number): void;}// Warning: (ae-missing-release-tag) "stringify" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)//// @publicexportfunctionstringify(data: unknown): string;// Warning: (ae-missing-release-tag) "stringLength" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)//// @publicexportconststringLength: (str: string)=>number;// Warning: (ae-missing-release-tag) "StringLike" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)//// @public (undocumented)exportinterfaceStringLike{// (undocumented)toString(): string;}// Warning: (ae-missing-release-tag) "stringToByteArray" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)//// @public (undocumented)exportconststringToByteArray: (str: string)=>number[];// Warning: (ae-missing-release-tag) "Subscribe" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)//// @publicexportinterfaceSubscribe<T>{// (undocumented)(next?: NextFn<T>,error?: ErrorFn,complete?: CompleteFn): Unsubscribe;// (undocumented)(observer: PartialObserver<T>): Unsubscribe;}// Warning: (ae-missing-release-tag) "Unsubscribe" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)//// @public (undocumented)exporttypeUnsubscribe=()=>void;// Warning: (ae-missing-release-tag) "validateArgCount" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)//// @publicexportconstvalidateArgCount: (fnName: string,minCount: number,maxCount: number,argCount: number)=>void;// Warning: (ae-missing-release-tag) "validateCallback" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)//// @public (undocumented)exportfunctionvalidateCallback(fnName: string,argumentName: string,callback: Function,optional: boolean): void;// Warning: (ae-missing-release-tag) "validateContextObject" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)//// @public (undocumented)exportfunctionvalidateContextObject(fnName: string,argumentName: string,context: unknown,optional: boolean): void;// Warning: (ae-missing-release-tag) "validateIndexedDBOpenable" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)//// @publicexportfunctionvalidateIndexedDBOpenable(): Promise<boolean>;// Warning: (ae-missing-release-tag) "validateNamespace" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)//// @public (undocumented)exportfunctionvalidateNamespace(fnName: string,namespace: string,optional: boolean): void;// (No @packageDocumentation comment for this package)