Code Monkey home page Code Monkey logo

Comments (8)

thatfiredev avatar thatfiredev commented on July 25, 2024

@diginikkari I believe the correct script is npx @firebaseextensions/firestore-bigquery-change-tracker. I sent a PR fixing the guide (see #15). Good catch!

from extensions.

masashi-sutou avatar masashi-sutou commented on July 25, 2024

@rosariopfernandes I tried npm install @firebaseextensions/firestore-bigquery-change-tracker and the installation was successful, but npx @firebaseextensions/firestore-bigquery-change-tracker cannot find the command.

from extensions.

thatfiredev avatar thatfiredev commented on July 25, 2024

@masashi-sutou You probably don't have npx installed. As described in this post, npx is "A tool for executing Node packages.", which means it will run npm install behind the scenes before executing the package (in case you don't have that package installed yet).

npx comes bundled with npm version 5.2+, so I'd recommend updating npm if you wish to use npx.

from extensions.

PVSPHANINDRA avatar PVSPHANINDRA commented on July 25, 2024

@rosariopfernandes npx is working properly with other packages. Seems like there is an issue with the command npx @firebaseextensions/firestore-bigquery-change-tracker

from extensions.

xXCalleManXx avatar xXCalleManXx commented on July 25, 2024

I get the following output when running the commpand $ npx @firebaseextensions/firestore-bigquery-change-tracker
command not found: firestore-bigquery-change-tracker

from extensions.

thatfiredev avatar thatfiredev commented on July 25, 2024

@PVSPHANINDRA @xXCalleManXx You're right! There should be a @firebaseextensions/fs-bq-import-collection package exposing the fs-bq-import-collection command. I've also pointed this out here. Let's wait for a Firebaser to comment on it.

from extensions.

thatfiredev avatar thatfiredev commented on July 25, 2024

The problem was: the script @firebaseextensions/fs-bq-import-collection was still marked as private (for Googlers only).

But it has now been made public (see full discussion in #15) :)

Running npx @firebaseextensions/fs-bq-import-collection should work just fine now.

from extensions.

diginikkari avatar diginikkari commented on July 25, 2024

Yes, confirmed it as fixed.

from extensions.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.