does anyone have an example of using ktor-client to include a firebase auth token with each request? I know how I'll handle the validation on the server, but I'm having trouble figuring out the correct way to get the firebase token and include it correctly. For now just working out how to do so from android. Thanks!