fcm icon indicating copy to clipboard operation
fcm copied to clipboard

can not load such file googleauth

Open Anandshr opened this issue 4 years ago • 3 comments

When I am installing fcm version 1.0.7 getting this error when I used to start rails server can not load such file google auth...

Anandshr avatar Mar 10 '22 13:03 Anandshr

Can you show the output of bundle add fcm

It should have the following

...
Installing os 1.1.4
Installing signet 0.16.1
Fetching googleauth 1.1.2
Installing googleauth 1.1.2
Fetching fcm 1.0.7
Installing fcm 1.0.7

sabman avatar Mar 10 '22 14:03 sabman

Hey @Anandshr did you setup the GOOGLE_APPLICATION_CREDENTIALS_PATH ?

smaziano avatar Apr 01 '22 17:04 smaziano

I am also facing the same issue, my FCM gem version being installed is 1.0.5 and I don't see the required dependencies, installed with FCM gem, being listed in the gemfile here.

fahad-abbas9 avatar May 27 '22 11:05 fahad-abbas9

I installed googleauth gem and it worked

The gem: gem 'googleauth'

rafaeljcadena avatar Sep 14 '22 13:09 rafaeljcadena