getCurrentUser does not return offline #566
Labels
android
Relates to Android platform
bug
Something isn't working properly
runtime issue
An issue related to app runtime
getCurrentUser does not work offline because it makes a call to getIdToken(true) requesting a refresh of the Id Token. This only works online.
I was expecting getCurrentUser to work offline because according to the docs, it says it gets data from local cache. It's also a convenient mechanism to check details of the current logged in user even while offline.
The text was updated successfully, but these errors were encountered: