-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to update the token in the database #5
Comments
Post the code you have that is not working and I'll take a look. On 3/13/16 7:52 AM, Balaji wrote:
|
exports.callback = function (req, res) {
}; |
I don't know. I don't use MongoDB, but the code you show below looks On 3/14/16 4:20 AM, Balaji wrote:
|
Thanks for your comment. I am currently looking for the subscription and notification code from the application side i.e from node js side. Do you have any workflow details can you please suggest me? |
Hi,
I need an urgent help. I am fetching the token and updating the token in the Mongodb but its not getting updated. I have used UPDATE command from the mongodb but i feel thats async call is interrupting the save command.Please tell me how to update and save the token.
The text was updated successfully, but these errors were encountered: