Askme
Askme copied to clipboard
Real-time
Your application is great but it is not running in real time yet. Can you develop this application so that it can run in real time?
Hello @oisonan1999,
Thanks for your opinion about this application, but can you describe more about what you mean by "it's not running in real time yet"
do you mean the push notification feature? or you mean that it runs on the localhost?
Hello @oisonan1999,
Thanks for your opinion about this application, but can you describe more about what you mean by "it's not running in real time yet"
do you mean the push notification feature? or you mean that it runs on the localhost?
Thank you for answering me. I want when someone asks me or when someone likes my question it will notify me, just like facebook. And I hope to be able to add the functionality of posting pictures in the feed. That would be very great
@oisonan1999,
I want when someone asks me or when someone likes my question it will notify me, just like Facebook
To implement this we have 2 options,
The first option is to make a socket connection with the server and send notification and it will work until the user close the app Or we should use Firebase Push notification, I didn't implement this feature because this app just for education, not production,
Some features like posting pictures in the feed can be implemented by support different type of post in the db,
I will later back to this app to add some feature and improve code quality
Thanks @oisonan1999