-
Notifications
You must be signed in to change notification settings - Fork 39
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
[Question] Firebase Auth on Android not redirecting back to the app (Intent Issue) #1175
Labels
Comments
I couldn't figure out how to label this issue, so I've labeled it for a human to triage. Hang tight. |
Some logs from logcat from when the browser opens for OAuth login and when it fails with the intent error
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What is your question?
Pretty basic setup, using Apple as OAuth provider for Firebase Auth.
Testing on Android 14 phone, LG v30.
The app opens the apple.com webpage for login and I can login there successfully, but when its supposed to callback firebase URI or revert back to app, it fails to do so.
Earlier, it was automatically opening Playstore to search for my package/bundle code. So I disabled Playstore app to see what was happening.
Upon successful login, the browser redirects to the
intent://firebase.auth/#Intent;scheme=genericidp;package=com.mydomain.app
url but fails to redirect/open the app to handle it with errorERR_UNKNOWN_URL_SCHEME
I am pretty sure its related to the app/config not handling the intent as expected but I have tried everything I could find or think of in last 4 hours of googling around, yet nothing worked.
This is my Merged AndroidManifest.xml
`
`
Firebase Unity SDK Version
12.5.0
Unity editor version
6.0000
Installation Method
.unitypackage
Problematic Firebase Component(s)
Authentication
Other Firebase Component(s) in use
No response
Additional SDKs you are using
No response
Targeted Platform(s)
Android
Unity editor platform
Windows
Scripting Runtime
IL2CPP
Release Distribution Type
Pre-built SDK from https://firebase.google.com/download/unity
The text was updated successfully, but these errors were encountered: