You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issues filed here should be about bugs in the code in this repository.
If you have a general question, need help debugging, or fall into some
other category use one of these other channels:
For general technical questions, post a question on StackOverflow
with the firebase tag.
For general Firebase discussion, use the firebase-talk
google group.
For help troubleshooting your application that does not fall under one
of the above categories, reach out to the personalized Firebase support channel.
[REQUIRED] Step 2: Describe your environment
Android Studio version: Ladybug
Firebase Component: Auth
Component version: _____
[REQUIRED] Step 3: Describe the problem
After authenticating the Android app using AppleAuthProvider, the app does not return from the browser due to the taskAffinity configuration. Removing taskAffinity resolves the issue.
Steps to reproduce:
When attempting to authenticate with AppleAuthProvider, the app does not redirect back after a successful login
Hi @rohitsangwan01, thank you for reaching out and reporting the issue. I was able to reproduce the behavior your raised. Let me raise this to our engineers and see what we can do here. Thanks!
[READ] Step 1: Are you in the right place?
Issues filed here should be about bugs in the code in this repository.
If you have a general question, need help debugging, or fall into some
other category use one of these other channels:
with the firebase tag.
google group.
of the above categories, reach out to the personalized
Firebase support channel.
[REQUIRED] Step 2: Describe your environment
[REQUIRED] Step 3: Describe the problem
After authenticating the Android app using AppleAuthProvider, the app does not return from the browser due to the taskAffinity configuration. Removing taskAffinity resolves the issue.
Steps to reproduce:
When attempting to authenticate with AppleAuthProvider, the app does not redirect back after a successful login
Relevant Code:
The text was updated successfully, but these errors were encountered: