🙌 🙌 🙌
Get User Location based on the IP
This project is created and tested with the following setup:
- macOS Ventura Version 13.5
- node v18.16.0
- npm v9.6.5
- yarn v1.22.19
Install the Supabase CLI with Homebrew
brew install supabase/tap/supabaseUpdate the Supabase CLI
brew install supabase/tap/supabaseIf you have any Supabase containers running locally, remember to restart them after upgrading to use the new features.
npx supabase stop --no-backup
npx supabase startInitialize Supabase inside your project using the command
supabase initLink to your Remote Project using the command
supabase link --project-ref your-project-refCreate an Edge Function
supabase functions new hello-worldDeploy a specific function
supabase functions deploy hello-worldDeploy all functions
supabase functions deployCopyright © 2023 Dominic Kolbe 🇩🇪