clawfire 0.6.2 → 0.6.3

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.
package/dist/dev.js CHANGED
@@ -3385,7 +3385,7 @@ var FirebaseSetup = class {
3385
3385
  try {
3386
3386
  await this.execTimeout(
3387
3387
  "firebase",
3388
- ["firestore:databases:create", "--location", location, "--json"],
3388
+ ["firestore:databases:create", "(default)", "--location", location, "--json"],
3389
3389
  6e4
3390
3390
  );
3391
3391
  return { success: true, message: `Firestore database created (location: ${location}).` };