In my scenario I would use firebase-queue with synchronous-like use case such as user registration.
For example:
- Client post registration task in the queue with user registration data
- 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?