-
-
Notifications
You must be signed in to change notification settings - Fork 115
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
bug: Not compatible with iOS 16.2 #817
Comments
I've just tested it and I cannot reproduce your issue. It works fine for me on iOS 16. Feel free to debug it yourself and create a PR. |
This issue has been labeled as Please provide a Minimal, Reproducible Example using this template in a public GitHub repository so we can debug the issue. If you have already provided a code snippet and are seeing this message, it is likely that the code snippet was not enough for us to reproduce the issue. |
I'm using version 7 of Capacitor and @capacitor-firebase/authentication and am having the same issue on iOS 17 and 18.
Can someone weigh in on whether the current version still requires the fix mentioned here? I ask because this dates back to Capacitor 3 and there is no mention of this in the current docs. I attempted this change but it did not address the issue. Just adding that I'm using next.js. |
I created a minimal example in next.js. It produces the same error although the app does partially load. I hope this helps either identify a mistake on my end or the cause of the error in just a few files. firebase.js:
auth.js (auth provider):
layout.js:
page.js:
|
I need a minimum, reproducible example as described here. |
Happy to help but in my case the issue may be related to next.js. Do you have a next.js template you would like me to use? |
If it's related to Next.js, then it's probably not an issue with this plugin but with your implementation. We can only provide support for the plugin since our time is limited. That's why we need this minimal, reproducible example. |
We can move this to a separate issue as I feel I strayed from the original bug. It seems even the demo app throws this runtime error so I think it's unrelated. I believe this is an issue with the plugin. [ FirebaseAuthentication ] <CapacitorFirebaseAuthentication.RuntimeError: 0x301286f60> |
I'm not able to reproduce it with the demo app. That's my problem. Feel free to debug it and create a PR. |
Plugin(s)
Version
6.3.1
Platform(s)
Current behavior
The app works perfectly on devices with iOS 17 and 18 but with previous versions, for example 16.2, it shows a blank screen as soon as it starts. In the XCode console I see the following error when starting the application:
[ FirebaseAuthentication ] <CapacitorFirebaseAuthentication.RuntimeError: 0x60000298b8e0>
I need to have support for at least iOS version 16 and this is blocking me from developing and publishing the app.
Expected behavior
That the application starts without problems on iOS versions >=16.
Reproduction
Steps to reproduce
Other information
No response
Capacitor doctor
Before submitting
The text was updated successfully, but these errors were encountered: