what's the start point to develop a real-time chat app using react-native? [closed] - javascript

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 4 years ago.
Improve this question
I'd like to try to develop a simple chat room app, it might have the real-time message interaction, what's the important thing I should notice and I will do first?

I highly recommend using react-native-gifted-chat for the UI, and using firebase for the real-time connection.
You will want to think about how the user will enter the chat. Will there be a message board, will there be group/one-to-one chat, will the users be able to send images, push notifications, in-app new message alerts, read receipts, etc.
I have a simple chat that I built using RN-gifted-chat and firebase that you can look at for reference: https://github.com/liplylie/ReactNativeChatImageAudio

Related

React Native - Analysis data from Firebase and display inside app [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 4 years ago.
Improve this question
I am working on a React Native workout app using Firebase.
I would like to perform simple analysis of user data from the database and present them inside the app to the user or through notifications (Cloud Messaging).
Example 1: Notification: For the last 7 days, you have an average of 10 minutes on-screen time browsing the workouts section. Good job!
Example 2: Modal Pop-up: You have been viewing a lot of chest workouts lately, but haven't viewed any leg workouts. Here are some suggestions...
How can I implement such analysis? Is there a built-in, ready to go Machine Learning tool for Firebase and React Native? Are there any alternatives?

Auto update chat system [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 4 years ago.
Improve this question
I am trying to auto update my chat system whenever a user
Types a message but there are no good tutorials on YouTube i can update when a user starts typing but i want it to be live ive tried:
Infinite loops (page crashed) and
When a user Types update (i want it live)
And my page crashed.
I have access to jquery ajax and built in JavaScript ajax.
Thank you.
You can try to work with long polling or comet or web socket features for auto-updating your chat system, while you want to check the user, starts typing or no.

Query related Facebook Integration into your website [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 6 years ago.
Improve this question
I just need to know one thing that is suppose, a user comes to my website and find option to get login using Facebook account then once he login, can i get and save the details of user to my database for communication purposes?
If it's possible then what's the way to implement this feature in php?
..
Good ideas will be welcomed !
Yes, you can implement a "Facebook login" to your website (as you can do it with Twitter, Google+, Steam and much more..).
To do it, you must use the OAuth2 API. You can do it with JavaScript or PHP.
Check this link, it can help you.
I hope it helps you.

Create a mac and windows app that opens local html and javascript pages [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
I am having the hardest time heading this in the direction I want.
I want to create web apps that will open locally separate from a browser. The app needs to be able to access the internet for database stuff but I want the ability to be able to download and run extra javascript and html code from within the app on the user request.
What web views exist so that I can make this easy?
I think you might be looking for something like:
TideSDK
node-webkit
Adobe AIR
http://clintberry.com/2013/html5-apps-desktop-2013/ is a comparison of some of these and and other solutions.

Is there a way to control an email service like yahoo using javascript? [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 8 years ago.
Improve this question
I am making an open-source addon for firefox and chrome called and I am wondering if there is a way to control an email service like yahoo using javascript?
You can control the look of the page and probably (although I cannot be sure) send and edit messages without having to use the on-page buttons, but you cannot do server-side stuff such as logging into an account from a page without a log-in on it or sending a message from a page other than the email sending page. If you have any specific questions about controlling one specific thing, please add them in the comments, and I may answer them.

Categories