Im trying to integrate fcm in my instant app but it dosnt works.
I have 4 manifest files : /app /base /module1 /module2
The APP manifest only contains this code:
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.example.stackoverflow.app"/>
In the base manifest is declared my application and my configuration for push notifications.
Any idea whats going wrong?