Replies: 1 comment
-
Just started working again, idk, maybe services were down for like an hour - in fact didn't change anything i wasn't even working |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the problem
I've setup Apple Sign in with Firebase according to https://firebase.google.com/docs/auth/ios/apple#configure-sign-in-with-apple.
When i sign in, i can even see a new user in the firebase users tables.
But whenever i try to revoke the apple token, the call gets never awaited, its just stuck and i don't get any error or timeout.
Steps to reproduce
Steps to reproduce the behavior:
Expected behavior
Should return anything if not an error
Since i am pretty new to all that stuff, i am probably messing this up somehow, would appreciate any help
Beta Was this translation helpful? Give feedback.
All reactions