What Happens on First Login
When you sign in for the first time:- Automatic redirect to console: You land on
/consoledashboard - Credentials displayed: Your developer key, project ID, and API key are shown
- Project created: A default project is already set up for you
- Ready to build: All credentials needed for the Starter Kit are available
Dashboard Welcome Screen
Your first view of the console shows:Quick Stats
- Projects: 1 (your default project)
- API Keys: 1 (your default project key)
- End Users: 0 (no users yet)
- Status: Active and ready
Getting Started Guide
A step-by-step checklist helps you:1
Copy your credentials
Save your developer key, project ID, and API key to a secure location
2
Clone the Starter Kit
Download the template from GitHub
3
Configure environment
Add your credentials to the Starter Kit’s
.env.local file4
Start building
Run the development server and customize your app
Quick Actions Panel
Shortcuts to common tasks:- Create New Project: Set up additional projects
- Generate API Key: Create more keys for your projects
- View Documentation: Access guides and tutorials
- View Examples: See sample applications
Configuration Banner
If you see a banner at the top of the console, it indicates:- Missing environment variables: Some configuration is incomplete
- Invalid credentials: Check that your keys are properly formatted
- Connection issues: Verify you can reach the Cloud API
Copying Your Credentials
Best Practices
- Use a password manager: Store credentials securely
- Don’t commit to version control: Never add keys to Git
- Use environment variables: Keep keys out of your codebase
- Regenerate if compromised: Create new keys if you suspect exposure

