Po przesłaniu pliku do Firebase Storage za pomocą Funkcji Firebase chcę uzyskać adres URL pobierania pliku. Mam to : ... return bucket .upload(fromFilePath, {destination: toFilePath}) .then((err, file) => { // Get the download url of file }); Plik obiektowy ma wiele parametrów. Nawet...