Soumith
NNovu
•Created by Soumith on 9/7/2024 in #💬│support
Self hosted Novu with Firebase provider error
Please let us know once this is merged.
39 replies
NNovu
•Created by Soumith on 9/7/2024 in #💬│support
Self hosted Novu with Firebase provider error
Thank you so much @Pawan Jain! We'll test and let you know 🙂
39 replies
NNovu
•Created by Soumith on 9/7/2024 in #💬│support
Self hosted Novu with Firebase provider error
Thanks for the update @Tomer Barnea!
39 replies
NNovu
•Created by Soumith on 9/7/2024 in #💬│support
Self hosted Novu with Firebase provider error
Thank you @Pawan Jain!
39 replies
NNovu
•Created by Soumith on 9/7/2024 in #💬│support
Self hosted Novu with Firebase provider error
@Pawan Jain This is breaking in production and we cannot afford customers losing notifications for a month, as this is a hotfix, can you guys please provide interim solution?
39 replies
NNovu
•Created by Soumith on 9/7/2024 in #💬│support
Self hosted Novu with Firebase provider error
Agree!!!
39 replies
NNovu
•Created by Soumith on 9/7/2024 in #💬│support
Self hosted Novu with Firebase provider error
Hi @Pawan Jain,
Do you know when this fix will be released?
39 replies
NNovu
•Created by Soumith on 9/7/2024 in #💬│support
Self hosted Novu with Firebase provider error
https://github.com/firebase/firebase-admin-node/issues/2687
https://groups.google.com/g/firebase-talk/c/1OHTEwSzZYU
https://stackoverflow.com/questions/78894668/phone-registration-error-unimplemented-gcm-error-on-a-device-using-javascript
I found similar issues for older Firebase SDK versions
39 replies
NNovu
•Created by Soumith on 6/25/2024 in #💬│support
Hi Team,
Hi @Pawan Jain ,
Sounds good, is there any way we can monitor when you guys release new docker images? This is holding our launch so we would like to upgrade right away after they are released.
23 replies
NNovu
•Created by Soumith on 6/25/2024 in #💬│support
Hi Team,
@Pawan Jain https://github.com/novuhq/novu/blob/9978bb7fb93f26d74de1ea8236a125583ed3938a/libs/dal/src/repositories/message/message.repository.ts#L705
getMessages API doesn't have
sort: '-createdAt',
so I guess it would return in chronological order right? I wonder how are you getting recent created order from postman?23 replies
NNovu
•Created by Soumith on 6/25/2024 in #💬│support
Hi Team,
@Pawan Jain Is there any way to get total number of messages(count) for specific subscriber?
23 replies
NNovu
•Created by Soumith on 6/25/2024 in #💬│support
Hi Team,
Hi @Pawan Jain,
Any update on this?
23 replies
NNovu
•Created by Soumith on 6/25/2024 in #💬│support
Hi Team,
We are using self hosting Novu @Pawan Jain, did we have recent fix for this?
23 replies
NNovu
•Created by Soumith on 6/25/2024 in #💬│support
Hi Team,
@Pawan Jain I'm using node sdk to get messages, does it make any difference? I have also checked it with curl call, I still get in chronological order.
23 replies
NNovu
•Created by Soumith on 6/25/2024 in #💬│support
Hi Team,
@Pawan Jain Yes, but if I use limit as 50, I'm getting 50 oldest messages in chronological order. If I have 100 notifications for a subscriber and if I limit 50, it's giving me 1-50, but what I need is 50-100 so that I can sort it in reverse order even if it is in chronological order. Or, if there is an api to get all 100 messages without a limit that will help.
23 replies
NNovu
•Created by Soumith on 6/25/2024 in #💬│support
Hi Team,
@Pawan Jain I would like to show recent 50 in-app messages for that specific subscriber on his dashboard, Is there any way we can achieve this?
23 replies
NNovu
•Created by Soumith on 6/25/2024 in #💬│support
Hi Team,
@Pawan Jain In that case, is it possible to get all notifications without a limit(default 10) on it for specific subscriber?
23 replies
NNovu
•Created by Soumith on 6/25/2024 in #💬│support
Hi Team,
Thanks for the quick response, to fetch all notifications and reverse it programatically, I should know how many messages are there for that subscriber right? Is there any way I can skip the limit to get all messages? I see by default limit is 10.
23 replies