summaryrefslogtreecommitdiff
path: root/mobile/build/firebase_core/intermediates
diff options
context:
space:
mode:
Diffstat (limited to 'mobile/build/firebase_core/intermediates')
-rw-r--r--mobile/build/firebase_core/intermediates/aapt_friendly_merged_manifests/debug/aapt/AndroidManifest.xml17
-rw-r--r--mobile/build/firebase_core/intermediates/aapt_friendly_merged_manifests/debug/aapt/output-metadata.json18
-rw-r--r--mobile/build/firebase_core/intermediates/aar_main_jar/debug/classes.jarbin0 -> 33107 bytes
-rw-r--r--mobile/build/firebase_core/intermediates/aar_metadata/debug/aar-metadata.properties4
-rw-r--r--mobile/build/firebase_core/intermediates/annotation_processor_list/debug/annotationProcessors.json1
-rw-r--r--mobile/build/firebase_core/intermediates/annotations_typedef_file/debug/typedefs.txt0
-rw-r--r--mobile/build/firebase_core/intermediates/compile_library_classes_jar/debug/classes.jarbin0 -> 97603 bytes
-rw-r--r--mobile/build/firebase_core/intermediates/compile_r_class_jar/debug/R.jarbin0 -> 17796 bytes
-rw-r--r--mobile/build/firebase_core/intermediates/compile_symbol_list/debug/R.txt258
-rw-r--r--mobile/build/firebase_core/intermediates/incremental/debug-mergeJavaRes/merge-statebin0 -> 478 bytes
-rw-r--r--mobile/build/firebase_core/intermediates/incremental/debug/packageDebugResources/compile-file-map.properties1
-rw-r--r--mobile/build/firebase_core/intermediates/incremental/debug/packageDebugResources/merger.xml2
-rw-r--r--mobile/build/firebase_core/intermediates/incremental/mergeDebugJniLibFolders/merger.xml2
-rw-r--r--mobile/build/firebase_core/intermediates/incremental/mergeDebugShaders/merger.xml2
-rw-r--r--mobile/build/firebase_core/intermediates/incremental/packageDebugAssets/merger.xml2
-rw-r--r--mobile/build/firebase_core/intermediates/local_only_symbol_list/debug/R-def.txt2
-rw-r--r--mobile/build/firebase_core/intermediates/manifest_merge_blame_file/debug/manifest-merger-blame-debug-report.txt25
-rw-r--r--mobile/build/firebase_core/intermediates/merged_java_res/debug/feature-firebase_core.jarbin0 -> 22 bytes
-rw-r--r--mobile/build/firebase_core/intermediates/merged_manifest/debug/AndroidManifest.xml17
-rw-r--r--mobile/build/firebase_core/intermediates/navigation_json/debug/navigation.json1
-rw-r--r--mobile/build/firebase_core/intermediates/packaged_manifests/debug/output-metadata.json18
-rw-r--r--mobile/build/firebase_core/intermediates/runtime_library_classes_jar/debug/classes.jarbin0 -> 79829 bytes
-rw-r--r--mobile/build/firebase_core/intermediates/symbol_list_with_package_name/debug/package-aware-r.txt196
23 files changed, 566 insertions, 0 deletions
diff --git a/mobile/build/firebase_core/intermediates/aapt_friendly_merged_manifests/debug/aapt/AndroidManifest.xml b/mobile/build/firebase_core/intermediates/aapt_friendly_merged_manifests/debug/aapt/AndroidManifest.xml
new file mode 100644
index 0000000..cb4b5c9
--- /dev/null
+++ b/mobile/build/firebase_core/intermediates/aapt_friendly_merged_manifests/debug/aapt/AndroidManifest.xml
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="utf-8"?>
+<manifest xmlns:android="http://schemas.android.com/apk/res/android"
+ package="io.flutter.plugins.firebase.core" >
+
+ <uses-sdk
+ android:minSdkVersion="19"
+ android:targetSdkVersion="19" />
+
+ <application>
+ <service android:name="com.google.firebase.components.ComponentDiscoveryService" >
+ <meta-data
+ android:name="com.google.firebase.components:io.flutter.plugins.firebase.core.FlutterFirebaseCoreRegistrar"
+ android:value="com.google.firebase.components.ComponentRegistrar" />
+ </service>
+ </application>
+
+</manifest> \ No newline at end of file
diff --git a/mobile/build/firebase_core/intermediates/aapt_friendly_merged_manifests/debug/aapt/output-metadata.json b/mobile/build/firebase_core/intermediates/aapt_friendly_merged_manifests/debug/aapt/output-metadata.json
new file mode 100644
index 0000000..8c8fca7
--- /dev/null
+++ b/mobile/build/firebase_core/intermediates/aapt_friendly_merged_manifests/debug/aapt/output-metadata.json
@@ -0,0 +1,18 @@
+{
+ "version": 3,
+ "artifactType": {
+ "type": "AAPT_FRIENDLY_MERGED_MANIFESTS",
+ "kind": "Directory"
+ },
+ "applicationId": "io.flutter.plugins.firebase.core",
+ "variantName": "debug",
+ "elements": [
+ {
+ "type": "SINGLE",
+ "filters": [],
+ "attributes": [],
+ "outputFile": "AndroidManifest.xml"
+ }
+ ],
+ "elementType": "File"
+} \ No newline at end of file
diff --git a/mobile/build/firebase_core/intermediates/aar_main_jar/debug/classes.jar b/mobile/build/firebase_core/intermediates/aar_main_jar/debug/classes.jar
new file mode 100644
index 0000000..e03079b
--- /dev/null
+++ b/mobile/build/firebase_core/intermediates/aar_main_jar/debug/classes.jar
Binary files differ
diff --git a/mobile/build/firebase_core/intermediates/aar_metadata/debug/aar-metadata.properties b/mobile/build/firebase_core/intermediates/aar_metadata/debug/aar-metadata.properties
new file mode 100644
index 0000000..8c9c699
--- /dev/null
+++ b/mobile/build/firebase_core/intermediates/aar_metadata/debug/aar-metadata.properties
@@ -0,0 +1,4 @@
+aarFormatVersion=1.0
+aarMetadataVersion=1.0
+minCompileSdk=1
+minAndroidGradlePluginVersion=1.0.0
diff --git a/mobile/build/firebase_core/intermediates/annotation_processor_list/debug/annotationProcessors.json b/mobile/build/firebase_core/intermediates/annotation_processor_list/debug/annotationProcessors.json
new file mode 100644
index 0000000..9e26dfe
--- /dev/null
+++ b/mobile/build/firebase_core/intermediates/annotation_processor_list/debug/annotationProcessors.json
@@ -0,0 +1 @@
+{} \ No newline at end of file
diff --git a/mobile/build/firebase_core/intermediates/annotations_typedef_file/debug/typedefs.txt b/mobile/build/firebase_core/intermediates/annotations_typedef_file/debug/typedefs.txt
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/mobile/build/firebase_core/intermediates/annotations_typedef_file/debug/typedefs.txt
diff --git a/mobile/build/firebase_core/intermediates/compile_library_classes_jar/debug/classes.jar b/mobile/build/firebase_core/intermediates/compile_library_classes_jar/debug/classes.jar
new file mode 100644
index 0000000..742878a
--- /dev/null
+++ b/mobile/build/firebase_core/intermediates/compile_library_classes_jar/debug/classes.jar
Binary files differ
diff --git a/mobile/build/firebase_core/intermediates/compile_r_class_jar/debug/R.jar b/mobile/build/firebase_core/intermediates/compile_r_class_jar/debug/R.jar
new file mode 100644
index 0000000..e1cefbe
--- /dev/null
+++ b/mobile/build/firebase_core/intermediates/compile_r_class_jar/debug/R.jar
Binary files differ
diff --git a/mobile/build/firebase_core/intermediates/compile_symbol_list/debug/R.txt b/mobile/build/firebase_core/intermediates/compile_symbol_list/debug/R.txt
new file mode 100644
index 0000000..d28570f
--- /dev/null
+++ b/mobile/build/firebase_core/intermediates/compile_symbol_list/debug/R.txt
@@ -0,0 +1,258 @@
+int attr activityAction 0x0
+int attr activityName 0x0
+int attr alpha 0x0
+int attr alwaysExpand 0x0
+int attr clearTop 0x0
+int attr coordinatorLayoutStyle 0x0
+int attr finishPrimaryWithSecondary 0x0
+int attr finishSecondaryWithPrimary 0x0
+int attr font 0x0
+int attr fontProviderAuthority 0x0
+int attr fontProviderCerts 0x0
+int attr fontProviderFetchStrategy 0x0
+int attr fontProviderFetchTimeout 0x0
+int attr fontProviderPackage 0x0
+int attr fontProviderQuery 0x0
+int attr fontProviderSystemFontFamily 0x0
+int attr fontStyle 0x0
+int attr fontVariationSettings 0x0
+int attr fontWeight 0x0
+int attr keylines 0x0
+int attr layout_anchor 0x0
+int attr layout_anchorGravity 0x0
+int attr layout_behavior 0x0
+int attr layout_dodgeInsetEdges 0x0
+int attr layout_insetEdge 0x0
+int attr layout_keyline 0x0
+int attr nestedScrollViewStyle 0x0
+int attr placeholderActivityName 0x0
+int attr primaryActivityName 0x0
+int attr queryPatterns 0x0
+int attr secondaryActivityAction 0x0
+int attr secondaryActivityName 0x0
+int attr shortcutMatchRequired 0x0
+int attr splitLayoutDirection 0x0
+int attr splitMinSmallestWidth 0x0
+int attr splitMinWidth 0x0
+int attr splitRatio 0x0
+int attr statusBarBackground 0x0
+int attr ttcIndex 0x0
+int color androidx_core_ripple_material_light 0x0
+int color androidx_core_secondary_text_default_material_light 0x0
+int color notification_action_color_filter 0x0
+int color notification_icon_bg_color 0x0
+int color ripple_material_light 0x0
+int color secondary_text_default_material_light 0x0
+int dimen compat_button_inset_horizontal_material 0x0
+int dimen compat_button_inset_vertical_material 0x0
+int dimen compat_button_padding_horizontal_material 0x0
+int dimen compat_button_padding_vertical_material 0x0
+int dimen compat_control_corner_material 0x0
+int dimen compat_notification_large_icon_max_height 0x0
+int dimen compat_notification_large_icon_max_width 0x0
+int dimen notification_action_icon_size 0x0
+int dimen notification_action_text_size 0x0
+int dimen notification_big_circle_margin 0x0
+int dimen notification_content_margin_start 0x0
+int dimen notification_large_icon_height 0x0
+int dimen notification_large_icon_width 0x0
+int dimen notification_main_column_padding_top 0x0
+int dimen notification_media_narrow_margin 0x0
+int dimen notification_right_icon_size 0x0
+int dimen notification_right_side_padding_top 0x0
+int dimen notification_small_icon_background_padding 0x0
+int dimen notification_small_icon_size_as_large 0x0
+int dimen notification_subtext_size 0x0
+int dimen notification_top_pad 0x0
+int dimen notification_top_pad_large_text 0x0
+int drawable notification_action_background 0x0
+int drawable notification_bg 0x0
+int drawable notification_bg_low 0x0
+int drawable notification_bg_low_normal 0x0
+int drawable notification_bg_low_pressed 0x0
+int drawable notification_bg_normal 0x0
+int drawable notification_bg_normal_pressed 0x0
+int drawable notification_icon_background 0x0
+int drawable notification_template_icon_bg 0x0
+int drawable notification_template_icon_low_bg 0x0
+int drawable notification_tile_bg 0x0
+int drawable notify_panel_notification_icon_bg 0x0
+int id accessibility_action_clickable_span 0x0
+int id accessibility_custom_action_0 0x0
+int id accessibility_custom_action_1 0x0
+int id accessibility_custom_action_10 0x0
+int id accessibility_custom_action_11 0x0
+int id accessibility_custom_action_12 0x0
+int id accessibility_custom_action_13 0x0
+int id accessibility_custom_action_14 0x0
+int id accessibility_custom_action_15 0x0
+int id accessibility_custom_action_16 0x0
+int id accessibility_custom_action_17 0x0
+int id accessibility_custom_action_18 0x0
+int id accessibility_custom_action_19 0x0
+int id accessibility_custom_action_2 0x0
+int id accessibility_custom_action_20 0x0
+int id accessibility_custom_action_21 0x0
+int id accessibility_custom_action_22 0x0
+int id accessibility_custom_action_23 0x0
+int id accessibility_custom_action_24 0x0
+int id accessibility_custom_action_25 0x0
+int id accessibility_custom_action_26 0x0
+int id accessibility_custom_action_27 0x0
+int id accessibility_custom_action_28 0x0
+int id accessibility_custom_action_29 0x0
+int id accessibility_custom_action_3 0x0
+int id accessibility_custom_action_30 0x0
+int id accessibility_custom_action_31 0x0
+int id accessibility_custom_action_4 0x0
+int id accessibility_custom_action_5 0x0
+int id accessibility_custom_action_6 0x0
+int id accessibility_custom_action_7 0x0
+int id accessibility_custom_action_8 0x0
+int id accessibility_custom_action_9 0x0
+int id action_container 0x0
+int id action_divider 0x0
+int id action_image 0x0
+int id action_text 0x0
+int id actions 0x0
+int id androidx_window_activity_scope 0x0
+int id async 0x0
+int id blocking 0x0
+int id bottom 0x0
+int id chronometer 0x0
+int id dialog_button 0x0
+int id end 0x0
+int id forever 0x0
+int id icon 0x0
+int id icon_group 0x0
+int id info 0x0
+int id italic 0x0
+int id left 0x0
+int id line1 0x0
+int id line3 0x0
+int id locale 0x0
+int id ltr 0x0
+int id none 0x0
+int id normal 0x0
+int id notification_background 0x0
+int id notification_main_column 0x0
+int id notification_main_column_container 0x0
+int id right 0x0
+int id right_icon 0x0
+int id right_side 0x0
+int id rtl 0x0
+int id start 0x0
+int id tag_accessibility_actions 0x0
+int id tag_accessibility_clickable_spans 0x0
+int id tag_accessibility_heading 0x0
+int id tag_accessibility_pane_title 0x0
+int id tag_on_apply_window_listener 0x0
+int id tag_on_receive_content_listener 0x0
+int id tag_on_receive_content_mime_types 0x0
+int id tag_screen_reader_focusable 0x0
+int id tag_state_description 0x0
+int id tag_transition_group 0x0
+int id tag_unhandled_key_event_manager 0x0
+int id tag_unhandled_key_listeners 0x0
+int id tag_window_insets_animation_callback 0x0
+int id text 0x0
+int id text2 0x0
+int id time 0x0
+int id title 0x0
+int id top 0x0
+int integer google_play_services_version 0x0
+int integer status_bar_notification_info_maxnum 0x0
+int layout custom_dialog 0x0
+int layout notification_action 0x0
+int layout notification_action_tombstone 0x0
+int layout notification_template_custom_big 0x0
+int layout notification_template_icon_group 0x0
+int layout notification_template_part_chronometer 0x0
+int layout notification_template_part_time 0x0
+int raw firebase_common_keep 0x0
+int string common_google_play_services_unknown_issue 0x0
+int string status_bar_notification_info_overflow 0x0
+int style TextAppearance_Compat_Notification 0x0
+int style TextAppearance_Compat_Notification_Info 0x0
+int style TextAppearance_Compat_Notification_Line2 0x0
+int style TextAppearance_Compat_Notification_Time 0x0
+int style TextAppearance_Compat_Notification_Title 0x0
+int style Widget_Compat_NotificationActionContainer 0x0
+int style Widget_Compat_NotificationActionText 0x0
+int style Widget_Support_CoordinatorLayout 0x0
+int[] styleable ActivityFilter { 0x0, 0x0 }
+int styleable ActivityFilter_activityAction 0
+int styleable ActivityFilter_activityName 1
+int[] styleable ActivityRule { 0x0 }
+int styleable ActivityRule_alwaysExpand 0
+int[] styleable Capability { 0x0, 0x0 }
+int styleable Capability_queryPatterns 0
+int styleable Capability_shortcutMatchRequired 1
+int[] styleable ColorStateListItem { 0x0, 0x101031f, 0x10101a5 }
+int styleable ColorStateListItem_alpha 0
+int styleable ColorStateListItem_android_alpha 1
+int styleable ColorStateListItem_android_color 2
+int[] styleable CoordinatorLayout { 0x0, 0x0 }
+int styleable CoordinatorLayout_keylines 0
+int styleable CoordinatorLayout_statusBarBackground 1
+int[] styleable CoordinatorLayout_Layout { 0x10100b3, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable CoordinatorLayout_Layout_android_layout_gravity 0
+int styleable CoordinatorLayout_Layout_layout_anchor 1
+int styleable CoordinatorLayout_Layout_layout_anchorGravity 2
+int styleable CoordinatorLayout_Layout_layout_behavior 3
+int styleable CoordinatorLayout_Layout_layout_dodgeInsetEdges 4
+int styleable CoordinatorLayout_Layout_layout_insetEdge 5
+int styleable CoordinatorLayout_Layout_layout_keyline 6
+int[] styleable FontFamily { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable FontFamily_fontProviderAuthority 0
+int styleable FontFamily_fontProviderCerts 1
+int styleable FontFamily_fontProviderFetchStrategy 2
+int styleable FontFamily_fontProviderFetchTimeout 3
+int styleable FontFamily_fontProviderPackage 4
+int styleable FontFamily_fontProviderQuery 5
+int styleable FontFamily_fontProviderSystemFontFamily 6
+int[] styleable FontFamilyFont { 0x1010532, 0x101053f, 0x1010570, 0x1010533, 0x101056f, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable FontFamilyFont_android_font 0
+int styleable FontFamilyFont_android_fontStyle 1
+int styleable FontFamilyFont_android_fontVariationSettings 2
+int styleable FontFamilyFont_android_fontWeight 3
+int styleable FontFamilyFont_android_ttcIndex 4
+int styleable FontFamilyFont_font 5
+int styleable FontFamilyFont_fontStyle 6
+int styleable FontFamilyFont_fontVariationSettings 7
+int styleable FontFamilyFont_fontWeight 8
+int styleable FontFamilyFont_ttcIndex 9
+int[] styleable GradientColor { 0x101020b, 0x10101a2, 0x10101a3, 0x101019e, 0x1010512, 0x1010513, 0x10101a4, 0x101019d, 0x1010510, 0x1010511, 0x1010201, 0x10101a1 }
+int styleable GradientColor_android_centerColor 0
+int styleable GradientColor_android_centerX 1
+int styleable GradientColor_android_centerY 2
+int styleable GradientColor_android_endColor 3
+int styleable GradientColor_android_endX 4
+int styleable GradientColor_android_endY 5
+int styleable GradientColor_android_gradientRadius 6
+int styleable GradientColor_android_startColor 7
+int styleable GradientColor_android_startX 8
+int styleable GradientColor_android_startY 9
+int styleable GradientColor_android_tileMode 10
+int styleable GradientColor_android_type 11
+int[] styleable GradientColorItem { 0x10101a5, 0x1010514 }
+int styleable GradientColorItem_android_color 0
+int styleable GradientColorItem_android_offset 1
+int[] styleable SplitPairFilter { 0x0, 0x0, 0x0 }
+int styleable SplitPairFilter_primaryActivityName 0
+int styleable SplitPairFilter_secondaryActivityAction 1
+int styleable SplitPairFilter_secondaryActivityName 2
+int[] styleable SplitPairRule { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable SplitPairRule_clearTop 0
+int styleable SplitPairRule_finishPrimaryWithSecondary 1
+int styleable SplitPairRule_finishSecondaryWithPrimary 2
+int styleable SplitPairRule_splitLayoutDirection 3
+int styleable SplitPairRule_splitMinSmallestWidth 4
+int styleable SplitPairRule_splitMinWidth 5
+int styleable SplitPairRule_splitRatio 6
+int[] styleable SplitPlaceholderRule { 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable SplitPlaceholderRule_placeholderActivityName 0
+int styleable SplitPlaceholderRule_splitLayoutDirection 1
+int styleable SplitPlaceholderRule_splitMinSmallestWidth 2
+int styleable SplitPlaceholderRule_splitMinWidth 3
+int styleable SplitPlaceholderRule_splitRatio 4
diff --git a/mobile/build/firebase_core/intermediates/incremental/debug-mergeJavaRes/merge-state b/mobile/build/firebase_core/intermediates/incremental/debug-mergeJavaRes/merge-state
new file mode 100644
index 0000000..1c983fc
--- /dev/null
+++ b/mobile/build/firebase_core/intermediates/incremental/debug-mergeJavaRes/merge-state
Binary files differ
diff --git a/mobile/build/firebase_core/intermediates/incremental/debug/packageDebugResources/compile-file-map.properties b/mobile/build/firebase_core/intermediates/incremental/debug/packageDebugResources/compile-file-map.properties
new file mode 100644
index 0000000..339a962
--- /dev/null
+++ b/mobile/build/firebase_core/intermediates/incremental/debug/packageDebugResources/compile-file-map.properties
@@ -0,0 +1 @@
+#Mon Dec 04 16:38:31 EET 2023
diff --git a/mobile/build/firebase_core/intermediates/incremental/debug/packageDebugResources/merger.xml b/mobile/build/firebase_core/intermediates/incremental/debug/packageDebugResources/merger.xml
new file mode 100644
index 0000000..3053412
--- /dev/null
+++ b/mobile/build/firebase_core/intermediates/incremental/debug/packageDebugResources/merger.xml
@@ -0,0 +1,2 @@
+<?xml version="1.0" encoding="utf-8"?>
+<merger version="3"><dataSet aapt-namespace="http://schemas.android.com/apk/res-auto" config="main$Generated" generated="true" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:&lt;dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/home/omar/.pub-cache/hosted/pub.dev/firebase_core-2.24.0/android/src/main/res"/><source path="/home/omar/programming/flutter/carpool/build/firebase_core/generated/res/rs/debug"/><source path="/home/omar/programming/flutter/carpool/build/firebase_core/generated/res/resValues/debug"/></dataSet><dataSet aapt-namespace="http://schemas.android.com/apk/res-auto" config="main" generated-set="main$Generated" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:&lt;dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/home/omar/.pub-cache/hosted/pub.dev/firebase_core-2.24.0/android/src/main/res"/><source path="/home/omar/programming/flutter/carpool/build/firebase_core/generated/res/rs/debug"/><source path="/home/omar/programming/flutter/carpool/build/firebase_core/generated/res/resValues/debug"/></dataSet><dataSet aapt-namespace="http://schemas.android.com/apk/res-auto" config="debug$Generated" generated="true" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:&lt;dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/home/omar/.pub-cache/hosted/pub.dev/firebase_core-2.24.0/android/src/debug/res"/></dataSet><dataSet aapt-namespace="http://schemas.android.com/apk/res-auto" config="debug" generated-set="debug$Generated" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:&lt;dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/home/omar/.pub-cache/hosted/pub.dev/firebase_core-2.24.0/android/src/debug/res"/></dataSet><dataSet aapt-namespace="http://schemas.android.com/apk/res-auto" config="generated$Generated" generated="true" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:&lt;dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"/><dataSet aapt-namespace="http://schemas.android.com/apk/res-auto" config="generated" generated-set="generated$Generated" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:&lt;dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"/><mergedItems/></merger> \ No newline at end of file
diff --git a/mobile/build/firebase_core/intermediates/incremental/mergeDebugJniLibFolders/merger.xml b/mobile/build/firebase_core/intermediates/incremental/mergeDebugJniLibFolders/merger.xml
new file mode 100644
index 0000000..dd1ac6d
--- /dev/null
+++ b/mobile/build/firebase_core/intermediates/incremental/mergeDebugJniLibFolders/merger.xml
@@ -0,0 +1,2 @@
+<?xml version="1.0" encoding="utf-8"?>
+<merger version="3"><dataSet config="main" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:&lt;dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/home/omar/.pub-cache/hosted/pub.dev/firebase_core-2.24.0/android/src/main/jniLibs"/></dataSet><dataSet config="debug" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:&lt;dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/home/omar/.pub-cache/hosted/pub.dev/firebase_core-2.24.0/android/src/debug/jniLibs"/></dataSet></merger> \ No newline at end of file
diff --git a/mobile/build/firebase_core/intermediates/incremental/mergeDebugShaders/merger.xml b/mobile/build/firebase_core/intermediates/incremental/mergeDebugShaders/merger.xml
new file mode 100644
index 0000000..bdf46da
--- /dev/null
+++ b/mobile/build/firebase_core/intermediates/incremental/mergeDebugShaders/merger.xml
@@ -0,0 +1,2 @@
+<?xml version="1.0" encoding="utf-8"?>
+<merger version="3"><dataSet config="main" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:&lt;dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/home/omar/.pub-cache/hosted/pub.dev/firebase_core-2.24.0/android/src/main/shaders"/></dataSet><dataSet config="debug" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:&lt;dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/home/omar/.pub-cache/hosted/pub.dev/firebase_core-2.24.0/android/src/debug/shaders"/></dataSet></merger> \ No newline at end of file
diff --git a/mobile/build/firebase_core/intermediates/incremental/packageDebugAssets/merger.xml b/mobile/build/firebase_core/intermediates/incremental/packageDebugAssets/merger.xml
new file mode 100644
index 0000000..b298862
--- /dev/null
+++ b/mobile/build/firebase_core/intermediates/incremental/packageDebugAssets/merger.xml
@@ -0,0 +1,2 @@
+<?xml version="1.0" encoding="utf-8"?>
+<merger version="3"><dataSet config="main" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:&lt;dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/home/omar/.pub-cache/hosted/pub.dev/firebase_core-2.24.0/android/src/main/assets"/><source path="/home/omar/programming/flutter/carpool/build/firebase_core/intermediates/shader_assets/debug/out"/></dataSet><dataSet config="debug" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:&lt;dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/home/omar/.pub-cache/hosted/pub.dev/firebase_core-2.24.0/android/src/debug/assets"/></dataSet></merger> \ No newline at end of file
diff --git a/mobile/build/firebase_core/intermediates/local_only_symbol_list/debug/R-def.txt b/mobile/build/firebase_core/intermediates/local_only_symbol_list/debug/R-def.txt
new file mode 100644
index 0000000..78ac5b8
--- /dev/null
+++ b/mobile/build/firebase_core/intermediates/local_only_symbol_list/debug/R-def.txt
@@ -0,0 +1,2 @@
+R_DEF: Internal format may change without notice
+local
diff --git a/mobile/build/firebase_core/intermediates/manifest_merge_blame_file/debug/manifest-merger-blame-debug-report.txt b/mobile/build/firebase_core/intermediates/manifest_merge_blame_file/debug/manifest-merger-blame-debug-report.txt
new file mode 100644
index 0000000..c7f08ff
--- /dev/null
+++ b/mobile/build/firebase_core/intermediates/manifest_merge_blame_file/debug/manifest-merger-blame-debug-report.txt
@@ -0,0 +1,25 @@
+1<?xml version="1.0" encoding="utf-8"?>
+2<manifest xmlns:android="http://schemas.android.com/apk/res/android"
+3 package="io.flutter.plugins.firebase.core" >
+4
+5 <uses-sdk
+6 android:minSdkVersion="19"
+6-->/home/omar/.pub-cache/hosted/pub.dev/firebase_core-2.24.0/android/src/main/AndroidManifest.xml
+7 android:targetSdkVersion="19" />
+7-->/home/omar/.pub-cache/hosted/pub.dev/firebase_core-2.24.0/android/src/main/AndroidManifest.xml
+8
+9 <application>
+9-->/home/omar/.pub-cache/hosted/pub.dev/firebase_core-2.24.0/android/src/main/AndroidManifest.xml:4:5-10:19
+10 <service android:name="com.google.firebase.components.ComponentDiscoveryService" >
+10-->/home/omar/.pub-cache/hosted/pub.dev/firebase_core-2.24.0/android/src/main/AndroidManifest.xml:5:9-9:19
+10-->/home/omar/.pub-cache/hosted/pub.dev/firebase_core-2.24.0/android/src/main/AndroidManifest.xml:5:18-89
+11 <meta-data
+11-->/home/omar/.pub-cache/hosted/pub.dev/firebase_core-2.24.0/android/src/main/AndroidManifest.xml:6:13-8:85
+12 android:name="com.google.firebase.components:io.flutter.plugins.firebase.core.FlutterFirebaseCoreRegistrar"
+12-->/home/omar/.pub-cache/hosted/pub.dev/firebase_core-2.24.0/android/src/main/AndroidManifest.xml:7:17-124
+13 android:value="com.google.firebase.components.ComponentRegistrar" />
+13-->/home/omar/.pub-cache/hosted/pub.dev/firebase_core-2.24.0/android/src/main/AndroidManifest.xml:8:17-82
+14 </service>
+15 </application>
+16
+17</manifest>
diff --git a/mobile/build/firebase_core/intermediates/merged_java_res/debug/feature-firebase_core.jar b/mobile/build/firebase_core/intermediates/merged_java_res/debug/feature-firebase_core.jar
new file mode 100644
index 0000000..15cb0ec
--- /dev/null
+++ b/mobile/build/firebase_core/intermediates/merged_java_res/debug/feature-firebase_core.jar
Binary files differ
diff --git a/mobile/build/firebase_core/intermediates/merged_manifest/debug/AndroidManifest.xml b/mobile/build/firebase_core/intermediates/merged_manifest/debug/AndroidManifest.xml
new file mode 100644
index 0000000..cb4b5c9
--- /dev/null
+++ b/mobile/build/firebase_core/intermediates/merged_manifest/debug/AndroidManifest.xml
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="utf-8"?>
+<manifest xmlns:android="http://schemas.android.com/apk/res/android"
+ package="io.flutter.plugins.firebase.core" >
+
+ <uses-sdk
+ android:minSdkVersion="19"
+ android:targetSdkVersion="19" />
+
+ <application>
+ <service android:name="com.google.firebase.components.ComponentDiscoveryService" >
+ <meta-data
+ android:name="com.google.firebase.components:io.flutter.plugins.firebase.core.FlutterFirebaseCoreRegistrar"
+ android:value="com.google.firebase.components.ComponentRegistrar" />
+ </service>
+ </application>
+
+</manifest> \ No newline at end of file
diff --git a/mobile/build/firebase_core/intermediates/navigation_json/debug/navigation.json b/mobile/build/firebase_core/intermediates/navigation_json/debug/navigation.json
new file mode 100644
index 0000000..0637a08
--- /dev/null
+++ b/mobile/build/firebase_core/intermediates/navigation_json/debug/navigation.json
@@ -0,0 +1 @@
+[] \ No newline at end of file
diff --git a/mobile/build/firebase_core/intermediates/packaged_manifests/debug/output-metadata.json b/mobile/build/firebase_core/intermediates/packaged_manifests/debug/output-metadata.json
new file mode 100644
index 0000000..17d4334
--- /dev/null
+++ b/mobile/build/firebase_core/intermediates/packaged_manifests/debug/output-metadata.json
@@ -0,0 +1,18 @@
+{
+ "version": 3,
+ "artifactType": {
+ "type": "PACKAGED_MANIFESTS",
+ "kind": "Directory"
+ },
+ "applicationId": "io.flutter.plugins.firebase.core",
+ "variantName": "debug",
+ "elements": [
+ {
+ "type": "SINGLE",
+ "filters": [],
+ "attributes": [],
+ "outputFile": "../../merged_manifest/debug/AndroidManifest.xml"
+ }
+ ],
+ "elementType": "File"
+} \ No newline at end of file
diff --git a/mobile/build/firebase_core/intermediates/runtime_library_classes_jar/debug/classes.jar b/mobile/build/firebase_core/intermediates/runtime_library_classes_jar/debug/classes.jar
new file mode 100644
index 0000000..ef8339e
--- /dev/null
+++ b/mobile/build/firebase_core/intermediates/runtime_library_classes_jar/debug/classes.jar
Binary files differ
diff --git a/mobile/build/firebase_core/intermediates/symbol_list_with_package_name/debug/package-aware-r.txt b/mobile/build/firebase_core/intermediates/symbol_list_with_package_name/debug/package-aware-r.txt
new file mode 100644
index 0000000..9884d11
--- /dev/null
+++ b/mobile/build/firebase_core/intermediates/symbol_list_with_package_name/debug/package-aware-r.txt
@@ -0,0 +1,196 @@
+io.flutter.plugins.firebase.core
+attr activityAction
+attr activityName
+attr alpha
+attr alwaysExpand
+attr clearTop
+attr coordinatorLayoutStyle
+attr finishPrimaryWithSecondary
+attr finishSecondaryWithPrimary
+attr font
+attr fontProviderAuthority
+attr fontProviderCerts
+attr fontProviderFetchStrategy
+attr fontProviderFetchTimeout
+attr fontProviderPackage
+attr fontProviderQuery
+attr fontProviderSystemFontFamily
+attr fontStyle
+attr fontVariationSettings
+attr fontWeight
+attr keylines
+attr layout_anchor
+attr layout_anchorGravity
+attr layout_behavior
+attr layout_dodgeInsetEdges
+attr layout_insetEdge
+attr layout_keyline
+attr nestedScrollViewStyle
+attr placeholderActivityName
+attr primaryActivityName
+attr queryPatterns
+attr secondaryActivityAction
+attr secondaryActivityName
+attr shortcutMatchRequired
+attr splitLayoutDirection
+attr splitMinSmallestWidth
+attr splitMinWidth
+attr splitRatio
+attr statusBarBackground
+attr ttcIndex
+color androidx_core_ripple_material_light
+color androidx_core_secondary_text_default_material_light
+color notification_action_color_filter
+color notification_icon_bg_color
+color ripple_material_light
+color secondary_text_default_material_light
+dimen compat_button_inset_horizontal_material
+dimen compat_button_inset_vertical_material
+dimen compat_button_padding_horizontal_material
+dimen compat_button_padding_vertical_material
+dimen compat_control_corner_material
+dimen compat_notification_large_icon_max_height
+dimen compat_notification_large_icon_max_width
+dimen notification_action_icon_size
+dimen notification_action_text_size
+dimen notification_big_circle_margin
+dimen notification_content_margin_start
+dimen notification_large_icon_height
+dimen notification_large_icon_width
+dimen notification_main_column_padding_top
+dimen notification_media_narrow_margin
+dimen notification_right_icon_size
+dimen notification_right_side_padding_top
+dimen notification_small_icon_background_padding
+dimen notification_small_icon_size_as_large
+dimen notification_subtext_size
+dimen notification_top_pad
+dimen notification_top_pad_large_text
+drawable notification_action_background
+drawable notification_bg
+drawable notification_bg_low
+drawable notification_bg_low_normal
+drawable notification_bg_low_pressed
+drawable notification_bg_normal
+drawable notification_bg_normal_pressed
+drawable notification_icon_background
+drawable notification_template_icon_bg
+drawable notification_template_icon_low_bg
+drawable notification_tile_bg
+drawable notify_panel_notification_icon_bg
+id accessibility_action_clickable_span
+id accessibility_custom_action_0
+id accessibility_custom_action_1
+id accessibility_custom_action_10
+id accessibility_custom_action_11
+id accessibility_custom_action_12
+id accessibility_custom_action_13
+id accessibility_custom_action_14
+id accessibility_custom_action_15
+id accessibility_custom_action_16
+id accessibility_custom_action_17
+id accessibility_custom_action_18
+id accessibility_custom_action_19
+id accessibility_custom_action_2
+id accessibility_custom_action_20
+id accessibility_custom_action_21
+id accessibility_custom_action_22
+id accessibility_custom_action_23
+id accessibility_custom_action_24
+id accessibility_custom_action_25
+id accessibility_custom_action_26
+id accessibility_custom_action_27
+id accessibility_custom_action_28
+id accessibility_custom_action_29
+id accessibility_custom_action_3
+id accessibility_custom_action_30
+id accessibility_custom_action_31
+id accessibility_custom_action_4
+id accessibility_custom_action_5
+id accessibility_custom_action_6
+id accessibility_custom_action_7
+id accessibility_custom_action_8
+id accessibility_custom_action_9
+id action_container
+id action_divider
+id action_image
+id action_text
+id actions
+id androidx_window_activity_scope
+id async
+id blocking
+id bottom
+id chronometer
+id dialog_button
+id end
+id forever
+id icon
+id icon_group
+id info
+id italic
+id left
+id line1
+id line3
+id locale
+id ltr
+id none
+id normal
+id notification_background
+id notification_main_column
+id notification_main_column_container
+id right
+id right_icon
+id right_side
+id rtl
+id start
+id tag_accessibility_actions
+id tag_accessibility_clickable_spans
+id tag_accessibility_heading
+id tag_accessibility_pane_title
+id tag_on_apply_window_listener
+id tag_on_receive_content_listener
+id tag_on_receive_content_mime_types
+id tag_screen_reader_focusable
+id tag_state_description
+id tag_transition_group
+id tag_unhandled_key_event_manager
+id tag_unhandled_key_listeners
+id tag_window_insets_animation_callback
+id text
+id text2
+id time
+id title
+id top
+integer google_play_services_version
+integer status_bar_notification_info_maxnum
+layout custom_dialog
+layout notification_action
+layout notification_action_tombstone
+layout notification_template_custom_big
+layo