Skip to content

Commit d3bb176

Browse files
committed
close #1 fixed #1: corregido, faltaba el campo selleId en firestore
1 parent 6a64e86 commit d3bb176

File tree

1 file changed

+1
-1
lines changed
  • NiloPartner/app/src/main/java/com/barryzea/niloclient/fcm

1 file changed

+1
-1
lines changed

NiloPartner/app/src/main/java/com/barryzea/niloclient/fcm/FcmService.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ class FcmService: FirebaseMessagingService() {
4545
remoteMessage.notification?.let {
4646
//poniendo imagen de manera dinámica
4747
val imgUrl =
48-
it.imageUrl//"https://cms-assets.tutsplus.com/uploads/users/798/posts/27376/preview_image/firebase@2x.png"
48+
it.imageUrl
4949

5050
if (imgUrl == null) {
5151
sendNotification(it)

0 commit comments

Comments
 (0)