Skip to content

Simple form that gets submitted to a firestore collection through firebase

Notifications You must be signed in to change notification settings

MiguelNiblock/FirebaseFormik

Repository files navigation

Expo web app that saves form data to a "users" Firestore collection using the Firebase sdk8 for Javascript.

  • Firebase is set up with anonymous auth.
  • Firestore rules allow read/write from authenticated users, including anonymous.
  • Uses formik and yup to validate required fields, including email having the correct format. "[email protected]"
  • After submission, logs the data that got stored.

About

Simple form that gets submitted to a firestore collection through firebase

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published