abstracted-admin
Advanced tools
Comparing version 0.1.5 to 0.1.6
@@ -47,3 +47,3 @@ import * as firebase from 'firebase-admin'; | ||
getRecord<T = any>(path: string | SerializedQuery, idProp?: string): Promise<T>; | ||
getList<T = any[]>(path?: string | SerializedQuery<T>, idProp?: string): Promise<T[]>; | ||
getList<T = any[]>(path: string | SerializedQuery, idProp?: string): Promise<T[]>; | ||
getSortedList<T = any[]>(query: any, idProp?: string): Promise<T[]>; | ||
@@ -50,0 +50,0 @@ push<T = IDictionary<any>>(path: string, value: T): Promise<any>; |
@@ -133,3 +133,3 @@ "use strict"; | ||
} | ||
getList(path = any > , idProp = 'id') { | ||
getList(path, idProp = 'id') { | ||
return __awaiter(this, void 0, void 0, function* () { | ||
@@ -136,0 +136,0 @@ return this.getSnapshot(path) |
{ | ||
"name": "abstracted-admin", | ||
"version": "0.1.5", | ||
"version": "0.1.6", | ||
"description": "Helpful abstraction on the firebase admin API", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
15253