capacitor-firebase-auth
capacitor-firebase-auth copied to clipboard
Library update
I see that this library now supports capacitor 3.0 But a lot of deprecations have still to be handled in iOS and android. Should we create some PL or create a fork to fix the deprecations?
Hello @alexookah
Please let me know whatever was needed to solve this deprecations, we have two ways:
- Create a PR under the branch
next. - List here whats changes was needed.
Looking forward to hearing from you.
ps: Please, don’t forget the use the next branch to send a PR.
Best regards.
Hello @baumblatt,
Just made A PL which resolves the deprecation for the iOS Plugin which communicates with the new 3.0 Capacitor plugin. Some more stuff that need to be done:
- The android plugin needs to be checked if it needs also to be updated.
- The
GoogleProviderHandler.swiftdoes not work. Because Google has updated the library and needs some refactor. - The xcode project does not contain
AppleProviderHandler.swift, in order to build it would be nice to have the xcode project ready to run. - I noticed that the
podfile.lockandpackage.lockis quite old. Maybe they should be updated.
Hi @alexookah ,
Your PR was merged, and released in version 3.1.2-rc.0 with some package.json reviews.
But after I read this, I add AppleProviderHandler.swift to the project and run pod install.
Everything still working here, event Google SignIn.
The final work is released in version 3.1.2-rc.1.
Best regards.
Hi @baumblatt,
Thanks for reviewing my PR and merging it.
About the Google SignIn you have to run pod update in order to get the latest google sign in version.
Look at the following screenshot:

Google sign has been updated and I can’t archive the app currently.
Could you also update firebase to latest version 9 beta in the next version of this package if not in stable version. Currently this project does not work with vite
@baumblatt Just made a PR fixing the google sign in update.
@baumblatt Thanks for the MR about googleSignIn. Last step is to resolve the android capacitor 3.0 changes.
https://capacitorjs.com/docs/updating/plugins/3-0#use-the-new-capacitorplugin-annotation
I tried to check the changes but I really am not sure how to resolve some changes (I am an iOS developer). Can you check them out to close this issue?