Skip to content

Commit

Permalink
Release v0.1.3: Update README for redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
hieutbui committed Dec 22, 2024
1 parent 4aa6ea6 commit c1e5ff9
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ An application for graduation project that has 2 main use-cases:
- User find parking lots
- Parking's owners and employees manage their parking

*Any Github Page of this project except last release will be remove from Supabase Redirect URLs after 2 days*

## Getting Started

### Flutter
Expand Down Expand Up @@ -99,6 +101,7 @@ SUPABASE_ANON_KEY=
STRIPE_PUBLISHABLE_KEY=
STRIPE_SECRET_KEY=
```
- Navigate to the [Supabase URL Configuration](https://supabase.com/dashboard/project/_/auth/url-configuration) and the local url that you want to run to the Redirect URLs. Ex. `http://localhost:3000`

#### In case you run this project locally in release mode:
- Web version
Expand All @@ -109,6 +112,7 @@ flutter build web --release --dart-define=STRIPE_PUBLISHABLE_KEY='' --dart-defin
```bash
flutter build apk --release --dart-define=STRIPE_PUBLISHABLE_KEY='' --dart-define=MAPBOX_URL_TEMPLATE='' --dart-define=SUPABASE_PROJECT_URL='' --dart-define=SUPABASE_ANON_KEY=''
```
- Navigate to the [Supabase URL Configuration](https://supabase.com/dashboard/project/_/auth/url-configuration) and the local url that you want to run to the Redirect URLs. Ex. `http://localhost:3000`

#### Other environment

Expand All @@ -119,4 +123,6 @@ Please make sure your running system environment has all of these value:
| SUPABASE_PROJECT_URL | *Your Supabase project's URL* |
| SUPABASE_ANON_KEY | *Your Supabase project's annon key* |
| STRIPE_PUBLISHABLE_KEY | *Your Stripe's publishable key* |
| STRIPE_SECRET_KEY | *Your Strips's secret key* |
| STRIPE_SECRET_KEY | *Your Strips's secret key* |

*For OAuth Signin, please add the URL to the Supabase Site URL and Supabase Redirect URLs*

0 comments on commit c1e5ff9

Please sign in to comment.