Authentication
Users sign in with Firebase Auth. Password reset links are managed through Firebase Authentication.
WealthSync uses Firebase Authentication, Firestore security rules and user-scoped data paths. Stripe handles subscription checkout and billing management.
WealthSync provides portfolio information and analysis tools. It is not personal financial advice.
Users sign in with Firebase Auth. Password reset links are managed through Firebase Authentication.
Portfolio, trade and summary records are organised by user so app access rules can restrict data correctly.
Stripe manages checkout, customer portal access and subscription status events.
Dashboard review checks run from portfolio data already loaded in the app, so they do not require extra database reads.
No. Payment details are handled by Stripe.
Summaries are designed to be saved and refreshed monthly to avoid unnecessary regeneration.
No. Data quality review is read-only. WealthSync only records review progress such as refresh, AI summary and report export status.
Like most hosted applications, cloud administrators may have infrastructure-level privileges. The app design focuses on user-scoped access in the product experience.
Track portfolios in a user-scoped app experience with Stripe billing and Firebase Authentication.
Open WealthSync