Comparing version 0.32.2 to 0.32.3
@@ -22,2 +22,9 @@ "use strict"; | ||
}, | ||
async setPersistence() { | ||
// throw createError( | ||
// "auth/not-implemented", | ||
// "This feature is not implemented yet in FireMock auth module" | ||
// ); | ||
console.warn(`currently firemock does not object to the use of setPersistence() but it doesn't support it either.`); | ||
}, | ||
signInAnonymously: async () => { | ||
@@ -24,0 +31,0 @@ await util_1.networkDelay(); |
@@ -47,5 +47,2 @@ "use strict"; | ||
}, | ||
async setPersistence() { | ||
throw common_types_1.createError("auth/not-implemented", "This feature is not implemented yet in FireMock auth module"); | ||
}, | ||
async signInAndRetrieveDataWithCredential() { | ||
@@ -52,0 +49,0 @@ throw common_types_1.createError("auth/not-implemented", "This feature is not implemented yet in FireMock auth module"); |
@@ -20,2 +20,9 @@ import { networkDelay } from "../util"; | ||
}, | ||
async setPersistence() { | ||
// throw createError( | ||
// "auth/not-implemented", | ||
// "This feature is not implemented yet in FireMock auth module" | ||
// ); | ||
console.warn(`currently firemock does not object to the use of setPersistence() but it doesn't support it either.`); | ||
}, | ||
signInAnonymously: async () => { | ||
@@ -22,0 +29,0 @@ await networkDelay(); |
@@ -45,5 +45,2 @@ import { createError } from "common-types"; | ||
}, | ||
async setPersistence() { | ||
throw createError("auth/not-implemented", "This feature is not implemented yet in FireMock auth module"); | ||
}, | ||
async signInAndRetrieveDataWithCredential() { | ||
@@ -50,0 +47,0 @@ throw createError("auth/not-implemented", "This feature is not implemented yet in FireMock auth module"); |
{ | ||
"name": "firemock", | ||
"version": "0.32.2", | ||
"version": "0.32.3", | ||
"description": "firemock", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
380550
6714