react-query-firebase 3.1.0 → 3.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -38,7 +38,7 @@ export const FirebaseContextProvider = ({ emulators, children, authEnabled = tru
38
38
  analytics_storage: false,
39
39
  functionality_storage: false,
40
40
  personalization_storage: false,
41
- security_storage: false,
41
+ security_storage: "denied",
42
42
  ...consentSettings
43
43
  });
44
44
  }, [consentSettings, internalFirebase]);
package/package.json CHANGED
@@ -91,5 +91,5 @@
91
91
  "docs:build": "vitepress build docs",
92
92
  "docs:preview": "vitepress preview docs"
93
93
  },
94
- "version": "3.1.0"
94
+ "version": "3.1.1"
95
95
  }