Always requests a custom token from API #8192
theobouwman
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I assumed that after the first login the token used for authentication would be reused instead of requesting a custom token each time? Or am I wrong on this?
I'm using firebase with custom token signin from our API. But, it is kinda slow in my opinion, takes 2,8-3,2 seconds. Our custom API responds within 200ms with the custom token.
We would like to have a login time of maximum 1 second.
My
RootNavigator.tsx
:Beta Was this translation helpful? Give feedback.
All reactions