loginWithFirebase method

Future<TokenResponse> loginWithFirebase()

Asynchronously, get access token via login with firebase

Implementation

Future<TokenResponse> loginWithFirebase() =>
    throw UnimplementedError('loginWithFirebase() has not been implemented.');