We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8769c9f commit 77ccb46Copy full SHA for 77ccb46
.gitignore
@@ -44,6 +44,7 @@ app.*.map.json
44
/android/app/profile
45
/android/app/release
46
/lib/firebase_options.dart
47
+/firebase_options.dart
48
/ios/firebase_app_id_file.json
49
/android/app/google-services.json
50
/ios/Runner/GoogleService-Info.plist
ios/.gitignore
@@ -25,6 +25,7 @@ Flutter/app.zip
25
Flutter/flutter_assets/
26
Flutter/flutter_export_environment.sh
27
ServiceDefinitions.json
28
+*firebase_app_id_file.json
29
Runner/GeneratedPluginRegistrant.*
30
# Exceptions to above rules.
31
!default.mode1v3
0 commit comments