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: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
What to Copy
Make sure you save these three values:Next Steps After First Login
Dashboard Tour
Explore all console features
Install Starter Kit
Get the Next.js template
Environment Setup
Configure your development environment
Deploy Your App
Follow the first app tutorial

