How to limit the time of a query to Firebase?

Asked

Viewed 30 times

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.

  • 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.

  • You can set an initial value for a variable, when the request to firebase finishes, then this variable will be updated

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.