DEV Community

Discussion on: How to share Firebase Authentication across subdomains

Collapse
 
johncarroll profile image
John Carroll • Edited

Happy you've found this post helpful! I added a comment to your article but I'll repeat it here:

I like the general idea behind your approach, but wouldn't calling revokeRefreshTokens(<uid>) sign the user out of every browser and every device? Not just the browser/device they are trying to sign out of?

See this discussion which I had with another user who proposed using revokeRefreshTokens().