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

Ruby Firebase REST API client built on top of rest-core

Results 4 rest-firebase issues
Sort by recently updated
recently updated
newest added

On Firebase 3.0 I get an error `"Missing claim 'kid' in auth header."` Apparently now Firebase requires private key's id supplied with claims.

Firebase 3

From the firebase admin console I can download a JSON file which contains all the informatoin needed for auth. Is there a way to directly use it here? Thanks

help

I am trying to integrate firebase and I used this code in config/initializers/firebase.rb ``` require 'rest-firebase' f = RestFirebase.new :site => 'https://xxxx-11111.firebaseio.com/', :secret => 'xxxxx1651x1xxx61x16x616xxxx', :d => {:auth_data => 'something'},...

help

This gem fails on CI due to segmentation faults arising from the Ruby compiler. You can see the problem in this 2.4 Travis build for the gem. https://travis-ci.org/CodementorIO/rest-firebase/jobs/296898566

bug