firebase_admin
firebase_admin copied to clipboard
Export UserRecord
Currently UserRecord is not being exported by firebase_admin.dart, which I believe is important for working with the data being returned by firebase_admin auth apis.
My workaround right now is to import the file directly, but importing an implementation file (which it is, until it's exported) is bad practice.