We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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?
The text was updated successfully, but these errors were encountered:
I am using a response location where I write a value using the same id as the request. Here you can see an example: https://github.com/kaliberjs/prototypes/blob/master/service-redundancy/services.js#L34
response
id
request
Sorry, something went wrong.
Hey mister @EECOLOR 👋🏻 Thanks for the example! I was researching exactly this topic with request/response in mind. The internet is a small place 😄
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: