<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: Blazor CRUD Using Google Cloud Firestore	</title>
	<atom:link href="https://ankitsharmablogs.com/blazor-crud-using-google-cloud-firestore/feed/" rel="self" type="application/rss+xml" />
	<link>https://ankitsharmablogs.com/blazor-crud-using-google-cloud-firestore/</link>
	<description>A .Net hub</description>
	<lastBuildDate>Tue, 06 Apr 2021 03:08:08 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>
		By: Ravi		</title>
		<link>https://ankitsharmablogs.com/blazor-crud-using-google-cloud-firestore/#comment-108624</link>

		<dc:creator><![CDATA[Ravi]]></dc:creator>
		<pubDate>Tue, 06 Apr 2021 03:08:08 +0000</pubDate>
		<guid isPermaLink="false">https://ankitsharmablogs.com/?p=47066#comment-108624</guid>

					<description><![CDATA[This was such an amazing Post! Although I probably will have to read it again and again to grasp everything completely! I was following along great until the “references for JS Interop” part, but you explained it so well that I am sure with the practice this will make perfect sense!]]></description>
			<content:encoded><![CDATA[<p>This was such an amazing Post! Although I probably will have to read it again and again to grasp everything completely! I was following along great until the “references for JS Interop” part, but you explained it so well that I am sure with the practice this will make perfect sense!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Jonas Yde		</title>
		<link>https://ankitsharmablogs.com/blazor-crud-using-google-cloud-firestore/#comment-103549</link>

		<dc:creator><![CDATA[Jonas Yde]]></dc:creator>
		<pubDate>Fri, 16 Oct 2020 08:46:19 +0000</pubDate>
		<guid isPermaLink="false">https://ankitsharmablogs.com/?p=47066#comment-103549</guid>

					<description><![CDATA[Awesome project, i&#039;ve been trying to implement it on my own, but keep getting a 404 error when doing &quot;Http.SendJsonAsync(HttpMethod.Post, &quot;/api/Employee/&quot;, emp);&quot;. I tried putting breakpoints in the server project in the controller/accesslayer to see if they ever get called - and they don&#039;t. It&#039;s like the client project does not speak to the server project when using HttpClient. How do you reference them? Thanks in advance!]]></description>
			<content:encoded><![CDATA[<p>Awesome project, i&#8217;ve been trying to implement it on my own, but keep getting a 404 error when doing &#8220;Http.SendJsonAsync(HttpMethod.Post, &#8220;/api/Employee/&#8221;, emp);&#8221;. I tried putting breakpoints in the server project in the controller/accesslayer to see if they ever get called &#8211; and they don&#8217;t. It&#8217;s like the client project does not speak to the server project when using HttpClient. How do you reference them? Thanks in advance!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ankit Sharma		</title>
		<link>https://ankitsharmablogs.com/blazor-crud-using-google-cloud-firestore/#comment-21501</link>

		<dc:creator><![CDATA[Ankit Sharma]]></dc:creator>
		<pubDate>Wed, 31 Jul 2019 07:14:36 +0000</pubDate>
		<guid isPermaLink="false">https://ankitsharmablogs.com/?p=47066#comment-21501</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://ankitsharmablogs.com/blazor-crud-using-google-cloud-firestore/#comment-20892&quot;&gt;Bidya Sagar&lt;/a&gt;.

I have not tried using Google cloud firestore in a Winform app. I guess the syntax and connection mechanism might be different for the Winform app. Post your issue on SO, you might get a solution.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://ankitsharmablogs.com/blazor-crud-using-google-cloud-firestore/#comment-20892">Bidya Sagar</a>.</p>
<p>I have not tried using Google cloud firestore in a Winform app. I guess the syntax and connection mechanism might be different for the Winform app. Post your issue on SO, you might get a solution.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Bidya Sagar		</title>
		<link>https://ankitsharmablogs.com/blazor-crud-using-google-cloud-firestore/#comment-20892</link>

		<dc:creator><![CDATA[Bidya Sagar]]></dc:creator>
		<pubDate>Mon, 29 Jul 2019 10:32:19 +0000</pubDate>
		<guid isPermaLink="false">https://ankitsharmablogs.com/?p=47066#comment-20892</guid>

					<description><![CDATA[Hello Ankit,

When i am trying to use the same in the WinForms application, it got stuck for more than 2-3 hours in the line QuerySnapshot employeeQuerySnapshot = await employeeQuery.GetSnapshotAsync();

Can you please help me here, i am not getting any error also.]]></description>
			<content:encoded><![CDATA[<p>Hello Ankit,</p>
<p>When i am trying to use the same in the WinForms application, it got stuck for more than 2-3 hours in the line QuerySnapshot employeeQuerySnapshot = await employeeQuery.GetSnapshotAsync();</p>
<p>Can you please help me here, i am not getting any error also.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ankit Sharma		</title>
		<link>https://ankitsharmablogs.com/blazor-crud-using-google-cloud-firestore/#comment-15881</link>

		<dc:creator><![CDATA[Ankit Sharma]]></dc:creator>
		<pubDate>Tue, 21 May 2019 13:22:27 +0000</pubDate>
		<guid isPermaLink="false">https://ankitsharmablogs.com/?p=47066#comment-15881</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://ankitsharmablogs.com/blazor-crud-using-google-cloud-firestore/#comment-15878&quot;&gt;Sohail Gulzar&lt;/a&gt;.

Hi,

Please take a look at (https://ankitsharmablogs.com/hosting-a-blazor-application-on-firebase/) and (https://ankitsharmablogs.com/deploying-a-blazor-application-on-azure/)]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://ankitsharmablogs.com/blazor-crud-using-google-cloud-firestore/#comment-15878">Sohail Gulzar</a>.</p>
<p>Hi,</p>
<p>Please take a look at (<a href="https://ankitsharmablogs.com/hosting-a-blazor-application-on-firebase/" rel="ugc">https://ankitsharmablogs.com/hosting-a-blazor-application-on-firebase/</a>) and (<a href="https://ankitsharmablogs.com/deploying-a-blazor-application-on-azure/" rel="ugc">https://ankitsharmablogs.com/deploying-a-blazor-application-on-azure/</a>)</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Sohail Gulzar		</title>
		<link>https://ankitsharmablogs.com/blazor-crud-using-google-cloud-firestore/#comment-15878</link>

		<dc:creator><![CDATA[Sohail Gulzar]]></dc:creator>
		<pubDate>Tue, 21 May 2019 11:24:09 +0000</pubDate>
		<guid isPermaLink="false">https://ankitsharmablogs.com/?p=47066#comment-15878</guid>

					<description><![CDATA[will you please tell me how to deploy this application on azure or firebase?]]></description>
			<content:encoded><![CDATA[<p>will you please tell me how to deploy this application on azure or firebase?</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/?utm_source=w3tc&utm_medium=footer_comment&utm_campaign=free_plugin

Page Caching using Disk: Enhanced 
Minified using Disk
Database Caching 1/21 queries in 0.021 seconds using Disk (Request-wide modification query)

Served from: ankitsharmablogs.com @ 2026-06-23 11:18:06 by W3 Total Cache
-->