Firebase Admin .NET SDK v1.7.0
- Added
netstandard2.0
to theTargetFrameworks
list of the package. - Began compiling releases on the .NET Framework instead of Mono. This should resolve some of the library linkage issues reported by developers on previous versions of the SDK.
Firebase Auth
- Added the
CreateUserAsync()
method for creating new user accounts. - Added the
UpdateUserAsync()
method for updating exiting user accounts. - Added the
ListUsersAsync()
method for listing or iterating over all users accounts in a Firebase project. Thanks ChristopherLenz for the contribution.