@@learntechnologies9037 can that be the name or url of my personal website I mean webhost. How can I host the files in my Personal Website and which files to host?
Hello sir, i need a small help from you, as i am getting my sent message in receive side in the chat, as i have use converter it wont able to convert where the message is from sender it should not recive the send message. Please guide me sir
@@learntechnologies9037 After starting both emulators and deploying the app to both, they each have their own instance and I'm also not able to debug. What should be the steps to be able to run both emulators and have them share the same hub while being able to debug 1 of them? Is this possible?
So run both of emulators. After that run the asp.net project and finally run applications. You can run one of the 2 applications in debug mode and make sur in chatservice that you putted the right url for your ChatHub. You can also test the succes of connection in method OnConnect
@@learntechnologies9037 I've tried and I still have 2 separate apps running that don't interact with each other. 1 in debug mode on an emulator (i can step through the code on this), and 1 deployed to the other emulator. I'll try again another time. It shouldn't be this hard. Thanks for your help. Feel free to make a video on this if you have time. No one else covers this topic. Also, a video debugging with a real device would be awesome too. Thanks again.
Hi, great video, can you do somthing like this but to save messages and users in database.
I'm working on, it will be released next week
@@learntechnologies9037 thank you !
ua-cam.com/video/4ga7RM68fGI/v-deo.html
@@learntechnologies9037 thank you
thanks for your videos, it help me a lot
Great Video, thanks
This tutorial deserves a like! My question is what are the sign in credentials or rather where is the data stored?
Hello
Thx a lot. Database needs to be generated. Run the web api and use swagger to populat it
can you this app join by firebase?
thanks you for this video , Does this video have two parts? Please learn how to make a complete app like Telegram or Instagram
Yeah, in the part 2, we ll see how to manage connected users, groups and how to save the discussion in database
When will this part2 be released ?
Next week ;)
ua-cam.com/video/4ga7RM68fGI/v-deo.html
Can you show how you made the swagger Chatapp webapi, I never used swagger before.
Hello
You can see the code on GitHub
@@learntechnologies9037 what's the name of the file
where can I get the hub connection URL and how to use it globally? I mean host it somewhere else rather than local machine
You change the localhost by your domain name.
@@learntechnologies9037 can that be the name or url of my personal website I mean webhost. How can I host the files in my Personal Website and which files to host?
Can this work when the mobile phone is in background (the app screen is off) or it only work when the app is in foreground mode (app active) ?
For background you need to use push notification firebase.
@@learntechnologies9037 thank you!
Hello sir, i need a small help from you, as i am getting my sent message in receive side in the chat, as i have use converter it wont able to convert where the message is from sender it should not recive the send message. Please guide me sir
Make a break point in web api side and see if the sender name is really sent correctly. Maybe a bug in my code 🤔
Is this issue got resolved?
I have downloaded the whole code from github it is asking me for login id and password what we have to give there to go inside ??
You have to use the web api swagger to insert your owen login pwd
How do you actually run 2 emulators? Starting a new instance closes down the previous one. How do you get this to work?
Hello,
You have to create 2 different instances of simulator and run one after one. Deploy your application on both.
@@learntechnologies9037 After starting both emulators and deploying the app to both, they each have their own instance and I'm also not able to debug. What should be the steps to be able to run both emulators and have them share the same hub while being able to debug 1 of them? Is this possible?
You can run debug only on one simulator. Make sure that the signalr project is running
So run both of emulators. After that run the asp.net project and finally run applications.
You can run one of the 2 applications in debug mode and make sur in chatservice that you putted the right url for your ChatHub.
You can also test the succes of connection in method OnConnect
@@learntechnologies9037 I've tried and I still have 2 separate apps running that don't interact with each other. 1 in debug mode on an emulator (i can step through the code on this), and 1 deployed to the other emulator. I'll try again another time. It shouldn't be this hard. Thanks for your help. Feel free to make a video on this if you have time. No one else covers this topic. Also, a video debugging with a real device would be awesome too.
Thanks again.
Singlr doesnt scale though ur better using something like twillio for this