-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I need a little help from you In Server #3
Comments
Hello, |
thank you for your response |
Oh, I see. What I can advice you is to:
|
thank you so so much bro |
Hey. I tried out the sample and it is working great. Can I deploy my SignalR asp.net app ONLY on Azure? Can I not deploy it to any other online asp.net web server? Thanks. |
Hello, of course you can deploy it on any server that has a linux, windows or macos OS. ASP.net core runs on all of these, and Signalr does too. |
Hi Damien,
Good evening.
I got your message and I have actually gone ahead to create my SignalRChat API and have hosted it on Microsoft Azure and also on Smarterasp.net. Both deployments appear to be working as they should be.
How do I then integrate the SignalrChat API with your freechat solution?
Thanks.
MD Idiake
Chief Promoter of 234Aproko Kia-Kia Lost & Found Service and Goodnewsradio.ng
Sent from Mail for Windows
From: Damien Doumer
Sent: Thursday, July 7, 2022 9:59 AM
To: DamienDoumer/freechat
Cc: aproko234; Comment
Subject: Re: [DamienDoumer/freechat] I need a little help from you In Server (#3)
Hello, of course you can deploy it on any server that has a linux, windows or macos OS. ASP.net core runs on all of these, and Signalr does too.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you commented.Message ID: ***@***.***>
|
Hi @aproko234 , Here is good article about signalR on Xamarin Forms: https://git-commit.net/using-signalr-in-asp-net-core-6-xamarin-forms-with-google-provider-in-firebase-auth/ |
Ok.
I will revert once I have further issues.
Thanks.
MD Idiake
Chief Promoter of 234Aproko Kia-Kia Lost & Found Service and Goodnewsradio.ng
Sent from Mail for Windows
From: Damien Doumer
Sent: Saturday, July 9, 2022 10:31 PM
To: DamienDoumer/freechat
Cc: aproko234; Mention
Subject: Re: [DamienDoumer/freechat] I need a little help from you In Server (#3)
Hi @aproko234 ,
Here is good article about signalR on Xamarin Forms: https://git-commit.net/using-signalr-in-asp-net-core-6-xamarin-forms-with-google-provider-in-firebase-auth/
You can just follow what it says about integrating Signalr and create a chat hub, then listen to messages as you wish. You'll have to make some events to listen to new messages and update the UI.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Hi Damien,
I am trying to integrate your FreeChat solution to the app I am building and I am having issues.
What would be the best way to do this?
Do I add your solution (the four projects) to my solution (as is) making it a total of 7 projects or do I manually add in all the aspects of your solution into my solution (by creating relevant folders and copying in the .xaml and .cs files)?
I have actually tried both and I m unable to proceed.
I am getting this error: **System.NullReferenceException:** 'Object reference not set to an instance of an object.' At the point the FloatingButton.xaml is being initialized on the Android Emulator.
Do I send you my source code?
Thanks.
MD Idiake
Chief Promoter of 234Aproko Kia-Kia Lost & Found Service and Goodnewsradio.ng
Sent from Mail for Windows
From: MD Idiake
Sent: Sunday, July 10, 2022 5:04 PM
To: DamienDoumer/freechat
Subject: RE: [DamienDoumer/freechat] I need a little help from you In Server (#3)
Ok.
I will revert once I have further issues.
Thanks.
MD Idiake
Chief Promoter of 234Aproko Kia-Kia Lost & Found Service and Goodnewsradio.ng
Sent from Mail for Windows
From: Damien Doumer
Sent: Saturday, July 9, 2022 10:31 PM
To: DamienDoumer/freechat
Cc: aproko234; Mention
Subject: Re: [DamienDoumer/freechat] I need a little help from you In Server (#3)
Hi @aproko234 ,
Here is good article about signalR on Xamarin Forms: https://git-commit.net/using-signalr-in-asp-net-core-6-xamarin-forms-with-google-provider-in-firebase-auth/
You can just follow what it says about integrating Signalr and create a chat hub, then listen to messages as you wish. You'll have to make some events to listen to new messages and update the UI.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Hello @aproko234, What you should do is just inspire yourself from my implementation of the Chat App. |
first, thank you a lot for your repo
I need to do the same thing in my app but I am stuck in asp core and related between the app so if you have a Suggestion or docs that will be helpful for me I will so grateful
The text was updated successfully, but these errors were encountered: