Askme icon indicating copy to clipboard operation
Askme copied to clipboard

Real-time

Open oisonan1999 opened this issue 4 years ago • 3 comments

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?

oisonan1999 avatar Jan 18 '21 01:01 oisonan1999

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?

AmrDeveloper avatar Jan 18 '21 11:01 AmrDeveloper

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 avatar Jan 19 '21 02:01 oisonan1999

@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

AmrDeveloper avatar Jan 19 '21 11:01 AmrDeveloper