Quantcast
Channel: Ionic Forum - Latest posts
Viewing all articles
Browse latest Browse all 229923

Having trouble routing to next page after button click

$
0
0

It doesn’t work either, there was no error showing in the console. Below is how I added,

   const onSubmit = (data, e) => {
        const {fullname,age,gender,location}= data;
        const userData = {fullname,age,gender,location,patPhoneNumber};
        firestore.collection('pat_profile').doc(auth.currentUser.uid).set({fullname,age,gender,location,patPhoneNumber});
        history.push('/WelcomePage');
         
    };

Viewing all articles
Browse latest Browse all 229923

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>