I need an experienced developer to jump into our FlowTrader AI code-base and resolve three blocking issues that keep the local build from behaving like production. the paywall logic built with the Stripe SDK needs to be bullet-proof: • A user whose subscription is active should bypass checkout entirely and land straight on the dashboard. • A brand-new user should see the paywall and available Stripe payment options before anything else. Finally, the login / logout cycle has to complete without throwing the notorious blank-white screen or any hanging spinners. Acceptance will be straightforward: I’ll run the local build, sign in with an active subscriber account and a fresh account, and see the right screen every time; then I’ll log out and back in without a glitch. If you’re comfortable tracing Firebase configurations, debugging React-Native / web routing (or similar SPA flow), and working directly with the Stripe SDK, this should be a concise, well-focused task. Let’s get the infrastructure stable so we can move on to new features. Points (deliverables) : PHASE 1: CRITICAL INFRASTRUCTURE (The only focus right now) Before we proceed, only the following points must be fixed: Correct Database Connection: Ensure the local build connects to the correct Firebase project (FlowTrader AI v1). Stripe/Paywall Logic: User with active subscription (e.g., email neverguas@...) -> MUST redirect directly to Dashboard. (Check and fix the Stripe, Firebase, Payment Flow) New User -> MUST see Paywall/Stripe Options first. (Check and fix the Payment flow) Login/Logout: Ensure smooth entry and exit without the "white screen" or loading errors.