Files
flutter_ecommerce_portal/assets/config/runtime_config.json
rbhat 39a4f3283f Initialize project and update portal port configuration
Set default portal port to 8081, fix Dart build issue in cart screen, and update setup documentation.

Co-Authored-By: Oz <oz-agent@warp.dev>
2026-04-10 19:08:30 +05:30

10 lines
384 B
JSON

{
"firebase_api_key": "replace-with-firebase-api-key",
"firebase_auth_domain": "replace-with-project-id.firebaseapp.com",
"firebase_project_id": "replace-with-project-id",
"firebase_storage_bucket": "replace-with-project-id.appspot.com",
"firebase_messaging_sender_id": "replace-with-sender-id",
"firebase_app_id": "replace-with-app-id",
"firebase_measurement_id": ""
}