const [photo,setPhot]=useState('') photo setPhoto(e.target.value)}/> const handleFormOnSubmit=e=>{ updateProfile({photoURL:photo})
const [photo,setPhot]=useState('')
<input type=photoURL
value=photo
onchange={(e)=>setPhoto(e.target.value)}/>
const handleFormOnSubmit=e=>{
updateProfile({photoURL:photo})