You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Failure getPostTask { Error: Messaging payload contains an invalid value for the "data.icon" property. Values must be strings.
at FirebaseMessagingError
The text was updated successfully, but these errors were encountered:
so far i have commented this line const generateThumbsPromises = generateThumbnailsGeneral(fileBucket, filePath, contentType);
and replaced icon: post.val().imagePath, with icon: post.val().imageTitle,
and notifications are working now (at lease in when app is running foreground)
I think it has something to do with storage dependency in index.js file......
Failure getPostTask { Error: Messaging payload contains an invalid value for the "data.icon" property. Values must be strings.
at FirebaseMessagingError
The text was updated successfully, but these errors were encountered: