Eric Rushing
Eric Rushing
I've another vote for being able to specify CSS classes that are then rendered in the table element. Overall the support is quite good with the ability to specify custom...
I would like this functionality as well. I am about to try using the `HookReturnValue.googleUser.tokenId` property after resolution of the refreshUser() promise, in the hopes that it is up-to-date at...
Just noting that using the existing `googleUser.tokenId` property seemed to work just fine for me, so this particular issue isn't blocking. Additionally, since the `refreshUser()`call is updating the user state...
@pszafer In my use-case, I am using a React [context](https://reactjs.org/docs/context.html) to hold the user state and easily access it from anywhere in my React application. I set JavaScript interval in...
@pszafer To be honest, it's entirely possible that I'm wrong about how long it takes for the google provided token to expire, and it's an hour instead of 15 minutes....