Process Flow - Custom authentication tokens
Create user identity info
Generate custom token with secret key
Send token to client app
Client app uses token to sign in
Firebase verifies token signature
User authenticated and session started
This flow shows how a custom token is created, sent to the client, and used to authenticate a user in Firebase.