Skip to content

Commit c3c446a

Browse files
changes
1 parent 636d0c3 commit c3c446a

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ app.*.map.json
4343
/android/app/debug
4444
/android/app/profile
4545
/android/app/release
46-
47-
/lib/firebase_options.dart
46+
/firebase_options.dart
4847
/android/app/google-services.json
4948
/ios/Runner/GoogleService-Info.plist

ios/.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Flutter/flutter_assets/
2626
Flutter/flutter_export_environment.sh
2727
ServiceDefinitions.json
2828
Runner/GeneratedPluginRegistrant.*
29-
/firebase_app_id_file.json
29+
/ios/firebase_app_id_file.json
3030
# Exceptions to above rules.
3131
!default.mode1v3
3232
!default.mode2v3

web/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
const serviceWorkerVersion = null;
3838
</script>
3939
<!-- This script adds the flutter initialization JS code -->
40-
<script src="flutter.js" defer></script>
40+
<script src="main.dart.js" defer></script>
4141
</head>
4242
<body>
4343
<script>

0 commit comments

Comments
 (0)