-
Notifications
You must be signed in to change notification settings - Fork 584
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Match types for User#callFunction implementation across platforms (#4840
) * Remove deprecated EmailPasswordAuth functions (#4842) The positional argument functions have been removed and now only the object arguments are accepted. * Match types for `User#callFunction` implementation across platforms The unifies the call signature of User#callFunction across all documentation and platforms. `callFunction` now has the signature: ```javascript user.callFunction('func', 1, 2, 3); ``` * Update lib/user.js Co-authored-by: Kræn Hansen <kraen.hansen@mongodb.com> Co-authored-by: Kræn Hansen <kraen.hansen@mongodb.com>
- Loading branch information
1 parent
bb8ce55
commit bdc14b7
Showing
8 changed files
with
99 additions
and
297 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.