File tree 4 files changed +8
-5
lines changed
4 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 25
25
"dependencies" : {
26
26
"@firebase/database-types" : " 0.4.9" ,
27
27
"@firebase/logger" : " 0.1.32" ,
28
- "@firebase/util" : " 0.2.35" ,
28
+ "@firebase/util" : " 0.2.35" ,
29
29
"@firebase/component" : " 0.1.0" ,
30
+ "@firebase/auth-interop-types" : " 0.1.1" ,
30
31
"faye-websocket" : " 0.11.3" ,
31
32
"tslib" : " 1.10.0"
32
33
},
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ import { FirebaseDatabase } from '@firebase/database-types';
32
32
* Class representing a firebase database.
33
33
* @implements {FirebaseService}
34
34
*/
35
- export class Database implements FirebaseService , FirebaseDatabase {
35
+ export class Database implements FirebaseService {
36
36
INTERNAL : DatabaseInternals ;
37
37
private root_ : Reference ;
38
38
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ export interface ReferenceConstructor {
43
43
new ( repo : Repo , path : Path ) : Reference ;
44
44
}
45
45
46
- export class Reference extends Query implements types . Reference {
46
+ export class Reference extends Query {
47
47
public then : ( a ?: any ) => Promise < any > ;
48
48
public catch : ( a ?: Error ) => Promise < any > ;
49
49
Original file line number Diff line number Diff line change 846
846
integrity sha512-M6q3MtHzk0NQPs1PB+SXSJtkDtK8WXJh+1B1WVJQp5HTURadzj9t1bUb/Fjhq+K57lKsOgL60r8WGmE7vks1eg==
847
847
dependencies:
848
848
semver "^6.2.0"
849
+
850
+ version "0.1.1"
851
+ resolved "https://registry.npmjs.org/@firebase/auth-interop-types/-/auth-interop-types-0.1.1.tgz#b3e1bc5ea8b2df1c376b5fc14aae8a3572dbcace"
852
+ integrity sha512-rNpCOyCspZvNDoQVQLQQgWAGBMB2ClCWKN1c8cEFgLNFgnMJrjVB+tcL7KW2q2UjKa7l8Mxgwys7szTiEDAcvA==
849
853
850
854
"@grpc/proto-loader@^0.5.0":
851
855
version "0.5.2"
@@ -13349,7 +13353,6 @@ symbol-observable@^1.1.0:
13349
13353
13350
13354
"sync-promise@git+https://github.com/brettz9/sync-promise.git#full-sync-missing-promise-features":
13351
13355
version "1.0.1"
13352
- uid "25845a49a00aa2d2c985a5149b97c86a1fcdc75a"
13353
13356
resolved "git+https://github.com/brettz9/sync-promise.git#25845a49a00aa2d2c985a5149b97c86a1fcdc75a"
13354
13357
13355
13358
syntax-error@^1.1.1:
@@ -14625,7 +14628,6 @@ websocket-extensions@>=0.1.1:
14625
14628
14626
14629
"websql@git+https://github.com/brettz9/node-websql.git#configurable-secure2":
14627
14630
version "1.0.0"
14628
- uid "5149bc0763376ca757fc32dc74345ada0467bfbb"
14629
14631
resolved "git+https://github.com/brettz9/node-websql.git#5149bc0763376ca757fc32dc74345ada0467bfbb"
14630
14632
dependencies:
14631
14633
argsarray "^0.0.1"
You can’t perform that action at this time.
0 commit comments