Back to Signup
Privacy
WebArcade Privacy Summary
This page explains the core account and authentication data used to operate WebArcade securely.
WebArcade uses Firebase Authentication and database services to manage sign-in, verification, protected routes, and player data.
What we store
We store account identifiers such as your email address, username, verification status, and gameplay profile data needed for the site to function.
Why we store it
Authentication data is used to secure access, verify ownership of email addresses, manage sessions, and protect multiplayer and leaderboard features.
Verification data
Verification status may be stored so the app can distinguish unverified users from trusted users and restrict sensitive features until verification is complete.
Security practice
Password resets, verification resends, and protected-route checks are implemented with rate limiting, generic recovery responses, and Firebase-managed credentials.