MarkEdmondson1234 / googleAuthR

Google API Client Library for R. Easy authentication and help to build Google API R libraries with OAuth2. Shiny compatible.
https://code.markedmondson.me/googleAuthR
Other
175 stars 54 forks source link

Does this package use google services soon to be deprecated? #225

Open Mush-A opened 1 year ago

Mush-A commented 1 year ago

The older Google Sign-In JavaScript platform library for Web is set to be deprecated after March 31, 2023.

Does this package rely on any of the soon-to-be-deprecated services or libraries?

MarkEdmondson1234 commented 1 year ago

Yes, please look at gargle or the firebase library for more modern authentication.

Mush-A commented 1 year ago

Thank you, I will look into Gargle.

The Firebase library that is available for R seems to be not maintained and is removed from CRAN. It also seems like it cannot be downloaded through remotes::install_github("JohnCoene/firebase@packer") either as it gives off errors.