Prepare isolated Firebase push configuration for pre-production

This commit is contained in:
2026-09-15 19:24:18 +02:00
parent e5fa427485
commit bb28e17220
16 changed files with 386 additions and 17 deletions
+3 -1
View File
@@ -1,7 +1,7 @@
# MetalCircle Android-App
Die App verpackt die bestehende MetalCircle-Webanwendung mit Capacitor.
Sie lädt die produktive HTTPS-Adresse `https://konzerte.pinguholic.de/` und
Sie lädt standardmäßig die aktuelle Pre-Production-Adresse `https://konzerte.pinguholic.de/` und
implementiert keine zweite Webanwendung.
## Entwicklung und Build
@@ -20,3 +20,5 @@ Installation auf einem verbundenen Gerät:
```bash
adb install -r android/app/build/outputs/apk/debug/app-debug.apk
```
Für den separaten Pre-Production-Firebase-Zugang und die Geräteanmeldung siehe [Pre-Production Deployment](../docs/wiki/Firebase.md#pre-production-deployment). Die dortige Standard-HTTPS-Adresse erfordert keine neue APK, sofern die installierte App bereits diese Adresse lädt.