firebase-ruby
firebase-ruby copied to clipboard
JSON encode orderBy, equalTo, startsAt, endsAt
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.
For more details, check out https://github.com/CodementorIO/rest-firebase/issues/2
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!