-
Notifications
You must be signed in to change notification settings - Fork 161
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade to Capacitor 6 #355
Conversation
package.json
Outdated
@@ -1,6 +1,6 @@ | |||
{ | |||
"name": "@codetrix-studio/capacitor-google-auth", | |||
"version": "3.4.0-rc.0", | |||
"version": "3.5.0-rc.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thi is already cap6 verision, please change to 3.4.0-rc.1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
I'll have to remember to return #345. |
done |
@KerimM thank you 🔥 |
Hey, sorry I have a question, why are you doing
when that macro needs three params? |
hi @ManuelCostanzo That's not right, can you create a revert PR? |
I follow the migration guide
|
@KerimM maybe need remove only core method like: |
Is there an update regarding this topic? 3.4.0-rc.1 fails @KerimM |
hi @gasci check please v3.4.0-rc.2 |
I confirm that Other community plugins mostly follow this convention. |
done, published 3.4.0-rc.3 |
When will we see this plugin as stable release for capacitor@6, thx you a lot for your work |
I believe it is breaking on M1 computers and there a few major bugs that prevent this plugin to be stable for now. @mburger81 I created issues as I detect them: |
Ok but this issue has as source the @capacitor@6 update? @gasci if yes thats obviously bad, thx for your response |
I believe that is the case. It started to occur after my capacitor6 upgrade for this plugin |
@gasci it seems you have fixed the problem here so we should be able to have a stable release? |
I would say so. Yes, calling the init methods before others fixes the issue. @mburger81 |
@gasci can we have a official release for capacitor@6? I mean at the end of august you can't upload to Gogole Play Store if you don't use Android14+ which means for use to upgrade to capacitor@6. |
Hi, I don't think I have the permissions to do that. Please reach out to the original maintainers. |
@mburger81 you have to test it first |
I tested this version and I am running it without any problems. (3.4.0-rc.4) But please see this issue if you are having issues on tablets and M1 computers: |
closes #354
closes #356