abstracted-firebase
Advanced tools
Comparing version 0.34.1 to 0.35.0
import { IDictionary } from "common-types"; | ||
import { SerializedQuery } from "serialized-query"; | ||
import { FirebaseDatabase, DataSnapshot, EventType, Reference } from "@firebase/database-types"; | ||
export declare type FirebaseNamespace = import("@firebase/app-types").FirebaseNamespace; | ||
import { IFirebaseConfig, IMockLoadingState, IFirebaseWatchHandler, IMultiPathSet, IClientEmitter, IAdminEmitter } from "./types"; | ||
@@ -221,2 +222,8 @@ import { IFirebaseListener, IFirebaseConnectionCallback } from "."; | ||
/** | ||
* When using the **Firebase** Authentication solution, the primary API | ||
* resides off the `db.auth()` call but each _provider_ also has an API | ||
* that can be useful and this has links to various providers. | ||
*/ | ||
get authProviders(): FirebaseNamespace["auth"]; | ||
/** | ||
* **getFireMock** | ||
@@ -223,0 +230,0 @@ * |
@@ -554,2 +554,10 @@ "use strict"; | ||
/** | ||
* When using the **Firebase** Authentication solution, the primary API | ||
* resides off the `db.auth()` call but each _provider_ also has an API | ||
* that can be useful and this has links to various providers. | ||
*/ | ||
get authProviders() { | ||
throw new Error(`The authProviders getter is intended to provide access to various auth providers but it is NOT implemented in the connection library you are using!`); | ||
} | ||
/** | ||
* **getFireMock** | ||
@@ -556,0 +564,0 @@ * |
import { IDictionary } from "common-types"; | ||
import { SerializedQuery } from "serialized-query"; | ||
import { FirebaseDatabase, DataSnapshot, EventType, Reference } from "@firebase/database-types"; | ||
export declare type FirebaseNamespace = import("@firebase/app-types").FirebaseNamespace; | ||
import { IFirebaseConfig, IMockLoadingState, IFirebaseWatchHandler, IMultiPathSet, IClientEmitter, IAdminEmitter } from "./types"; | ||
@@ -221,2 +222,8 @@ import { IFirebaseListener, IFirebaseConnectionCallback } from "."; | ||
/** | ||
* When using the **Firebase** Authentication solution, the primary API | ||
* resides off the `db.auth()` call but each _provider_ also has an API | ||
* that can be useful and this has links to various providers. | ||
*/ | ||
get authProviders(): FirebaseNamespace["auth"]; | ||
/** | ||
* **getFireMock** | ||
@@ -223,0 +230,0 @@ * |
@@ -552,2 +552,10 @@ // tslint:disable: member-ordering | ||
/** | ||
* When using the **Firebase** Authentication solution, the primary API | ||
* resides off the `db.auth()` call but each _provider_ also has an API | ||
* that can be useful and this has links to various providers. | ||
*/ | ||
get authProviders() { | ||
throw new Error(`The authProviders getter is intended to provide access to various auth providers but it is NOT implemented in the connection library you are using!`); | ||
} | ||
/** | ||
* **getFireMock** | ||
@@ -554,0 +562,0 @@ * |
import { IDictionary } from "common-types"; | ||
import { SerializedQuery } from "serialized-query"; | ||
import { FirebaseDatabase, DataSnapshot, EventType, Reference } from "@firebase/database-types"; | ||
export declare type FirebaseNamespace = import("@firebase/app-types").FirebaseNamespace; | ||
import { IFirebaseConfig, IMockLoadingState, IFirebaseWatchHandler, IMultiPathSet, IClientEmitter, IAdminEmitter } from "./types"; | ||
@@ -221,2 +222,8 @@ import { IFirebaseListener, IFirebaseConnectionCallback } from "."; | ||
/** | ||
* When using the **Firebase** Authentication solution, the primary API | ||
* resides off the `db.auth()` call but each _provider_ also has an API | ||
* that can be useful and this has links to various providers. | ||
*/ | ||
get authProviders(): FirebaseNamespace["auth"]; | ||
/** | ||
* **getFireMock** | ||
@@ -223,0 +230,0 @@ * |
@@ -564,2 +564,10 @@ (function (factory) { | ||
/** | ||
* When using the **Firebase** Authentication solution, the primary API | ||
* resides off the `db.auth()` call but each _provider_ also has an API | ||
* that can be useful and this has links to various providers. | ||
*/ | ||
get authProviders() { | ||
throw new Error(`The authProviders getter is intended to provide access to various auth providers but it is NOT implemented in the connection library you are using!`); | ||
} | ||
/** | ||
* **getFireMock** | ||
@@ -566,0 +574,0 @@ * |
{ | ||
"name": "abstracted-firebase", | ||
"version": "0.34.1", | ||
"version": "0.35.0", | ||
"description": "Core functional library supporting 'abstracted-admin' and 'abstracted-client'", | ||
@@ -32,3 +32,4 @@ "license": "MIT", | ||
"dependencies": { | ||
"@firebase/auth-types": "^0.8.2", | ||
"@firebase/app-types": "^0.4.7", | ||
"@firebase/auth-types": "^0.9.0", | ||
"@firebase/database-types": "^0.4.7", | ||
@@ -49,3 +50,3 @@ "common-types": "^1.12.12", | ||
"chai": "^4.2.0", | ||
"firemock": "^0.34.0", | ||
"firemock": "^0.34.1", | ||
"js-yaml": "^3.13.1", | ||
@@ -52,0 +53,0 @@ "lodash": "^4.17.15", |
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
160872
3839
6
+ Added@firebase/app-types@^0.4.7
+ Added@firebase/auth-types@0.9.6(transitive)
- Removed@firebase/app-types@0.9.3(transitive)
- Removed@firebase/auth-types@0.8.2(transitive)
Updated@firebase/auth-types@^0.9.0