project is init first then i actived storage serveice
// Prepare the upload reference, explicitly using the custom bucket URL
const bucketUrl = 'gs://appppNmae-15f9a.firebasestorage.app';
const fileRef = storage().refFromURL(
${bucketUrl}/uploads/my-folder/${new Date().getTime()}_${result.name}
);