File tree Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Original file line number Diff line number Diff line change 1
1
# Unreleased
2
- - [ feature] Added ` Query.whereNotIn() ` and ` Query.whereNotEqualTo() ` query
3
- operators. ` Query.whereNotIn() ` finds documents where a specified field’s
4
- value is not in a specified array. ` Query.whereNotEqualTo() ` finds
5
- documents where a specified field's value does not equal the specified value.
6
- Neither query operator will match documents where the specified field is not
7
- present.
2
+
3
+ # 21.6.1
4
+ - [ changed] Added new internal HTTP headers to the gRPC connection.
8
5
9
6
# 21.6.0
10
7
- [ fixed] Removed a delay that may have prevented Firestore from immediately
14
11
to the backend immediately after a user signed in.
15
12
- [ feature] Cloud Firestore now supports connecting to a local emulator via
16
13
` FirebaseFirestore#useEmulator() `
14
+ - [ feature] Added ` Query.whereNotIn() ` and ` Query.whereNotEqualTo() ` query
15
+ operators. ` Query.whereNotIn() ` finds documents where a specified field’s
16
+ value is not in a specified array. ` Query.whereNotEqualTo() ` finds
17
+ documents where a specified field's value does not equal the specified value.
18
+ Neither query operator will match documents where the specified field is not
19
+ present.
17
20
18
21
# 21.4.3
19
22
- [ changed] Firestore now limits the number of concurrent document lookups it
You can’t perform that action at this time.
0 commit comments