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: packages/cloud_firestore/cloud_firestore_platform_interface/lib/src/platform_interface/platform_interface_query.dart
+1-3Lines changed: 1 addition & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -37,9 +37,7 @@ abstract class QueryPlatform extends PlatformInterface {
37
37
/// the object in which it's going to delegate calls has been
38
38
/// constructed properly.
39
39
staticvoidverify(QueryPlatform instance) {
40
-
if (instance is!CollectionReferencePlatform) {
41
-
PlatformInterface.verify(instance, _token);
42
-
}
40
+
PlatformInterface.verify(instance, _token);
43
41
}
44
42
45
43
/// The [FirebaseFirestorePlatform] interface for this current query.
0 commit comments