Replies: 1 comment
-
No right now, Notifo has to resolve the user during notifications to resolve language information and so on. So it makes sense to keep them local. BUT you can use your own ID in notifo, therefore you can just use the upsert request to get the token, e.g. on each login. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It may be possible and I haven't looked deep enough though I am curious if I can use my existing user collection in MongoDB managed by the AuthJS/NextAuth.
Currently it creates a collection for users, sessions, etc. having the notification system hook up to this directly would make using this a MUCH simpler solution than home brewing a notification system. For context this is for a NextJS 14 application.
Beta Was this translation helpful? Give feedback.
All reactions