Is it possible to use @novu/node in a React Native App?
I'm trying to use @novu/node in my react native app to be able to make API calls easily to set subscribers credentials and link them with the FCM device token, but I'm getting the following error message: ''@novu/shared/utils could not be found within the project".
3 Replies
@Eduardo Santos novu/node is a server side SDK. We recommend it in server side and create a new endpoint in your server for this
Is there any other way to use Novu APIs on the client side?
@Eduardo Santos
Unfortunately No. our api and server sdk can only be used in server side only