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
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
-
I have a real-time database with the following data structure.
From the javascript I can query like this:
Which is giving the required results.
I am trying to do the same on the PHP side. I am using laravel version of this same library.
But this throws an error:
I have the following rule configured:
How can I query to filter conversations that user 28 is participating? PHP Side.
Beta Was this translation helpful? Give feedback.
All reactions