Ionic React + Firebase: React Hook Form

Austin Howard Tech
6 min readApr 22, 2020

Get user input and put it into Firestore

Here is an example of a React Hook Form that I’ve built in an application, as well as some details about how the form works.

It’s hard to find more advanced examples of React Hook Forms so I added several moving parts to this form, including using Firestore and additional form packages.

--

--