Anyone else seeing issues adding or removing bookm...
# confetti
j
Anyone else seeing issues adding or removing bookmarks in latest version?
hmm, that was with play store version. I tried with version built locally and worked fine...
and uninstaled/reinstalled play store version and also worked fine again
y
What sort of issues?
j
it wasn't working...it would show error if I tried to do either
y
I noticed a lot of issues with auth tokens expiring, so it could be log out and login fixed it?
j
might also be reason notifications didn't seem to work here....will try that again now
how long to those auth tokens last?
y
I hope long, but I'm not sure.
There are some methods to check auth token, if we have some developer mode, I might add it to a hidden option to see that.
m
I think 1h for idTokens but my understanding was that it was refreshed in the background by firebase
There are some backend errors. I'll tweak it to return 401 and retry with
forceRefresh = true
in that case
And then retry in clients
y
settings.webm
m
Nice!
So if you wait and go back to these settings 1 hour later, it does not auto refresh? Calling
idToken(true)
is required?
y
I'm not sure yet, but I want to be able to tell from my wrist.
That test account has a short expiry.
m
How did you do that? Can I do the same for testing?