-
Notifications
You must be signed in to change notification settings - Fork 627
Update to latest GoogleSignIn library #743
Comments
+1 I'm looking for a solution with the last version because I need to use it within emulator and it doesn't work with M1 mac |
@pghoratiu in order to use the latest GoogleSignIn Library (and to emulate with mac m1), I had to use another library with capacitor (https://github.com/CodetrixStudio/CapacitorGoogleAuth) Like you can see here : https://github.com/CodetrixStudio/CapacitorGoogleAuth/blob/master/ios/Podfile#L9 However, you need to use capacitor instead of cordova. By the way, currently the latest version is not availabile on npm. So if you want the latest version, you have to put the following into your package.json : By then that will be available on npm (I guess), but today it's not the case. Good luck ! |
Is there a solution for this? I mean for projects that work with Cordova. |
@adelabd Thanks for your suggestion however that won't work for us as we are working with cordova currently and we do not plan to change. |
@pghoratiu and everyone else - did you get anywhere with this? We are also stuck on Cordova. @EddyVerbruggen |
We have built internally a version, still fixing some bugs on it. The code will be provided as is without technical support of any sorts and no ionic-native integration (using the cordova calls directly). |
@AntGe @anthonnyc2 I have pushed the plugin which we use internally, it is provided as is, no strings attached and no support. Plugin Source Code: https://github.com/russmedia-digital/cordova-plugin-google-signin What is supported:
For integration use the cordova calls directly, no ionic-native wrapper supported at this moment and there are no plans to support it. |
Bless you @pghoratiu !!! <3 |
Thanks but I can not assume credit, it's a commissioned work completed by @liyamahendra |
Thank you @pghoratiu ! :-) |
The GoogleSignin library is out of date, there is a new one available:
https://github.com/google/GoogleSignIn-iOS/releases
https://developers.google.com/identity/sign-in/ios/quick-migration-guide
Is there a fork or another cordova plugin that integrates this version?
The text was updated successfully, but these errors were encountered: