Skip to content

Instantly share code, notes, and snippets.

@ryanmats
Created March 16, 2018 20:40
Show Gist options
  • Save ryanmats/04a49f75b8806550175a8d8542d2d0fb to your computer and use it in GitHub Desktop.
Save ryanmats/04a49f75b8806550175a8d8542d2d0fb to your computer and use it in GitHub Desktop.
Calling GetSnapshotAsync on Collection Reference - Error Message
Program.cs(77,53): error CS1061: 'CollectionReference' does not contain a definition for 'GetSnapshotAsync' and no extension method 'GetSnapshotAsync' accepting a first argument of type 'CollectionReference' could be found (are you missing a using directive or an assembly reference?) [/Users/ryanmats/testing/dotnet-docs-samples/firestore/api/QuickStartFirestore/QuickStartFirestore.csproj]
The build failed. Please fix the build errors and run again.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment