Skip to content

Instantly share code, notes, and snippets.

@ryanmats
Created March 16, 2018 20:36
Show Gist options
  • Save ryanmats/8c1673a90de3d07db9c156f0352dd07b to your computer and use it in GitHub Desktop.
Save ryanmats/8c1673a90de3d07db9c156f0352dd07b to your computer and use it in GitHub Desktop.
QuickStartFirestore.csproj - Calling SnapshotAsync on Collection Reference
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp2.0</TargetFramework>
<StartupObject>GoogleCloudSamples.QuickStartFirestoreProgram</StartupObject>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="CommandLineParser" Version="2.1.1-beta" />
<PackageReference Include="Google.Cloud.Firestore" Version="1.0.0-beta02" />
</ItemGroup>
</Project>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment