Skip to content

Repository files navigation

easechit

This app uses Firebase Authentication and Cloud Firestore to keep data online.

Firestore collections used by the app:

  • users/{uid}/private/appState
  • memberAssignments/{groupId_memberId}
  • foremanAccess/{email}

Setup steps:

  • Enable Authentication with Google sign-in in the Firebase console.
  • Enable Cloud Firestore in the Firebase console for the easechit project.
  • Add your local/dev domain to Firebase Auth authorized domains if you test locally.
  • Deploy the Firestore rules, indexes, and Hosting config:
firebase deploy --only hosting,firestore:rules,firestore:indexes

What is stored online:

  • Signed-in user app state
  • Foreman paid-access registry
  • Member-to-chit assignment records

This means changes made in the app can reflect online through Firestore instead of only staying in the browser.

About

A digital chit fund manager for both Foreman and User

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages