We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbd08f0 commit b0fa80bCopy full SHA for b0fa80b
1 file changed
docs/setup.md
@@ -27,6 +27,11 @@ Dieses Dokument beschreibt das lokale Setup fuer die AsphaltGhost App (Expo + Su
27
- `EXPO_PUBLIC_SUPABASE_URL`
28
- `EXPO_PUBLIC_SUPABASE_ANON_KEY`
29
- `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).
35
36
## Android Umgebungsvariablen (PowerShell)
37
0 commit comments