Stream Firestore to BigQuery extension with firebase-functions/v1 imports #2138
Unanswered
jonathanrose9
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey there!
We recently received an email from Firebase regarding the update of Firebase Cloud Functions from v1 and Firebase Cloud Functions v2. We were informed in this email: If you are unable to upgrade at this time, please change your import from
firebase-functions
tofirebase-functions/v1
to preserve your existing codebase.We have updated all Cloud Functions and had no problems. But we also use the Firebase extension Stream Firestore to BigQuery in various projects. I have already updated some installed extensions to the latest version, but the imports of the Firebase Cloud Functions deployed by the extension were not updated from
firebase-functions
tofirebase-functions/v1
. Do any of you have information on when the Cloud Functions deployed by the extension will also be updated to v1 and when an update for the extension with the v1 import will be available?Many thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions