google-api-nodejs-client
google-api-nodejs-client copied to clipboard
`v1apha` version missing from `firebasestorage`
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!