Skip to content

Commit b0fa80b

Browse files
committed
feat: update setup documentation to include Google Maps API key configuration for iOS and Android
1 parent cbd08f0 commit b0fa80b

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

docs/setup.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,11 @@ Dieses Dokument beschreibt das lokale Setup fuer die AsphaltGhost App (Expo + Su
2727
- `EXPO_PUBLIC_SUPABASE_URL`
2828
- `EXPO_PUBLIC_SUPABASE_ANON_KEY`
2929
- `EXPO_PUBLIC_MAPBOX_ACCESS_TOKEN`
30+
5. **Google Maps API Key (für Karten-Tab):** In `app.json` den Platzhalter ersetzen:
31+
- **iOS:** `expo.ios.config.googleMapsApiKey` → dein Key
32+
- **Android:** `expo.android.config.googleMaps.apiKey` → dein Key
33+
- Key erstellen: [Google Cloud Console](https://console.cloud.google.com/) → APIs & Services → Credentials → API Key. APIs aktivieren: **Maps SDK for Android**, **Maps SDK for iOS**.
34+
- Ohne gültigen Key bleibt die Karte blau/leer (nur „Google“ sichtbar).
3035

3136
## Android Umgebungsvariablen (PowerShell)
3237

0 commit comments

Comments
 (0)