Get downloadURL keeps throwing error 'XMLHttpRequest is not defined' using Firebase
问题 I keep getting a "XMLHttpRequest is not defined" when attempting to get the downloadURL of images I just uploaded to storage. Any thoughts on what is going on here? I can retrieve the metadata, but the image url is not listed in the scheme :/ Node: import firebase, { storage } from './firebase'; const serviceAccount = require('./serviceAccountKey.json'); const admin = require('firebase-admin'); const app = express() const dbUrl = "https://authentication.firebaseio.com" admin.initializeApp({