step-up-labs / firebase-authentication-dotnet

C# library for Firebase Authentication
MIT License
376 stars 129 forks source link

Custom Token signin support #207

Open Sevenish opened 11 months ago

Sevenish commented 11 months ago

Support for Custom Token login. In this scenario the client app has login to a backend seperate from firebase. When logged in a custom token is generated in the backend and sent to the client. This custom token can then be used to login to firebase.

See https://firebase.google.com/docs/auth/admin/create-custom-tokens for more info on this method

bezysoftware commented 3 months ago

Hi, I know it's long overdue, but can you add / extend a sample to use this?