Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9b18a3 commit f0398d6Copy full SHA for f0398d6
firestore/app/src/main/java/com/google/example/firestore/kotlin/DocSnippets.kt
@@ -152,7 +152,7 @@ abstract class DocSnippets(val db: FirebaseFirestore) {
152
val user = HashMap<String, Any>()
153
user["first"] = "Alan"
154
user["middle"] = "Mathison"
155
- user["last"] = "Turring"
+ user["last"] = "Turing"
156
user["born"] = 1912
157
158
// Add a new document with a generated ID
0 commit comments