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

Ruby wrapper for Firebase

Results 11 firebase-ruby issues
Sort by recently updated
recently updated
newest added

Hi all, I am able to connect to Realtime databases, and work with them normally, but I am unable to connect to the "Firestore database". I have provided the URL...

I fork this gem to use it not for only Firebase DB. But your scope hardcoded only these permissions. I wanna make it more flexible.

Push is working fine, but little documentation for set, update, delete will really help as it confusing that what is path and query_options etc?

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.

Hi, I have a Gemfile with: gem 'firebase' after bundle install, when I type: require 'firebase' I get: ``` irb(main):001:0> require 'firebase' LoadError: cannot load such file -- firebase ```...

We’re switching from a Hurley/Faraday-based mechanism to the firebase-ruby gem because it provides a REALLY nice interface for the new auth mechanism without me actually having to do a lot...

the auto-detection doesn't work. need a parameter that lets you force use the old auth secret or the new admin api pk.

fixes https://github.com/oscardelben/firebase-ruby/issues/87

- Client class moved to a separate file. - New class Request created to handle http interactions with firebase.

Hi, I'm trying to push multiple objects using one requests but I couldn't fin a way to do this using this gem. [See this SO question for reference](https://stackoverflow.com/questions/43119224/push-multiple-objects-at-once), it's in...