Getting Started
Use your email or Google to create an account and access the dashboard.
Common Errors
- Invalid email: Enter a valid email address like name@example.com
- Weak password: Use at least 8 characters
- Network error: Check internet and try again
- Session create failed: Wait a moment and retry login
Reset Password
Use “Forgot password?” on the login page to receive a reset link.
Developer Test
Use a valid Firebase ID token when calling APIs.
curl -X POST https://user.zikoda.com/api/create.php \
-H "Authorization: Bearer [ID_TOKEN]" \
-H "Content-Type: application/json" \
-d '{"name":"User","email":"user@example.com"}'