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 8356712 commit d2449b1Copy full SHA for d2449b1
constants/firebase.js
@@ -1,4 +1,4 @@
1
-const BATCH_SIZE_IN_CLAUSE = 30;
+const BATCH_SIZE_IN_CLAUSE = 30; // since only 30 comparision values are allowed in 'in' clause
2
3
module.exports = {
4
BATCH_SIZE_IN_CLAUSE,
0 commit comments