You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 2, 2022. It is now read-only.
1 Running the app on my local machine
2 Opening two different browsers ,
3 Log in with a differed user account on each browser
Expected Result
If a user votes a post the account in that posted must get a notification in the broswer.
Actual Result
I have to refresh the page to get notification from other folowers
Version
x.y.z
Testcase
The text was updated successfully, but these errors were encountered:
sevastosm
changed the title
Real time notifications not work
[BUG] Real time notifications not work (as in live example greensocial.herokuapp.com)
Oct 26, 2017
Thank you for reporting 👍 . Moving getNotifications to the service layer and return promise from on() observable method of firebase can't call resolve() method for the next change. I used a callback function to solve it but following project principles it is anti pattern. So I let it open to find a better way.
Steps
1 Running the app on my local machine
2 Opening two different browsers ,
3 Log in with a differed user account on each browser
Expected Result
If a user votes a post the account in that posted must get a notification in the broswer.
Actual Result
I have to refresh the page to get notification from other folowers
Version
x.y.z
Testcase
The text was updated successfully, but these errors were encountered: