🧪
Shadow Nexus Wave — Test Lab
All test data is stored in testUsers and testPosts collections,
completely isolated from real users and production analytics.
TEST accounts are clearly labeled and cannot be mistaken for real users.
🔒 Sign In Required
You must be signed in to a Shadow Nexus Wave account to access the Test Lab.
Your account is used only to authenticate — test data is stored separately.
Test Accounts Namespace: testUsers
ℹ️ Test accounts not yet initialized in Firestore. Click Initialize Test Accounts to create them.
Active account is used as the "current user" in tests below.
Follow Testing
→ follows →
Post Testing Namespace: testPosts
0 / 500
Test Feed
Loading test posts…
Automated Test Checklist
Runs follow, unfollow, duplicate-follow, and post checks automatically.
Test Log
Cleanup
Clear All Test Posts
Delete all documents in the testPosts collection
Reset All Follow Relationships
Clear followers/following arrays on all testUsers documents
Isolation & Safety
✅ Separate Firestore namespace
testUsers/* and testPosts/* — never touches /users/* or /posts/*
✅ TEST badge on all accounts
testMode: true flag stored on every test document
✅ No production analytics affected
testPosts are never queried by the main video feed or follower counts
✅ No fake engagement on real profiles
Follow/unfollow actions only write to testUsers documents