firebase_auth_admin 0.9.4
firebase_auth_admin: ^0.9.4 copied to clipboard
Firebase Authorization Administration based on the official Firebase Admin GO SDK via Dart FFI.
0.9.0 #
- Initial version.
0.9.1 #
- Minor README correction.
0.9.2 #
- Added admin command line tool. This version supports setting and getting custom user claims.
0.9.3 #
- CLI with new parameter to receive custom user claims as JSON structure
0.9.4 #
- Huge performance improvement gained by using Go routines instead of Dart Isolates.