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
I'm experiencing an issue with Firebase AppCheck token retrieval on iOS. The process is taking between 300ms to 500ms, which seems unusually slow. Here are the key points:
This slow retrieval is only occurring on iOS devices.
On Android, the initial token retrieval takes some time, but subsequent retrievals are much faster (1ms to 10ms).
The slow retrieval on iOS happens even when fetching the same token (which should be cached).
This behavior is consistent across both the simulator and real devices in release mode.
Is this considered normal performance for Firebase AppCheck on iOS? The stark difference between iOS and Android performance is concerning, especially given that cached tokens are also retrieved slowly on iOS.
Has anyone else encountered similar issues or have insights into why this might be happening? Any suggestions for improving the token retrieval speed on iOS would be greatly appreciated.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm experiencing an issue with Firebase AppCheck token retrieval on iOS. The process is taking between 300ms to 500ms, which seems unusually slow. Here are the key points:
This slow retrieval is only occurring on iOS devices.
On Android, the initial token retrieval takes some time, but subsequent retrievals are much faster (1ms to 10ms).
The slow retrieval on iOS happens even when fetching the same token (which should be cached).
This behavior is consistent across both the simulator and real devices in release mode.
Is this considered normal performance for Firebase AppCheck on iOS? The stark difference between iOS and Android performance is concerning, especially given that cached tokens are also retrieved slowly on iOS.
Has anyone else encountered similar issues or have insights into why this might be happening? Any suggestions for improving the token retrieval speed on iOS would be greatly appreciated.
Beta Was this translation helpful? Give feedback.
All reactions