Skip to content

Commit

Permalink
close #1 fixed #1: corregido, faltaba el campo selleId en firestore
Browse files Browse the repository at this point in the history
  • Loading branch information
hall9zeha committed Mar 1, 2022
1 parent 6a64e86 commit d3bb176
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ class FcmService: FirebaseMessagingService() {
remoteMessage.notification?.let {
//poniendo imagen de manera dinámica
val imgUrl =
it.imageUrl//"https://cms-assets.tutsplus.com/uploads/users/798/posts/27376/preview_image/[email protected]"
it.imageUrl

if (imgUrl == null) {
sendNotification(it)
Expand Down

0 comments on commit d3bb176

Please sign in to comment.