What's preventing the Storage SDK from being supported in Node? #4682
Unanswered
0x6A75616E
asked this question in
Q&A
Replies: 3 comments
-
Thanks for the question! This has been a long standing feature request, but we haven't been able to prioritize it. Though I can't promise when we will add the support, we started talking about it internally recently. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Add this to your node.js script: |
Beta Was this translation helpful? Give feedback.
0 replies
-
FYI, We are adding Nodejs support - #4985 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
As part of a project, I'm building a node-based client that uploads files to Firebase storage. I found out that the firebase upload SDK is not supported in node.
I'd be able to upload to the bucket directly using the GCP lib, but that'd require a service key, which obviously I can't ship with my app. I need to use user authentication, which I've already implemented.
Is there a way around this? How would I be able to interact with firebase storage (or even GCP directly) from node using a user token?
Beta Was this translation helpful? Give feedback.
All reactions