diff --git a/.env.example b/.env.example index d3f11ed..1fbd7ed 100644 --- a/.env.example +++ b/.env.example @@ -3,6 +3,7 @@ NUXT_PUBLIC_FIREBASE_API_KEY=your_firebase_api_key_here NUXT_PUBLIC_FIREBASE_AUTH_DOMAIN=your_firebase_auth_domain_here NUXT_PUBLIC_FIREBASE_PROJECT_ID=your_firebase_project_id_here +# Use the bucket ID (e.g. project-id.appspot.com), not the web URL. NUXT_PUBLIC_FIREBASE_STORAGE_BUCKET=your_firebase_storage_bucket_here NUXT_PUBLIC_FIREBASE_MESSAGING_SENDER_ID=your_messaging_sender_id_here NUXT_PUBLIC_FIREBASE_APP_ID=your_firebase_app_id_here @@ -14,4 +15,5 @@ STRIPE_SECRET_KEY=sk_test_xxx STRIPE_WEBHOOK_SECRET=whsec_xxx # Backend Configuration -NUXT_PUBLIC_BACKEND_URL=http://localhost:3000 \ No newline at end of file +NUXT_PUBLIC_BACKEND_URL=http://localhost:3000 +NUXT_PUBLIC_STORAGE_URL=http://localhost:9000 \ No newline at end of file diff --git a/app/components/AppNavbar.vue b/app/components/AppNavbar.vue index d2bf42b..66b0786 100644 --- a/app/components/AppNavbar.vue +++ b/app/components/AppNavbar.vue @@ -1,41 +1,136 @@