This repository was archived by the owner on Mar 17, 2025. It is now read-only.

Description
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?