Replies: 4 comments
|
Your question is not clear enough for me I’m afraid. |
0 replies
|
I'll try to describe: Some code here: |
0 replies
|
This is not a promise question, is an architecture question. |
0 replies
|
It is not clear to me still, one does not “call” a promise. Try reading our documentation. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hello! Could you provide any idea of how to decide which promises should I use according to local data?
For example: I have to register user this is promise No.1, also I have promise No.2 for sending his Push notifications token to server. The problem is how to call fulfilling promises No.1 & No.2 if I have enough data for promise No.2 and how to call just No.1 when I haven't data for promise No.2?
Should I use nested closures such as:
Big Thanks!
All reactions