I am implementing Firebase Auth on my application and am currently looking at this documentation as a guide: Firebase Guide
I am a little confused why we sign in through Firebase to get a token and then exchange that token with our backend. Couldn’t we just use the Firebase token to authenticate the user on subsequent requests?