In my scenario I would use firebase-queue with synchronous-like use case such as user registration. For example: 1. Client post registration task in the queue with user registration data 2. Backend process the task in the queue How the client can read things such as userId or creation errors?
In my scenario I would use firebase-queue with synchronous-like use case such as user registration.
For example:
How the client can read things such as userId or creation errors?