firestore-rest
Advanced tools
Comparing version 1.2.0 to 1.2.1
@@ -16,2 +16,3 @@ const { google } = require('googleapis') | ||
const processItem = (item) => { | ||
if (!item) throw new Error('No items match the specified query') | ||
// we need to inject the `id` and the `data()` method to make it compatible with existing API | ||
@@ -18,0 +19,0 @@ const id = item.name.match(regex)[0] |
{ | ||
"name": "firestore-rest", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "Makes firestore requests using the Google REST API to avoid the gRPC cold start issue.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
10509
176