Created
March 16, 2018 20:40
-
-
Save ryanmats/04a49f75b8806550175a8d8542d2d0fb to your computer and use it in GitHub Desktop.
Calling GetSnapshotAsync on Collection Reference - Error Message
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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