-
Notifications
You must be signed in to change notification settings - Fork 401
🐛 [firestore-bigquery-export] Version 0.1.57 fails to install in functions project #2274
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hi there, do you have the exact error message you recieved? |
No, because I'm now on 0.1.56 but I can share the functions that existing twice on 0.1.57 when the package is generated This is the file path: generated > extensions > firebase > firestore-bigquery-export > 0.1.57 > index.ts This functions existing twice in the index.ts file when I install 0.1.57, even when i delete the generated folder.
I hope this helps |
[REQUIRED] Step 2: Describe your configuration
[REQUIRED] Step 3: Describe the problem
I install the extension via "firebase ext:sdk:install firebase/firestore-bigquery-export" the build steps fail, because the event callback functions are existing twice in the code.
Go back to 0.1.56 solves the issue.
Steps to reproduce:
Install the plugin in a firebase functions project with "firebase ext:sdk:install firebase/firestore-bigquery-export"
Expected result
Extension will be installed
Actual result
Build step fails
The text was updated successfully, but these errors were encountered: