fschuindt/firebase_id_token

redis should not initiated on configuration

saiqulhaq opened this issue · 2 comments

my docker couldn't build my app because it doesn't redis locally

it works after I modified configuration file
hungryhub-team@9087203

@saiqulhaq Have you tried to:

FirebaseIdToken.configure do |config|
  config.redis = nil
end

in your code some time before the Docker build?

Then later pass it again with a valid Redis connection you may have.

Does this works?

Implemented here.

Versions greater than 2.5.2 will no longer default to Redis.new.