diff --git a/node_modules/@react-native-firebase/messaging/android/.classpath b/node_modules/@react-native-firebase/messaging/android/.classpath
new file mode 100644
index 0000000..0a3280e
--- /dev/null
+++ b/node_modules/@react-native-firebase/messaging/android/.classpath
@@ -0,0 +1,6 @@
+
+
+
+
+
+
diff --git a/node_modules/@react-native-firebase/messaging/android/.project b/node_modules/@react-native-firebase/messaging/android/.project
new file mode 100644
index 0000000..5e5a5be
--- /dev/null
+++ b/node_modules/@react-native-firebase/messaging/android/.project
@@ -0,0 +1,34 @@
+
+
+ react-native-firebase_messaging
+ Project react-native-firebase_messaging created by Buildship.
+
+
+
+
+ org.eclipse.jdt.core.javabuilder
+
+
+
+
+ org.eclipse.buildship.core.gradleprojectbuilder
+
+
+
+
+
+ org.eclipse.jdt.core.javanature
+ org.eclipse.buildship.core.gradleprojectnature
+
+
+
+ 1744530580964
+
+ 30
+
+ org.eclipse.core.resources.regexFilterMatcher
+ node_modules|\.git|__CREATED_BY_JAVA_LANGUAGE_SERVER__
+
+
+
+
diff --git a/node_modules/@react-native-firebase/messaging/android/.settings/org.eclipse.buildship.core.prefs b/node_modules/@react-native-firebase/messaging/android/.settings/org.eclipse.buildship.core.prefs
new file mode 100644
index 0000000..68c9fab
--- /dev/null
+++ b/node_modules/@react-native-firebase/messaging/android/.settings/org.eclipse.buildship.core.prefs
@@ -0,0 +1,2 @@
+connection.project.dir=../../../../android
+eclipse.preferences.version=1
diff --git a/node_modules/@react-native-firebase/messaging/android/.settings/org.eclipse.jdt.core.prefs b/node_modules/@react-native-firebase/messaging/android/.settings/org.eclipse.jdt.core.prefs
new file mode 100644
index 0000000..60e5b01
--- /dev/null
+++ b/node_modules/@react-native-firebase/messaging/android/.settings/org.eclipse.jdt.core.prefs
@@ -0,0 +1,4 @@
+eclipse.preferences.version=1
+org.eclipse.jdt.core.compiler.codegen.targetPlatform=27
+org.eclipse.jdt.core.compiler.compliance=27
+org.eclipse.jdt.core.compiler.source=27
diff --git a/node_modules/@react-native-firebase/messaging/android/build.gradle b/node_modules/@react-native-firebase/messaging/android/build.gradle
index a42c5b6..9b3c109 100644
--- a/node_modules/@react-native-firebase/messaging/android/build.gradle
+++ b/node_modules/@react-native-firebase/messaging/android/build.gradle
@@ -89,6 +89,7 @@ if (rootProject.ext && rootProject.ext.firebaseJson) {
}
android {
+ namespace "io.invertase.firebase.messaging"
defaultConfig {
multiDexEnabled true
manifestPlaceholders = [
@@ -105,6 +106,7 @@ android {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}
+ buildFeatures { buildConfig = true }
}
repositories {
diff --git a/node_modules/@react-native-firebase/messaging/android/build/generated/source/buildConfig/debug/io/invertase/firebase/messaging/BuildConfig.java b/node_modules/@react-native-firebase/messaging/android/build/generated/source/buildConfig/debug/io/invertase/firebase/messaging/BuildConfig.java
new file mode 100644
index 0000000..05c96b0
--- /dev/null
+++ b/node_modules/@react-native-firebase/messaging/android/build/generated/source/buildConfig/debug/io/invertase/firebase/messaging/BuildConfig.java
@@ -0,0 +1,12 @@
+/**
+ * Automatically generated file. DO NOT MODIFY
+ */
+package io.invertase.firebase.messaging;
+
+public final class BuildConfig {
+ public static final boolean DEBUG = Boolean.parseBoolean("true");
+ public static final String LIBRARY_PACKAGE_NAME = "io.invertase.firebase.messaging";
+ public static final String BUILD_TYPE = "debug";
+ // Field from default config.
+ public static final String FIREBASE_JSON_RAW = "{}";
+}
diff --git a/node_modules/@react-native-firebase/messaging/android/build/intermediates/aapt_friendly_merged_manifests/debug/aapt/AndroidManifest.xml b/node_modules/@react-native-firebase/messaging/android/build/intermediates/aapt_friendly_merged_manifests/debug/aapt/AndroidManifest.xml
new file mode 100644
index 0000000..42b7356
--- /dev/null
+++ b/node_modules/@react-native-firebase/messaging/android/build/intermediates/aapt_friendly_merged_manifests/debug/aapt/AndroidManifest.xml
@@ -0,0 +1,45 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/node_modules/@react-native-firebase/messaging/android/build/intermediates/aapt_friendly_merged_manifests/debug/aapt/output-metadata.json b/node_modules/@react-native-firebase/messaging/android/build/intermediates/aapt_friendly_merged_manifests/debug/aapt/output-metadata.json
new file mode 100644
index 0000000..ff221ff
--- /dev/null
+++ b/node_modules/@react-native-firebase/messaging/android/build/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.invertase.firebase.messaging",
+ "variantName": "debug",
+ "elements": [
+ {
+ "type": "SINGLE",
+ "filters": [],
+ "attributes": [],
+ "outputFile": "AndroidManifest.xml"
+ }
+ ],
+ "elementType": "File"
+}
\ No newline at end of file
diff --git a/node_modules/@react-native-firebase/messaging/android/build/intermediates/aar_metadata/debug/aar-metadata.properties b/node_modules/@react-native-firebase/messaging/android/build/intermediates/aar_metadata/debug/aar-metadata.properties
new file mode 100644
index 0000000..8c9c699
--- /dev/null
+++ b/node_modules/@react-native-firebase/messaging/android/build/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/node_modules/@react-native-firebase/messaging/android/build/intermediates/annotation_processor_list/debug/annotationProcessors.json b/node_modules/@react-native-firebase/messaging/android/build/intermediates/annotation_processor_list/debug/annotationProcessors.json
new file mode 100644
index 0000000..9e26dfe
--- /dev/null
+++ b/node_modules/@react-native-firebase/messaging/android/build/intermediates/annotation_processor_list/debug/annotationProcessors.json
@@ -0,0 +1 @@
+{}
\ No newline at end of file
diff --git a/node_modules/@react-native-firebase/messaging/android/build/intermediates/incremental/debug-mergeJavaRes/merge-state b/node_modules/@react-native-firebase/messaging/android/build/intermediates/incremental/debug-mergeJavaRes/merge-state
new file mode 100644
index 0000000..1c983fc
Binary files /dev/null and b/node_modules/@react-native-firebase/messaging/android/build/intermediates/incremental/debug-mergeJavaRes/merge-state differ
diff --git a/node_modules/@react-native-firebase/messaging/android/build/intermediates/incremental/debug/packageDebugResources/compile-file-map.properties b/node_modules/@react-native-firebase/messaging/android/build/intermediates/incremental/debug/packageDebugResources/compile-file-map.properties
new file mode 100644
index 0000000..2f1993a
--- /dev/null
+++ b/node_modules/@react-native-firebase/messaging/android/build/intermediates/incremental/debug/packageDebugResources/compile-file-map.properties
@@ -0,0 +1 @@
+#Sun Apr 13 14:15:13 ICT 2025
diff --git a/node_modules/@react-native-firebase/messaging/android/build/intermediates/incremental/debug/packageDebugResources/merged.dir/values/values.xml b/node_modules/@react-native-firebase/messaging/android/build/intermediates/incremental/debug/packageDebugResources/merged.dir/values/values.xml
new file mode 100644
index 0000000..711c9ae
--- /dev/null
+++ b/node_modules/@react-native-firebase/messaging/android/build/intermediates/incremental/debug/packageDebugResources/merged.dir/values/values.xml
@@ -0,0 +1,143 @@
+
+
+ #F0F8FF
+ #FAEBD7
+ #00FFFF
+ #7FFFD4
+ #F0FFFF
+ #F5F5DC
+ #FFE4C4
+ #000000
+ #FFEBCD
+ #0000FF
+ #8A2BE2
+ #A52A2A
+ #DEB887
+ #5F9EA0
+ #7FFF00
+ #D2691E
+ #FF7F50
+ #6495ED
+ #FFF8DC
+ #DC143C
+ #00FFFF
+ #00008B
+ #008B8B
+ #B8860B
+ #A9A9A9
+ #006400
+ #BDB76B
+ #8B008B
+ #556B2F
+ #FF8C00
+ #9932CC
+ #8B0000
+ #E9967A
+ #8FBC8F
+ #483D8B
+ #2F4F4F
+ #00CED1
+ #9400D3
+ #FF1493
+ #00BFFF
+ #696969
+ #1E90FF
+ #B22222
+ #FFFAF0
+ #228B22
+ #FF00FF
+ #DCDCDC
+ #F8F8FF
+ #FFD700
+ #DAA520
+ #808080
+ #008000
+ #ADFF2F
+ #F0FFF0
+ #FF69B4
+ #CD5C5C
+ #4B0082
+ #FFFFF0
+ #F0E68C
+ #E6E6FA
+ #FFF0F5
+ #7CFC00
+ #FFFACD
+ #ADD8E6
+ #F08080
+ #E0FFFF
+ #FAFAD2
+ #90EE90
+ #D3D3D3
+ #FFB6C1
+ #FFA07A
+ #20B2AA
+ #87CEFA
+ #778899
+ #B0C4DE
+ #FFFFE0
+ #00FF00
+ #32CD32
+ #FAF0E6
+ #FF00FF
+ #800000
+ #66CDAA
+ #0000CD
+ #BA55D3
+ #9370DB
+ #3CB371
+ #7B68EE
+ #00FA9A
+ #48D1CC
+ #C71585
+ #191970
+ #F5FFFA
+ #FFE4E1
+ #FFE4B5
+ #FFDEAD
+ #000080
+ #FDF5E6
+ #808000
+ #6B8E23
+ #FFA500
+ #FF4500
+ #DA70D6
+ #EEE8AA
+ #98FB98
+ #AFEEEE
+ #DB7093
+ #FFEFD5
+ #FFDAB9
+ #CD853F
+ #FFC0CB
+ #DDA0DD
+ #B0E0E6
+ #800080
+ #FF0000
+ #BC8F8F
+ #4169E1
+ #8B4513
+ #FA8072
+ #F4A460
+ #2E8B57
+ #FFF5EE
+ #A0522D
+ #C0C0C0
+ #87CEEB
+ #6A5ACD
+ #708090
+ #FFFAFA
+ #00FF7F
+ #4682B4
+ #D2B48C
+ #008080
+ #D8BFD8
+ #FF6347
+ #40E0D0
+ #EE82EE
+ #F5DEB3
+ #FFFFFF
+ #F5F5F5
+ #FFFF00
+ #9ACD32
+
\ No newline at end of file
diff --git a/node_modules/@react-native-firebase/messaging/android/build/intermediates/incremental/debug/packageDebugResources/merger.xml b/node_modules/@react-native-firebase/messaging/android/build/intermediates/incremental/debug/packageDebugResources/merger.xml
new file mode 100644
index 0000000..408d25f
--- /dev/null
+++ b/node_modules/@react-native-firebase/messaging/android/build/intermediates/incremental/debug/packageDebugResources/merger.xml
@@ -0,0 +1,2 @@
+
+#FFFFFF#FFFFF0#FFFFE0#FFFF00#FFFAFA#FFFAF0#FFFACD#FFF8DC#FFF5EE#FFF0F5#FFEFD5#FFEBCD#FFE4E1#FFE4C4#FFE4B5#FFDEAD#FFDAB9#FFD700#FFC0CB#FFB6C1#FFA500#FFA07A#FF8C00#FF7F50#FF69B4#FF6347#FF4500#FF1493#FF00FF#FF00FF#FF0000#FDF5E6#FAFAD2#FAF0E6#FAEBD7#FA8072#F8F8FF#F5FFFA#F5F5F5#F5F5DC#F5DEB3#F4A460#F0FFFF#F0FFF0#F0F8FF#F0E68C#F08080#EEE8AA#EE82EE#E9967A#E6E6FA#E0FFFF#DEB887#DDA0DD#DCDCDC#DC143C#DB7093#DAA520#DA70D6#D8BFD8#D3D3D3#D2B48C#D2691E#CD853F#CD5C5C#C71585#C0C0C0#BDB76B#BC8F8F#BA55D3#B8860B#B22222#B0E0E6#B0C4DE#AFEEEE#ADFF2F#ADD8E6#A9A9A9#A52A2A#A0522D#9ACD32#9932CC#98FB98#9400D3#9370DB#90EE90#8FBC8F#8B4513#8B008B#8B0000#8A2BE2#87CEFA#87CEEB#808080#808000#800080#800000#7FFFD4#7FFF00#7CFC00#7B68EE#778899#708090#6B8E23#6A5ACD#696969#66CDAA#6495ED#5F9EA0#556B2F#4B0082#48D1CC#483D8B#4682B4#4169E1#40E0D0#3CB371#32CD32#2F4F4F#2E8B57#228B22#20B2AA#1E90FF#191970#00FFFF#00FFFF#00FF7F#00FF00#00FA9A#00CED1#00BFFF#008B8B#008080#008000#006400#0000FF#0000CD#00008B#000080#000000
\ No newline at end of file
diff --git a/node_modules/@react-native-firebase/messaging/android/build/intermediates/incremental/mergeDebugJniLibFolders/merger.xml b/node_modules/@react-native-firebase/messaging/android/build/intermediates/incremental/mergeDebugJniLibFolders/merger.xml
new file mode 100644
index 0000000..456a7b8
--- /dev/null
+++ b/node_modules/@react-native-firebase/messaging/android/build/intermediates/incremental/mergeDebugJniLibFolders/merger.xml
@@ -0,0 +1,2 @@
+
+
\ No newline at end of file
diff --git a/node_modules/@react-native-firebase/messaging/android/build/intermediates/incremental/mergeDebugShaders/merger.xml b/node_modules/@react-native-firebase/messaging/android/build/intermediates/incremental/mergeDebugShaders/merger.xml
new file mode 100644
index 0000000..5fc0ed2
--- /dev/null
+++ b/node_modules/@react-native-firebase/messaging/android/build/intermediates/incremental/mergeDebugShaders/merger.xml
@@ -0,0 +1,2 @@
+
+
\ No newline at end of file
diff --git a/node_modules/@react-native-firebase/messaging/android/build/intermediates/incremental/packageDebugAssets/merger.xml b/node_modules/@react-native-firebase/messaging/android/build/intermediates/incremental/packageDebugAssets/merger.xml
new file mode 100644
index 0000000..8bc55fa
--- /dev/null
+++ b/node_modules/@react-native-firebase/messaging/android/build/intermediates/incremental/packageDebugAssets/merger.xml
@@ -0,0 +1,2 @@
+
+
\ No newline at end of file
diff --git a/node_modules/@react-native-firebase/messaging/android/build/intermediates/local_only_symbol_list/debug/R-def.txt b/node_modules/@react-native-firebase/messaging/android/build/intermediates/local_only_symbol_list/debug/R-def.txt
new file mode 100644
index 0000000..34d21d0
--- /dev/null
+++ b/node_modules/@react-native-firebase/messaging/android/build/intermediates/local_only_symbol_list/debug/R-def.txt
@@ -0,0 +1,142 @@
+R_DEF: Internal format may change without notice
+local
+color aliceblue
+color antiquewhite
+color aqua
+color aquamarine
+color azure
+color beige
+color bisque
+color black
+color blanchedalmond
+color blue
+color blueviolet
+color brown
+color burlywood
+color cadetblue
+color chartreuse
+color chocolate
+color coral
+color cornflowerblue
+color cornsilk
+color crimson
+color cyan
+color darkblue
+color darkcyan
+color darkgoldenrod
+color darkgray
+color darkgreen
+color darkkhaki
+color darkmagenta
+color darkolivegreen
+color darkorange
+color darkorchid
+color darkred
+color darksalmon
+color darkseagreen
+color darkslateblue
+color darkslategray
+color darkturquoise
+color darkviolet
+color deeppink
+color deepskyblue
+color dimgray
+color dodgerblue
+color firebrick
+color floralwhite
+color forestgreen
+color fuchsia
+color gainsboro
+color ghostwhite
+color gold
+color goldenrod
+color gray
+color green
+color greenyellow
+color honeydew
+color hotpink
+color indianred
+color indigo
+color ivory
+color khaki
+color lavender
+color lavenderblush
+color lawngreen
+color lemonchiffon
+color lightblue
+color lightcoral
+color lightcyan
+color lightgoldenrodyellow
+color lightgreen
+color lightgrey
+color lightpink
+color lightsalmon
+color lightseagreen
+color lightskyblue
+color lightslategray
+color lightsteelblue
+color lightyellow
+color lime
+color limegreen
+color linen
+color magenta
+color maroon
+color mediumaquamarine
+color mediumblue
+color mediumorchid
+color mediumpurple
+color mediumseagreen
+color mediumslateblue
+color mediumspringgreen
+color mediumturquoise
+color mediumvioletred
+color midnightblue
+color mintcream
+color mistyrose
+color moccasin
+color navajowhite
+color navy
+color oldlace
+color olive
+color olivedrab
+color orange
+color orangered
+color orchid
+color palegoldenrod
+color palegreen
+color paleturquoise
+color palevioletred
+color papayawhip
+color peachpuff
+color peru
+color pink
+color plum
+color powderblue
+color purple
+color red
+color rosybrown
+color royalblue
+color saddlebrown
+color salmon
+color sandybrown
+color seagreen
+color seashell
+color sienna
+color silver
+color skyblue
+color slateblue
+color slategray
+color snow
+color springgreen
+color steelblue
+color tan
+color teal
+color thistle
+color tomato
+color turquoise
+color violet
+color wheat
+color white
+color whitesmoke
+color yellow
+color yellowgreen
diff --git a/node_modules/@react-native-firebase/messaging/android/build/intermediates/manifest_merge_blame_file/debug/manifest-merger-blame-debug-report.txt b/node_modules/@react-native-firebase/messaging/android/build/intermediates/manifest_merge_blame_file/debug/manifest-merger-blame-debug-report.txt
new file mode 100644
index 0000000..a9f755e
--- /dev/null
+++ b/node_modules/@react-native-firebase/messaging/android/build/intermediates/manifest_merge_blame_file/debug/manifest-merger-blame-debug-report.txt
@@ -0,0 +1,76 @@
+1
+2
+4
+5 /Users/Kumpor/git_bda/csa-react-60/node_modules/@react-native-firebase/messaging/android/src/main/AndroidManifest.xml
+7 android:targetSdkVersion="34" />
+7-->/Users/Kumpor/git_bda/csa-react-60/node_modules/@react-native-firebase/messaging/android/src/main/AndroidManifest.xml
+8
+9
+9-->/Users/Kumpor/git_bda/csa-react-60/node_modules/@react-native-firebase/messaging/android/src/main/AndroidManifest.xml:5:3-64
+9-->/Users/Kumpor/git_bda/csa-react-60/node_modules/@react-native-firebase/messaging/android/src/main/AndroidManifest.xml:5:20-62
+10
+10-->/Users/Kumpor/git_bda/csa-react-60/node_modules/@react-native-firebase/messaging/android/src/main/AndroidManifest.xml:6:3-65
+10-->/Users/Kumpor/git_bda/csa-react-60/node_modules/@react-native-firebase/messaging/android/src/main/AndroidManifest.xml:6:20-63
+11
+11-->/Users/Kumpor/git_bda/csa-react-60/node_modules/@react-native-firebase/messaging/android/src/main/AndroidManifest.xml:7:3-76
+11-->/Users/Kumpor/git_bda/csa-react-60/node_modules/@react-native-firebase/messaging/android/src/main/AndroidManifest.xml:7:20-74
+12
+13
+13-->/Users/Kumpor/git_bda/csa-react-60/node_modules/@react-native-firebase/messaging/android/src/main/AndroidManifest.xml:9:3-36:17
+14 /Users/Kumpor/git_bda/csa-react-60/node_modules/@react-native-firebase/messaging/android/src/main/AndroidManifest.xml:10:5-11:42
+15 android:name="io.invertase.firebase.messaging.ReactNativeFirebaseMessagingHeadlessService"
+15-->/Users/Kumpor/git_bda/csa-react-60/node_modules/@react-native-firebase/messaging/android/src/main/AndroidManifest.xml:10:14-73
+16 android:exported="false" />
+16-->/Users/Kumpor/git_bda/csa-react-60/node_modules/@react-native-firebase/messaging/android/src/main/AndroidManifest.xml:11:15-39
+17 /Users/Kumpor/git_bda/csa-react-60/node_modules/@react-native-firebase/messaging/android/src/main/AndroidManifest.xml:12:5-17:15
+18 android:name="io.invertase.firebase.messaging.ReactNativeFirebaseMessagingService"
+18-->/Users/Kumpor/git_bda/csa-react-60/node_modules/@react-native-firebase/messaging/android/src/main/AndroidManifest.xml:12:14-65
+19 android:exported="false" >
+19-->/Users/Kumpor/git_bda/csa-react-60/node_modules/@react-native-firebase/messaging/android/src/main/AndroidManifest.xml:13:14-38
+20
+20-->/Users/Kumpor/git_bda/csa-react-60/node_modules/@react-native-firebase/messaging/android/src/main/AndroidManifest.xml:14:7-16:23
+21
+21-->/Users/Kumpor/git_bda/csa-react-60/node_modules/@react-native-firebase/messaging/android/src/main/AndroidManifest.xml:15:9-69
+21-->/Users/Kumpor/git_bda/csa-react-60/node_modules/@react-native-firebase/messaging/android/src/main/AndroidManifest.xml:15:17-67
+22
+23
+24
+25 /Users/Kumpor/git_bda/csa-react-60/node_modules/@react-native-firebase/messaging/android/src/main/AndroidManifest.xml:18:5-25:16
+26 android:name="io.invertase.firebase.messaging.ReactNativeFirebaseMessagingReceiver"
+26-->/Users/Kumpor/git_bda/csa-react-60/node_modules/@react-native-firebase/messaging/android/src/main/AndroidManifest.xml:19:7-59
+27 android:exported="true"
+27-->/Users/Kumpor/git_bda/csa-react-60/node_modules/@react-native-firebase/messaging/android/src/main/AndroidManifest.xml:20:7-30
+28 android:permission="com.google.android.c2dm.permission.SEND" >
+28-->/Users/Kumpor/git_bda/csa-react-60/node_modules/@react-native-firebase/messaging/android/src/main/AndroidManifest.xml:21:7-67
+29
+29-->/Users/Kumpor/git_bda/csa-react-60/node_modules/@react-native-firebase/messaging/android/src/main/AndroidManifest.xml:22:7-24:23
+30
+30-->/Users/Kumpor/git_bda/csa-react-60/node_modules/@react-native-firebase/messaging/android/src/main/AndroidManifest.xml:23:9-73
+30-->/Users/Kumpor/git_bda/csa-react-60/node_modules/@react-native-firebase/messaging/android/src/main/AndroidManifest.xml:23:17-70
+31
+32
+33
+34 /Users/Kumpor/git_bda/csa-react-60/node_modules/@react-native-firebase/messaging/android/src/main/AndroidManifest.xml:28:7-58
+36 android:value="true" />
+36-->/Users/Kumpor/git_bda/csa-react-60/node_modules/@react-native-firebase/messaging/android/src/main/AndroidManifest.xml:29:7-53
+37 /Users/Kumpor/git_bda/csa-react-60/node_modules/@react-native-firebase/messaging/android/src/main/AndroidManifest.xml:31:7-83
+39 android:value="" />
+39-->/Users/Kumpor/git_bda/csa-react-60/node_modules/@react-native-firebase/messaging/android/src/main/AndroidManifest.xml:32:7-59
+40 /Users/Kumpor/git_bda/csa-react-60/node_modules/@react-native-firebase/messaging/android/src/main/AndroidManifest.xml:34:7-78
+42 android:resource="@color/white" />
+42-->/Users/Kumpor/git_bda/csa-react-60/node_modules/@react-native-firebase/messaging/android/src/main/AndroidManifest.xml:35:7-58
+43
+44
+45
diff --git a/node_modules/@react-native-firebase/messaging/android/build/intermediates/merged_java_res/debug/feature-react-native-firebase_messaging.jar b/node_modules/@react-native-firebase/messaging/android/build/intermediates/merged_java_res/debug/feature-react-native-firebase_messaging.jar
new file mode 100644
index 0000000..15cb0ec
Binary files /dev/null and b/node_modules/@react-native-firebase/messaging/android/build/intermediates/merged_java_res/debug/feature-react-native-firebase_messaging.jar differ
diff --git a/node_modules/@react-native-firebase/messaging/android/build/intermediates/merged_manifest/debug/AndroidManifest.xml b/node_modules/@react-native-firebase/messaging/android/build/intermediates/merged_manifest/debug/AndroidManifest.xml
new file mode 100644
index 0000000..42b7356
--- /dev/null
+++ b/node_modules/@react-native-firebase/messaging/android/build/intermediates/merged_manifest/debug/AndroidManifest.xml
@@ -0,0 +1,45 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/node_modules/@react-native-firebase/messaging/android/build/intermediates/navigation_json/debug/navigation.json b/node_modules/@react-native-firebase/messaging/android/build/intermediates/navigation_json/debug/navigation.json
new file mode 100644
index 0000000..0637a08
--- /dev/null
+++ b/node_modules/@react-native-firebase/messaging/android/build/intermediates/navigation_json/debug/navigation.json
@@ -0,0 +1 @@
+[]
\ No newline at end of file
diff --git a/node_modules/@react-native-firebase/messaging/android/build/intermediates/packaged_manifests/debug/output-metadata.json b/node_modules/@react-native-firebase/messaging/android/build/intermediates/packaged_manifests/debug/output-metadata.json
new file mode 100644
index 0000000..70de5fb
--- /dev/null
+++ b/node_modules/@react-native-firebase/messaging/android/build/intermediates/packaged_manifests/debug/output-metadata.json
@@ -0,0 +1,18 @@
+{
+ "version": 3,
+ "artifactType": {
+ "type": "PACKAGED_MANIFESTS",
+ "kind": "Directory"
+ },
+ "applicationId": "io.invertase.firebase.messaging",
+ "variantName": "debug",
+ "elements": [
+ {
+ "type": "SINGLE",
+ "filters": [],
+ "attributes": [],
+ "outputFile": "../../merged_manifest/debug/AndroidManifest.xml"
+ }
+ ],
+ "elementType": "File"
+}
\ No newline at end of file
diff --git a/node_modules/@react-native-firebase/messaging/android/build/intermediates/packaged_res/debug/values/values.xml b/node_modules/@react-native-firebase/messaging/android/build/intermediates/packaged_res/debug/values/values.xml
new file mode 100644
index 0000000..711c9ae
--- /dev/null
+++ b/node_modules/@react-native-firebase/messaging/android/build/intermediates/packaged_res/debug/values/values.xml
@@ -0,0 +1,143 @@
+
+
+ #F0F8FF
+ #FAEBD7
+ #00FFFF
+ #7FFFD4
+ #F0FFFF
+ #F5F5DC
+ #FFE4C4
+ #000000
+ #FFEBCD
+ #0000FF
+ #8A2BE2
+ #A52A2A
+ #DEB887
+ #5F9EA0
+ #7FFF00
+ #D2691E
+ #FF7F50
+ #6495ED
+ #FFF8DC
+ #DC143C
+ #00FFFF
+ #00008B
+ #008B8B
+ #B8860B
+ #A9A9A9
+ #006400
+ #BDB76B
+ #8B008B
+ #556B2F
+ #FF8C00
+ #9932CC
+ #8B0000
+ #E9967A
+ #8FBC8F
+ #483D8B
+ #2F4F4F
+ #00CED1
+ #9400D3
+ #FF1493
+ #00BFFF
+ #696969
+ #1E90FF
+ #B22222
+ #FFFAF0
+ #228B22
+ #FF00FF
+ #DCDCDC
+ #F8F8FF
+ #FFD700
+ #DAA520
+ #808080
+ #008000
+ #ADFF2F
+ #F0FFF0
+ #FF69B4
+ #CD5C5C
+ #4B0082
+ #FFFFF0
+ #F0E68C
+ #E6E6FA
+ #FFF0F5
+ #7CFC00
+ #FFFACD
+ #ADD8E6
+ #F08080
+ #E0FFFF
+ #FAFAD2
+ #90EE90
+ #D3D3D3
+ #FFB6C1
+ #FFA07A
+ #20B2AA
+ #87CEFA
+ #778899
+ #B0C4DE
+ #FFFFE0
+ #00FF00
+ #32CD32
+ #FAF0E6
+ #FF00FF
+ #800000
+ #66CDAA
+ #0000CD
+ #BA55D3
+ #9370DB
+ #3CB371
+ #7B68EE
+ #00FA9A
+ #48D1CC
+ #C71585
+ #191970
+ #F5FFFA
+ #FFE4E1
+ #FFE4B5
+ #FFDEAD
+ #000080
+ #FDF5E6
+ #808000
+ #6B8E23
+ #FFA500
+ #FF4500
+ #DA70D6
+ #EEE8AA
+ #98FB98
+ #AFEEEE
+ #DB7093
+ #FFEFD5
+ #FFDAB9
+ #CD853F
+ #FFC0CB
+ #DDA0DD
+ #B0E0E6
+ #800080
+ #FF0000
+ #BC8F8F
+ #4169E1
+ #8B4513
+ #FA8072
+ #F4A460
+ #2E8B57
+ #FFF5EE
+ #A0522D
+ #C0C0C0
+ #87CEEB
+ #6A5ACD
+ #708090
+ #FFFAFA
+ #00FF7F
+ #4682B4
+ #D2B48C
+ #008080
+ #D8BFD8
+ #FF6347
+ #40E0D0
+ #EE82EE
+ #F5DEB3
+ #FFFFFF
+ #F5F5F5
+ #FFFF00
+ #9ACD32
+
\ No newline at end of file
diff --git a/node_modules/@react-native-firebase/messaging/android/build/intermediates/variant_model/debug/out b/node_modules/@react-native-firebase/messaging/android/build/intermediates/variant_model/debug/out
new file mode 100644
index 0000000..3c77a9c
Binary files /dev/null and b/node_modules/@react-native-firebase/messaging/android/build/intermediates/variant_model/debug/out differ
diff --git a/node_modules/@react-native-firebase/messaging/android/build/outputs/logs/manifest-merger-debug-report.txt b/node_modules/@react-native-firebase/messaging/android/build/outputs/logs/manifest-merger-debug-report.txt
new file mode 100644
index 0000000..8665413
--- /dev/null
+++ b/node_modules/@react-native-firebase/messaging/android/build/outputs/logs/manifest-merger-debug-report.txt
@@ -0,0 +1,92 @@
+-- Merging decision tree log ---
+meta-data#firebase_messaging_auto_init_enabled
+INJECTED from /Users/Kumpor/git_bda/csa-react-60/node_modules/@react-native-firebase/messaging/android/src/main/AndroidManifest.xml:27:5-29:55
+ android:value
+ INJECTED from /Users/Kumpor/git_bda/csa-react-60/node_modules/@react-native-firebase/messaging/android/src/main/AndroidManifest.xml
+ ADDED from /Users/Kumpor/git_bda/csa-react-60/node_modules/@react-native-firebase/messaging/android/src/main/AndroidManifest.xml:29:7-53
+ android:name
+ ADDED from /Users/Kumpor/git_bda/csa-react-60/node_modules/@react-native-firebase/messaging/android/src/main/AndroidManifest.xml:28:7-58
+meta-data#com.google.firebase.messaging.default_notification_channel_id
+INJECTED from /Users/Kumpor/git_bda/csa-react-60/node_modules/@react-native-firebase/messaging/android/src/main/AndroidManifest.xml:30:5-32:62
+ android:value
+ INJECTED from /Users/Kumpor/git_bda/csa-react-60/node_modules/@react-native-firebase/messaging/android/src/main/AndroidManifest.xml
+ ADDED from /Users/Kumpor/git_bda/csa-react-60/node_modules/@react-native-firebase/messaging/android/src/main/AndroidManifest.xml:32:7-59
+ android:name
+ ADDED from /Users/Kumpor/git_bda/csa-react-60/node_modules/@react-native-firebase/messaging/android/src/main/AndroidManifest.xml:31:7-83
+meta-data#com.google.firebase.messaging.default_notification_color
+INJECTED from /Users/Kumpor/git_bda/csa-react-60/node_modules/@react-native-firebase/messaging/android/src/main/AndroidManifest.xml:33:5-35:61
+ android:resource
+ INJECTED from /Users/Kumpor/git_bda/csa-react-60/node_modules/@react-native-firebase/messaging/android/src/main/AndroidManifest.xml
+ ADDED from /Users/Kumpor/git_bda/csa-react-60/node_modules/@react-native-firebase/messaging/android/src/main/AndroidManifest.xml:35:7-58
+ android:name
+ ADDED from /Users/Kumpor/git_bda/csa-react-60/node_modules/@react-native-firebase/messaging/android/src/main/AndroidManifest.xml:34:7-78
+manifest
+ADDED from /Users/Kumpor/git_bda/csa-react-60/node_modules/@react-native-firebase/messaging/android/src/main/AndroidManifest.xml:2:1-37:12
+INJECTED from /Users/Kumpor/git_bda/csa-react-60/node_modules/@react-native-firebase/messaging/android/src/main/AndroidManifest.xml:2:1-37:12
+INJECTED from /Users/Kumpor/git_bda/csa-react-60/node_modules/@react-native-firebase/messaging/android/src/main/AndroidManifest.xml:2:1-37:12
+ package
+ ADDED from /Users/Kumpor/git_bda/csa-react-60/node_modules/@react-native-firebase/messaging/android/src/main/AndroidManifest.xml:3:11-52
+ INJECTED from /Users/Kumpor/git_bda/csa-react-60/node_modules/@react-native-firebase/messaging/android/src/main/AndroidManifest.xml
+ INJECTED from /Users/Kumpor/git_bda/csa-react-60/node_modules/@react-native-firebase/messaging/android/src/main/AndroidManifest.xml
+ xmlns:android
+ ADDED from /Users/Kumpor/git_bda/csa-react-60/node_modules/@react-native-firebase/messaging/android/src/main/AndroidManifest.xml:2:11-69
+uses-permission#android.permission.INTERNET
+ADDED from /Users/Kumpor/git_bda/csa-react-60/node_modules/@react-native-firebase/messaging/android/src/main/AndroidManifest.xml:5:3-64
+ android:name
+ ADDED from /Users/Kumpor/git_bda/csa-react-60/node_modules/@react-native-firebase/messaging/android/src/main/AndroidManifest.xml:5:20-62
+uses-permission#android.permission.WAKE_LOCK
+ADDED from /Users/Kumpor/git_bda/csa-react-60/node_modules/@react-native-firebase/messaging/android/src/main/AndroidManifest.xml:6:3-65
+ android:name
+ ADDED from /Users/Kumpor/git_bda/csa-react-60/node_modules/@react-native-firebase/messaging/android/src/main/AndroidManifest.xml:6:20-63
+uses-permission#android.permission.ACCESS_NETWORK_STATE
+ADDED from /Users/Kumpor/git_bda/csa-react-60/node_modules/@react-native-firebase/messaging/android/src/main/AndroidManifest.xml:7:3-76
+ android:name
+ ADDED from /Users/Kumpor/git_bda/csa-react-60/node_modules/@react-native-firebase/messaging/android/src/main/AndroidManifest.xml:7:20-74
+application
+ADDED from /Users/Kumpor/git_bda/csa-react-60/node_modules/@react-native-firebase/messaging/android/src/main/AndroidManifest.xml:9:3-36:17
+service#io.invertase.firebase.messaging.ReactNativeFirebaseMessagingHeadlessService
+ADDED from /Users/Kumpor/git_bda/csa-react-60/node_modules/@react-native-firebase/messaging/android/src/main/AndroidManifest.xml:10:5-11:42
+ android:exported
+ ADDED from /Users/Kumpor/git_bda/csa-react-60/node_modules/@react-native-firebase/messaging/android/src/main/AndroidManifest.xml:11:15-39
+ android:name
+ ADDED from /Users/Kumpor/git_bda/csa-react-60/node_modules/@react-native-firebase/messaging/android/src/main/AndroidManifest.xml:10:14-73
+service#io.invertase.firebase.messaging.ReactNativeFirebaseMessagingService
+ADDED from /Users/Kumpor/git_bda/csa-react-60/node_modules/@react-native-firebase/messaging/android/src/main/AndroidManifest.xml:12:5-17:15
+ android:exported
+ ADDED from /Users/Kumpor/git_bda/csa-react-60/node_modules/@react-native-firebase/messaging/android/src/main/AndroidManifest.xml:13:14-38
+ android:name
+ ADDED from /Users/Kumpor/git_bda/csa-react-60/node_modules/@react-native-firebase/messaging/android/src/main/AndroidManifest.xml:12:14-65
+intent-filter#action:name:com.google.firebase.MESSAGING_EVENT
+ADDED from /Users/Kumpor/git_bda/csa-react-60/node_modules/@react-native-firebase/messaging/android/src/main/AndroidManifest.xml:14:7-16:23
+action#com.google.firebase.MESSAGING_EVENT
+ADDED from /Users/Kumpor/git_bda/csa-react-60/node_modules/@react-native-firebase/messaging/android/src/main/AndroidManifest.xml:15:9-69
+ android:name
+ ADDED from /Users/Kumpor/git_bda/csa-react-60/node_modules/@react-native-firebase/messaging/android/src/main/AndroidManifest.xml:15:17-67
+receiver#io.invertase.firebase.messaging.ReactNativeFirebaseMessagingReceiver
+ADDED from /Users/Kumpor/git_bda/csa-react-60/node_modules/@react-native-firebase/messaging/android/src/main/AndroidManifest.xml:18:5-25:16
+ android:exported
+ ADDED from /Users/Kumpor/git_bda/csa-react-60/node_modules/@react-native-firebase/messaging/android/src/main/AndroidManifest.xml:20:7-30
+ android:permission
+ ADDED from /Users/Kumpor/git_bda/csa-react-60/node_modules/@react-native-firebase/messaging/android/src/main/AndroidManifest.xml:21:7-67
+ android:name
+ ADDED from /Users/Kumpor/git_bda/csa-react-60/node_modules/@react-native-firebase/messaging/android/src/main/AndroidManifest.xml:19:7-59
+intent-filter#action:name:com.google.android.c2dm.intent.RECEIVE
+ADDED from /Users/Kumpor/git_bda/csa-react-60/node_modules/@react-native-firebase/messaging/android/src/main/AndroidManifest.xml:22:7-24:23
+action#com.google.android.c2dm.intent.RECEIVE
+ADDED from /Users/Kumpor/git_bda/csa-react-60/node_modules/@react-native-firebase/messaging/android/src/main/AndroidManifest.xml:23:9-73
+ android:name
+ ADDED from /Users/Kumpor/git_bda/csa-react-60/node_modules/@react-native-firebase/messaging/android/src/main/AndroidManifest.xml:23:17-70
+uses-sdk
+INJECTED from /Users/Kumpor/git_bda/csa-react-60/node_modules/@react-native-firebase/messaging/android/src/main/AndroidManifest.xml reason: use-sdk injection requested
+INJECTED from /Users/Kumpor/git_bda/csa-react-60/node_modules/@react-native-firebase/messaging/android/src/main/AndroidManifest.xml
+INJECTED from /Users/Kumpor/git_bda/csa-react-60/node_modules/@react-native-firebase/messaging/android/src/main/AndroidManifest.xml
+INJECTED from /Users/Kumpor/git_bda/csa-react-60/node_modules/@react-native-firebase/messaging/android/src/main/AndroidManifest.xml
+INJECTED from /Users/Kumpor/git_bda/csa-react-60/node_modules/@react-native-firebase/messaging/android/src/main/AndroidManifest.xml
+ android:targetSdkVersion
+ INJECTED from /Users/Kumpor/git_bda/csa-react-60/node_modules/@react-native-firebase/messaging/android/src/main/AndroidManifest.xml
+ ADDED from /Users/Kumpor/git_bda/csa-react-60/node_modules/@react-native-firebase/messaging/android/src/main/AndroidManifest.xml
+ INJECTED from /Users/Kumpor/git_bda/csa-react-60/node_modules/@react-native-firebase/messaging/android/src/main/AndroidManifest.xml
+ android:minSdkVersion
+ INJECTED from /Users/Kumpor/git_bda/csa-react-60/node_modules/@react-native-firebase/messaging/android/src/main/AndroidManifest.xml
+ ADDED from /Users/Kumpor/git_bda/csa-react-60/node_modules/@react-native-firebase/messaging/android/src/main/AndroidManifest.xml
+ INJECTED from /Users/Kumpor/git_bda/csa-react-60/node_modules/@react-native-firebase/messaging/android/src/main/AndroidManifest.xml