abstracted-firebase
Advanced tools
Comparing version 0.30.2 to 0.30.3
@@ -23,3 +23,4 @@ import { IDictionary } from "common-types"; | ||
* The service account must be provided but if not passed in it can be found | ||
* in environment variable | ||
* in the `FIREBASE_SERVICE_ACCOUNT` environment variable. In both cases the | ||
* string value is expected to be encoded in base64. | ||
*/ | ||
@@ -29,3 +30,3 @@ serviceAccount?: string; | ||
* The databaseURL is required but if not passed in as a parameter it can be found | ||
* in an environment variable | ||
* in the `FIREBASE_DATA_ROOT_URL` environment variable | ||
*/ | ||
@@ -32,0 +33,0 @@ databaseUrl?: string; |
@@ -23,3 +23,4 @@ import { IDictionary } from "common-types"; | ||
* The service account must be provided but if not passed in it can be found | ||
* in environment variable | ||
* in the `FIREBASE_SERVICE_ACCOUNT` environment variable. In both cases the | ||
* string value is expected to be encoded in base64. | ||
*/ | ||
@@ -29,3 +30,3 @@ serviceAccount?: string; | ||
* The databaseURL is required but if not passed in as a parameter it can be found | ||
* in an environment variable | ||
* in the `FIREBASE_DATA_ROOT_URL` environment variable | ||
*/ | ||
@@ -32,0 +33,0 @@ databaseUrl?: string; |
@@ -23,3 +23,4 @@ import { IDictionary } from "common-types"; | ||
* The service account must be provided but if not passed in it can be found | ||
* in environment variable | ||
* in the `FIREBASE_SERVICE_ACCOUNT` environment variable. In both cases the | ||
* string value is expected to be encoded in base64. | ||
*/ | ||
@@ -29,3 +30,3 @@ serviceAccount?: string; | ||
* The databaseURL is required but if not passed in as a parameter it can be found | ||
* in an environment variable | ||
* in the `FIREBASE_DATA_ROOT_URL` environment variable | ||
*/ | ||
@@ -32,0 +33,0 @@ databaseUrl?: string; |
{ | ||
"name": "abstracted-firebase", | ||
"version": "0.30.2", | ||
"version": "0.30.3", | ||
"description": "Core functional library supporting 'abstracted-admin' and 'abstracted-client'", | ||
@@ -34,3 +34,3 @@ "license": "MIT", | ||
"@firebase/database-types": "^0.4.3", | ||
"common-types": "^1.11.18", | ||
"common-types": "^1.12.1", | ||
"serialized-query": "^0.8.1", | ||
@@ -58,3 +58,3 @@ "typed-conversions": "^0.10.1" | ||
"tslint": "^5.19.0", | ||
"typescript": "^3.5.3" | ||
"typescript": "^3.6.2" | ||
}, | ||
@@ -61,0 +61,0 @@ "engines": { |
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
154820
3725
Updatedcommon-types@^1.12.1