You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The code works, in the second observeDocumentRef I can see the Log with the data, but I want to know if this form is correct. I have no knowledge of RXJava and I do not know if making calls like this with this library could give a problem. If not correct, how can I safely make nested calls?
The text was updated successfully, but these errors were encountered:
Thanks for this tool. It is very useful especially for those of us who have little knowledge of RXJava.
In my case I need to make nested calls: read a first document where I have the reference to another document.
I am doing it like this:
The code works, in the second
observeDocumentRef
I can see the Log with the data, but I want to know if this form is correct. I have no knowledge of RXJava and I do not know if making calls like this with this library could give a problem. If not correct, how can I safely make nested calls?The text was updated successfully, but these errors were encountered: