Hi, I have initialized a new ionic / react / capacitor app with the latest versions. I have a simple auth page that needs a button to sign in with google. I am using firebase auth for my project, and it works with no issue when I run the app on my web browser.
Once I compile to iOS, this no longer works. It seems like I have a few potential options, but I am seeking the community recommended way to do this seemingly very simple app feature. Here are some options I have found that look promising:
If you have personally implemented this feature before with Firebase auth, would love to know how you went about it before I sink hours into trying to get a scuffed version set up. Thanks!