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

Example "Reactive & Live Selectors (Mango Queries)" not working #31

Open
BananaAcid opened this issue Aug 18, 2019 · 1 comment
Open
Labels

Comments

@BananaAcid
Copy link

BananaAcid commented Aug 18, 2019

Mixing the first Example with the "Reactive & Live Selectors (Mango Queries)", self.peopleInOtherDatabase is always []

self.todos is filled as it should.

Are there any other requirements? is .sync( ...todos ) not establishing the connection to be used for all databases, even with the database: option? (at least the _users should return the currently logged in user's related entry)

Explaining this at the readme would be great.

@BananaAcid
Copy link
Author

BananaAcid commented Aug 18, 2019

... please add to the docs, something along these lines: "using a string, you need to use the full URL to the database (server, optionally port, the database name). The database name is not enough. It is handled as a new connection - your default DB URL is not used."

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

No branches or pull requests

2 participants