Files
HKSingleParty/99_references/supabase-examples/edge-functions/supabase/functions/location/README.md
2025-05-28 09:55:51 +08:00

630 B

Get User Location

This example shows how you can get user location based on the IP provided in X-Forwarded-For header in a request.

You will need to signup for an account in https://ipinfo.io and provide it as IPINFO_TOKEN environment variable (learn how to set environment variables to your functions).

Develop locally

supabase functions serve --env-file ./supabase/.env.local --no-verify-jwt

Navigate to http://localhost:54321/functions/v1/location

Deploy

supabase functions deploy location --no-verify-jwt