-
Notifications
You must be signed in to change notification settings - Fork 375
New issue
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
Add RxJs #511
Comments
I found a few problems with this issue:
|
@polRk Thanks for sending this over! We do not have any immediate plans to add native support for Rx, but we will consider it in the future. Our API should already be usable with the Observer pattern, but it is true that you do have to jump through some hoops (as shown in your code snippet). If anyone else would like to see better support in either the Admin SDK or the Mobile SDK, please do let us know. |
I'm going to close this since I don't see any pending action items for this repo. If Rx support is ever implemented for Firestore, it should be done in https://github.com/googleapis/nodejs-firestore where the Firestore code lives. |
Я предлагаю добавить возможность работать с Observeble.
I suggest adding the ability to work with Observeble.
Now i can use rxjs wrapper, but it's not cool
The text was updated successfully, but these errors were encountered: