Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

abstracted-firebase

Package Overview
Dependencies
Maintainers
1
Versions
161
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

abstracted-firebase - npm Package Compare versions

Comparing version 0.34.1 to 0.35.0

7

dist/cjs/db.d.ts
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 @@ *

7

package.json
{
"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",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc