-
Notifications
You must be signed in to change notification settings - Fork 585
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Match types for User#callFunction implementation across platforms #4840
Conversation
4331346
to
27df2ca
Compare
27df2ca
to
b31a3fe
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. But if it is only documentation changes, it is a breaking change?
@kneth If we removed |
b31a3fe
to
ff01c8c
Compare
051d985
to
8652c05
Compare
@kneth Went over this with @kraenhansen. This is a breaking change, as it changes the
|
bb86d26
to
88a1fea
Compare
bd551c6
to
bb8ce55
Compare
88a1fea
to
08b616a
Compare
6ca614e
to
74f2158
Compare
74f2158
to
369058c
Compare
The positional argument functions have been removed and now only the object arguments are accepted.
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); ```
Co-authored-by: Kræn Hansen <[email protected]>
369058c
to
4d9d71d
Compare
) * 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 <[email protected]> Co-authored-by: Kræn Hansen <[email protected]>
) * 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 <[email protected]> Co-authored-by: Kræn Hansen <[email protected]>
) * 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 <[email protected]> Co-authored-by: Kræn Hansen <[email protected]>
What, How & Why?
The unifies the call signature of
User#callFunction
across all documentationand platforms.
This closes #3733
☑️ ToDos
Compatibility
label is updated or copied from previous entrypackage.json
s (if updating internal packages)Breaking
label has been applied or is not necessaryIf this PR adds or changes public API's: