Skip to content
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

Firebase/Firestore #190

Closed
sengoontoh opened this issue Oct 19, 2019 · 3 comments
Closed

Firebase/Firestore #190

sengoontoh opened this issue Oct 19, 2019 · 3 comments
Labels
feature request New feature request

Comments

@sengoontoh
Copy link

Any chance we will get full-fledged realtime and firestore capabilities through these native libraries? The Javascript version of firestore are just not up to task due to their dependence on IndexedDB.

@dpa99c dpa99c added the feature request New feature request label Oct 24, 2019
@dpa99c
Copy link
Owner

dpa99c commented Mar 2, 2020

Firestore support was added in v8.1.0

@dpa99c dpa99c closed this as completed Mar 2, 2020
@sengoontoh
Copy link
Author

Sweet! Any way of adding hooks to update events?

@dpa99c
Copy link
Owner

dpa99c commented Mar 3, 2020

Do you mean Realtime listeners?
I had considered implementing them initially but it is not simple because I'd need to manage a map of the JS callback to the native listener. This could be added as an additional feature but would take some time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature request
Projects
None yet
Development

No branches or pull requests

2 participants