- flutterfire configure: firebase_options.dart, google-services.json, GoogleService-Info.plist - firebase_core eingebunden, Firebase.initializeApp in main.dart - Doku firebase-einrichtung.md auf aktuellen Stand gebracht - Verifiziert: flutter analyze/test grün, Android-Debug-Build erfolgreich Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
30 lines
No EOL
884 B
Text
30 lines
No EOL
884 B
Text
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
<plist version="1.0">
|
|
<dict>
|
|
<key>API_KEY</key>
|
|
<string>AIzaSyBpDElvx9ahyDnBerwL9iQrbuebDtCHRFA</string>
|
|
<key>GCM_SENDER_ID</key>
|
|
<string>724282636354</string>
|
|
<key>PLIST_VERSION</key>
|
|
<string>1</string>
|
|
<key>BUNDLE_ID</key>
|
|
<string>dev.leafittome.app</string>
|
|
<key>PROJECT_ID</key>
|
|
<string>leaf-it-to-me-app</string>
|
|
<key>STORAGE_BUCKET</key>
|
|
<string>leaf-it-to-me-app.firebasestorage.app</string>
|
|
<key>IS_ADS_ENABLED</key>
|
|
<false></false>
|
|
<key>IS_ANALYTICS_ENABLED</key>
|
|
<false></false>
|
|
<key>IS_APPINVITE_ENABLED</key>
|
|
<true></true>
|
|
<key>IS_GCM_ENABLED</key>
|
|
<true></true>
|
|
<key>IS_SIGNIN_ENABLED</key>
|
|
<true></true>
|
|
<key>GOOGLE_APP_ID</key>
|
|
<string>1:724282636354:ios:7c2855f20b2ba5ba4195db</string>
|
|
</dict>
|
|
</plist> |