You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tutorials/client/firestore.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
When writing unit tests with Firebase Mock, you'll typically want to focus on covering one of two scenarios:
4
4
5
5
1. Your client receives data from Firestore using a method like `get`
6
-
2. Your client writes data to Firestore using a method like `set` or `update`
6
+
2. Your client writes data to Firestore using a method like `set`, `create` or `update`
7
7
8
8
While your application almost certainly does both reading and writing to Firestore, each test should try to cover as small a unit of functionality as possible.
0 commit comments