Skip to content

Commit 3d42158

Browse files
authored
Merge pull request #1113 from firebase/feature/update-fcm-documentation
update documentation for bind service permission
2 parents be9fbf6 + c49f08c commit 3d42158

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

messaging/testapp/readme.md

+7
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,13 @@ using the
199199
of the Unity status bar.
200200
- Click `Build and Run`.
201201
- See the *Using the Sample* section below.
202+
- Please ensure that you are requesting for `BIND_JOB_SERVICE` permission on messaging services in `AndroidManifest.xml`. Example,
203+
```
204+
<service android:name="com.google.firebase.messaging.MessageForwardingService"
205+
android:permission="android.permission.BIND_JOB_SERVICE"
206+
android:exported="false" >
207+
</service>
208+
```
202209
203210
204211
## Using the Sample

0 commit comments

Comments
 (0)