0
I would like to know how to limit the time of requests to firebase or even cancel the ongoing consultation if there is delay in the bank’s reply.
0
I would like to know how to limit the time of requests to firebase or even cancel the ongoing consultation if there is delay in the bank’s reply.
Browser other questions tagged android firebase
You are not signed in. Login or sign up in order to post.
Queries in Firebase are performed asynchronously. Unfortunately, it still does not offer a way to do this. And I doubt it’s possible to implement such a thing because of the asynchronous.
– Rosário Pereira Fernandes
You can set an initial value for a variable, when the request to firebase finishes, then this variable will be updated
– Costamilam