🎤 Agora Token Server

✅ Server Status: Online

Your Agora RTC token generation service is running successfully!

📡 Available Endpoints

GET
/health

Health check endpoint - returns server status and configuration

POST
/token

Token generation endpoint - generates Agora RTC tokens for voice chat

Body: {"channelName": "your_channel", "uid": "user_id"}

🔧 Configuration

Environment variables are set in Firebase Functions:

📱 Flutter Integration

Update your Flutter app's TokenService to use this Firebase Functions URL:

https://your-project-id.web.app

Built with Firebase Functions for production-ready token generation