-
Notifications
You must be signed in to change notification settings - Fork 87
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
Atlas functions support #973
Conversation
Pull Request Test Coverage Report for Build 3281195557
💛 - Coveralls |
Pull Request Test Coverage Report for Build 3319315066
💛 - Coveralls |
(cherry picked from commit b9b0a4e)
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.
api doc seems off
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
Co-authored-by: Nikola Irinchev <[email protected]>
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.
Lets init FunctionsClient lazily
Co-authored-by: blagoev <[email protected]>
revert suggested lazy init
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.
I have some questions regarding support for cancellation
Implements
FunctionsClient
with methodcall
that gives a possibility to call Atlas App Function from Realm Dart SDK with a logged in user and to get its result.Fixes: #812