Accounts are what transform Crafted Gamz from a one-time session into a personalised workspace you can return to. Without an account, everything you do — the mode you choose, the bookmarks you save, the apps you install in Desktop mode, the tabs you open in Browser mode — exists only for the duration of that visit. With an account, all of that is stored in Firebase Firestore and restored the moment you sign back in, from any device or browser. For users who spend meaningful time in any of the three modes, signing in is the single most impactful thing they can do to improve their experience.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/itscrafted/crafted-gamz/llms.txt
Use this file to discover all available pages before exploring further.
Sign-In Methods
Crafted Gamz uses Firebase Auth (loaded viafirebase-auth-compat.js) to handle authentication, and Firebase Firestore (loaded via firebase-firestore-compat.js) to store and sync per-user data. Three sign-in methods are supported, each suited to a slightly different preference.
- Google
- GitHub
- Email and Password
Signing in with Google is the fastest option for most users. It requires no password and uses your existing Google account, making it a natural fit for Chromebook users who are already signed into Google on the device.Steps:
- Open Crafted Gamz and navigate to the sign-in screen, accessible from the account menu in any mode.
- Click Sign in with Google.
- A Google OAuth popup will appear. Select the Google account you want to use.
- Grant the requested permissions. Crafted Gamz uses these solely to establish your identity — it does not access your Gmail, Drive, or other Google services.
- You will be redirected back into the platform, signed in and ready to use. Your session is now persistent.
What Accounts Sync
When you are signed in, Crafted Gamz stores and restores the following across sessions and devices:Preferred Environment
The mode you last used — Website, Desktop, or Browser — is remembered so you return to the right environment on each visit.
Onboarding Progress
Setup steps and introductory flows are tracked per account, so you are never walked through them again after completing them.
Bookmarks
Bookmarks saved in Browser mode, including bookmarks bar pins, are stored to your account and available on every return visit.
Pins
Apps and shortcuts pinned to the Desktop dock or saved in other modes are tied to your account and restored automatically.
Open Tabs
Browser mode tab state is preserved per account, so your browsing session can be resumed where you left off.
Settings and Preferences
Local preferences — including theme choices, background presets, and other configuration — are persisted per user.
App and Desktop State
Installed apps, window arrangements, and desktop configuration in Desktop mode are saved to your account.
All sync data is stored in Firebase Firestore, a cloud-hosted NoSQL database. This means your account state is available from any browser or device where you sign in — not just the device where you originally set things up.