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
I have tried cleaning the project, using get() to check that it isn't a general problem accessing the database, but haven't been able to find any further clue.
The relevant part of the db rule is ".read": "query.orderByChild == 'activeSessionId' && query.startAt == '\u0000' && query.endAt == '\uFFFF'"
Has anyone run into this, or knows if maybe I am building the query incorrectly? Thank you.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
While trying to migrate a query from Typescript to Dart I have been receiving the following exception:
Sample code: (sample app https://github.com/juaoose/db_sample)
I have tried cleaning the project, using
get()
to check that it isn't a general problem accessing the database, but haven't been able to find any further clue.The relevant part of the db rule is
".read": "query.orderByChild == 'activeSessionId' && query.startAt == '\u0000' && query.endAt == '\uFFFF'"
Has anyone run into this, or knows if maybe I am building the query incorrectly? Thank you.
Beta Was this translation helpful? Give feedback.
All reactions