google-api-nodejs-client icon indicating copy to clipboard operation
google-api-nodejs-client copied to clipboard

`v1apha` version missing from `firebasestorage`

Open jdcoldsmith opened this issue 1 year ago • 0 comments

Hello! I would like to use the v1alpha version of the firebasestorage api as seen in the documentation here. However, whenever I call const firebaseStorage = google.firebasestorage({ version: 'v1alpha', auth }); I get Error: Unable to load endpoint firebasestorage("v1alpha"): ctr is not a constructor.

Any help would be appreciated!

jdcoldsmith avatar Jul 09 '24 20:07 jdcoldsmith