🔥 Firebase Service Account Test ================================ 📁 Checking service account file: /home/podra/admin.podra.net/podra-backend/storage/app/firebase/service-account.json ✅ Service account file found! 🔗 Testing Firebase connection... ✅ Firebase Auth initialized successfully! 🎫 Testing custom token generation... ✅ Custom token generated successfully! 📝 Token length: 915 characters 🔍 Token preview: eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpc3MiOiJma... 📊 Service Account Info: Project ID: podra-4fffd Client Email: firebase-adminsdk-fbsvc@podra-4fffd.iam.gserviceaccount.com Private Key ID: 25c679fe... 🎉 Firebase configuration is working correctly! ✅ You can now test the Laravel API endpoint: curl -X GET "http://192.168.8.38:8000/api/mobile/v1/auth/firebase-token" \ -H "Authorization: Bearer YOUR_TOKEN_HERE" 🚀 Test completed successfully!