Skip to content

Commit

Permalink
fix: Manifest merge issues
Browse files Browse the repository at this point in the history
  • Loading branch information
MohamadJaara committed Feb 6, 2024
1 parent 401347f commit 3269b33
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,15 @@
</intent-filter>
</activity>

<!--
We make a custom Firebase init, because the app selects the Firebase project at a runtime,
so we need to remove default FirebaseInitProvider and create our custom FirebaseInitializer.
-->
<provider
android:name="com.google.firebase.provider.FirebaseInitProvider"
android:authorities="${applicationId}.firebaseinitprovider"
tools:node="remove" />

<provider
android:name="androidx.startup.InitializationProvider"
android:authorities="${applicationId}.androidx-startup"
Expand Down

0 comments on commit 3269b33

Please sign in to comment.