File tree Expand file tree Collapse file tree 3 files changed +5
-9
lines changed Expand file tree Collapse file tree 3 files changed +5
-9
lines changed Original file line number Diff line number Diff line change 11.tmp
22coverage
33.vscode
4+ .idea
45tsconfig. *
56tslint. *
7+ .travis.yml
68
79# Don't include the raw typescript
810src
Original file line number Diff line number Diff line change 3636 "@types/sinon" : " ^1.16.29" ,
3737 "chai" : " ^3.5.0" ,
3838 "chai-as-promised" : " ^5.2.0" ,
39- "firebase-admin" : " ^4.0.5 " ,
39+ "firebase-admin" : " ^4.1.1 " ,
4040 "istanbul" : " ^0.4.2" ,
4141 "mocha" : " ^2.4.5" ,
4242 "mock-require" : " ^2.0.1" ,
4646 "typescript" : " ^2.0.3"
4747 },
4848 "peerDependencies" : {
49- "firebase-admin" : " ^4.0.5 "
49+ "firebase-admin" : " ^4.1.1 "
5050 },
5151 "dependencies" : {
5252 "@types/express" : " ^4.0.33" ,
Original file line number Diff line number Diff line change @@ -35,13 +35,7 @@ export function config(): config.Config {
3535export namespace config {
3636 // Config type is usable as a object (dot notation allowed), and firebase
3737 // property will also code complete.
38- export type Config = Object & {
39- firebase ?: firebase . AppOptions & {
40- // NOTE: firebase-admin currently only defines app options for features it exposes, not the full set
41- // of firebase features. This shim can be removed in the next version of firebase-admin.
42- storageBucket : string ,
43- }
44- } ;
38+ export type Config = Object & { firebase ?: firebase . AppOptions } ;
4539
4640 /** @internal */
4741 export let singleton : config . Config ;
You can’t perform that action at this time.
0 commit comments