ayomide
NNovu
•Created by ayomide on 8/30/2024 in #💬│support
Solution on Integrating Inapp notification on React Native
Okay noted
5 replies
NNovu
•Created by ayomide on 6/7/2024 in #💬│support
Override Apns in FCM
Fcm has a method called dryrun which allows you to send notifications in validation mode. We use it to validate Fcm tokens, if it’s a valid fcm token or not before storing them in our database.
19 replies
NNovu
•Created by ayomide on 6/7/2024 in #💬│support
Override Apns in FCM
Any reasons why fcm tokens aren’t validated before adding them as a device token? We currently validate fcm tokens before they’re being sent to novu. It will be great if novu can handle that then I can finally remove firebase-admin package in our backend project.
@Pawan Jain
19 replies
NNovu
•Created by ayomide on 6/7/2024 in #💬│support
Override Apns in FCM
sorry @Ask Inkeep doing this means you will get
Object literal may only specify known properties, and 'apns' does not exist in type 'ITriggerOverrideFCM'.
19 replies
NNovu
•Created by Chirag parmar on 5/17/2024 in #💬│support
Is there any way to send particular email or sms for particular workflow
I think using steps can work if you send a field through the payload then you can decided which channel can be executed in workflow
51 replies
NNovu
•Created by itsanii404 on 5/20/2024 in #💬│support
Having multiple errors during building the code
@itsanii404 it appears you’re using node v20.13.1 but the required version is v20.8.1 . You should make use of NVM to change your version. Also this looks like you’re using a windows terminal. I already answered some of the issues I faced while using windows in the below link.
https://github.com/novuhq/novu/issues/5492
7 replies