@firebase/database
Advanced tools
Comparing version 1.0.12-canary.4e6a5c670 to 1.0.12-canary.554c7bdc1
@@ -17,2 +17,6 @@ /** | ||
*/ | ||
import { EmulatorMockTokenOptions } from '@firebase/util'; | ||
export interface RepoInfoEmulatorOptions { | ||
mockUserToken?: string | EmulatorMockTokenOptions; | ||
} | ||
/** | ||
@@ -29,2 +33,3 @@ * A class that holds metadata about a Repo object | ||
readonly isUsingEmulator: boolean; | ||
readonly emulatorOptions: RepoInfoEmulatorOptions | null; | ||
private _host; | ||
@@ -41,3 +46,3 @@ private _domain; | ||
*/ | ||
constructor(host: string, secure: boolean, namespace: string, webSocketOnly: boolean, nodeAdmin?: boolean, persistenceKey?: string, includeNamespaceInQueryParams?: boolean, isUsingEmulator?: boolean); | ||
constructor(host: string, secure: boolean, namespace: string, webSocketOnly: boolean, nodeAdmin?: boolean, persistenceKey?: string, includeNamespaceInQueryParams?: boolean, isUsingEmulator?: boolean, emulatorOptions?: RepoInfoEmulatorOptions | null); | ||
isCacheableHost(): boolean; | ||
@@ -44,0 +49,0 @@ isCustomHost(): boolean; |
@@ -21,2 +21,4 @@ /** | ||
export declare const TEST_PROJECT: any; | ||
export declare const EMULATOR_PORT: string; | ||
export declare const USE_EMULATOR: boolean; | ||
export declare function getFreshRepo(path: Path): DatabaseReference; | ||
@@ -23,0 +25,0 @@ export declare const DATABASE_ADDRESS: any; |
@@ -17,2 +17,6 @@ /** | ||
*/ | ||
import { EmulatorMockTokenOptions } from '@firebase/util'; | ||
export interface RepoInfoEmulatorOptions { | ||
mockUserToken?: string | EmulatorMockTokenOptions; | ||
} | ||
/** | ||
@@ -29,2 +33,3 @@ * A class that holds metadata about a Repo object | ||
readonly isUsingEmulator: boolean; | ||
readonly emulatorOptions: RepoInfoEmulatorOptions | null; | ||
private _host; | ||
@@ -41,3 +46,3 @@ private _domain; | ||
*/ | ||
constructor(host: string, secure: boolean, namespace: string, webSocketOnly: boolean, nodeAdmin?: boolean, persistenceKey?: string, includeNamespaceInQueryParams?: boolean, isUsingEmulator?: boolean); | ||
constructor(host: string, secure: boolean, namespace: string, webSocketOnly: boolean, nodeAdmin?: boolean, persistenceKey?: string, includeNamespaceInQueryParams?: boolean, isUsingEmulator?: boolean, emulatorOptions?: RepoInfoEmulatorOptions | null); | ||
isCacheableHost(): boolean; | ||
@@ -44,0 +49,0 @@ isCustomHost(): boolean; |
@@ -21,2 +21,4 @@ /** | ||
export declare const TEST_PROJECT: any; | ||
export declare const EMULATOR_PORT: string; | ||
export declare const USE_EMULATOR: boolean; | ||
export declare function getFreshRepo(path: Path): DatabaseReference; | ||
@@ -23,0 +25,0 @@ export declare const DATABASE_ADDRESS: any; |
{ | ||
"name": "@firebase/database", | ||
"version": "1.0.12-canary.4e6a5c670", | ||
"version": "1.0.12-canary.554c7bdc1", | ||
"description": "", | ||
@@ -51,7 +51,7 @@ "author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)", | ||
"dependencies": { | ||
"@firebase/logger": "0.4.4-canary.4e6a5c670", | ||
"@firebase/util": "1.10.3-canary.4e6a5c670", | ||
"@firebase/component": "0.6.12-canary.4e6a5c670", | ||
"@firebase/app-check-interop-types": "0.3.3-canary.4e6a5c670", | ||
"@firebase/auth-interop-types": "0.2.4-canary.4e6a5c670", | ||
"@firebase/logger": "0.4.4-canary.554c7bdc1", | ||
"@firebase/util": "1.10.3-canary.554c7bdc1", | ||
"@firebase/component": "0.6.12-canary.554c7bdc1", | ||
"@firebase/app-check-interop-types": "0.3.3-canary.554c7bdc1", | ||
"@firebase/auth-interop-types": "0.2.4-canary.554c7bdc1", | ||
"faye-websocket": "0.11.4", | ||
@@ -61,3 +61,3 @@ "tslib": "^2.1.0" | ||
"devDependencies": { | ||
"@firebase/app": "0.11.0-canary.4e6a5c670", | ||
"@firebase/app": "0.11.0-canary.554c7bdc1", | ||
"rollup": "2.79.2", | ||
@@ -64,0 +64,0 @@ "rollup-plugin-typescript2": "0.36.0", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
8694669
90071
+ Added@firebase/app-check-interop-types@0.3.3-canary.554c7bdc1(transitive)
+ Added@firebase/auth-interop-types@0.2.4-canary.554c7bdc1(transitive)
+ Added@firebase/component@0.6.12-canary.554c7bdc1(transitive)
+ Added@firebase/logger@0.4.4-canary.554c7bdc1(transitive)
+ Added@firebase/util@1.10.3-canary.554c7bdc1(transitive)
- Removed@firebase/app-check-interop-types@0.3.3-canary.4e6a5c670(transitive)
- Removed@firebase/auth-interop-types@0.2.4-canary.4e6a5c670(transitive)
- Removed@firebase/component@0.6.12-canary.4e6a5c670(transitive)
- Removed@firebase/logger@0.4.4-canary.4e6a5c670(transitive)
- Removed@firebase/util@1.10.3-canary.4e6a5c670(transitive)
Updated@firebase/app-check-interop-types@0.3.3-canary.554c7bdc1