You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
... 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."
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 thedatabase:
option? (at least the_users
should return the currently logged in user's related entry)Explaining this at the readme would be great.
The text was updated successfully, but these errors were encountered: