cachapa / firedart

A dart-native implementation of the Firebase Auth and Firestore SDKs
https://pub.dev/packages/firedart
Apache License 2.0
174 stars 62 forks source link

Add method to generate custom tokens #105

Open cachapa opened 1 year ago

cachapa commented 1 year ago

PR #104 introduced sign in with custom tokens.

It would be nice to have a corresponding method to generate those tokens directly from Firedart rather than depending on third-party libraries.