Skip to content

Commit b825c56

Browse files
authored
Merge pull request #100000 from dannevesdantas/patch-1
Fix 'Send push notifications to Android' tutorial
2 parents 752fcdc + 2280dab commit b825c56

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

articles/notification-hubs/notification-hubs-android-push-notification-google-fcm-get-started.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ Your hub is now configured to work with Firebase Cloud Messaging. You also have
129129
```gradle
130130
implementation 'com.google.firebase:firebase-core:16.0.8'
131131
implementation 'com.google.firebase:firebase-messaging:17.3.4'
132+
implementation 'com.google.firebase:firebase-iid:21.1.0'
132133
```
133134

134135
2. Add the following plug-in at the end of the file if it's not already there.

0 commit comments

Comments
 (0)