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 ededa71 commit a5ec03bCopy full SHA for a5ec03b
packages/firestore/src/lite-api/expressions.ts
@@ -5868,10 +5868,10 @@ export function strConcat(
5868
* ```
5869
*
5870
* @param fieldName The field name of the map field.
5871
- * @param subField The key to access in the map.
+ * @param key The key to access in the map.
5872
* @return A new {@code Expr} representing the value associated with the given key in the map.
5873
*/
5874
-export function mapGet(fieldName: string, subField: string): FunctionExpr;
+export function mapGet(fieldName: string, key: string): FunctionExpr;
5875
5876
/**
5877
* @beta
0 commit comments