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

Low performance on querying data #34

Open
nhim175 opened this issue Dec 3, 2016 · 1 comment
Open

Low performance on querying data #34

nhim175 opened this issue Dec 3, 2016 · 1 comment

Comments

@nhim175
Copy link

nhim175 commented Dec 3, 2016

It seems like when we do a findAll with some query conditions, it will load the whole data from that collection and filter them on the client side. This is not scalable.

I know this is because Firebase doesn't support complex query. Therefore I don't recommend using this adapter...

@jmdobry
Copy link
Member

jmdobry commented Dec 12, 2016

Yeah, right now the Firebase adapter is great for use cases where you have a small amount of data, such as app settings, user profiles, etc. Not great for data that grows a lot. There might be some improvements that can be made to this adapter to improve query time, I'll investigate.

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

No branches or pull requests

2 participants