firebase-ruby icon indicating copy to clipboard operation
firebase-ruby copied to clipboard

JSON encode orderBy, equalTo, startsAt, endsAt

Open mrozbarry opened this issue 9 years ago • 2 comments

Although the documentation is not clear, these values need to have .to_json (or equivalent) applied to their values, otherwise you get an API error while querying a collection.

mrozbarry avatar May 03 '16 20:05 mrozbarry

For more details, check out https://github.com/CodementorIO/rest-firebase/issues/2

mrozbarry avatar May 03 '16 20:05 mrozbarry

Although the documentation is not clear, these values need to have .to_json (or equivalent) applied to their values, otherwise you get an API error while querying a collection.

Thank you bro!

luizcarvalho avatar Mar 21 '19 19:03 luizcarvalho