Skip to content

[firebase_auth] Incorrect description for OAuthCredential.providerId #2383

@awhitford

Description

@awhitford

Minor copy/paste error for the description of providerId for OAuthCredential :

/// Abstract class to implement [OAuthCredential] authentications
abstract class OAuthCredential extends AuthCredential {
  /// The ID Token associated with this credential.
  final String idToken;

  /// The OAuth access token.
  final String accessToken;

  /// The OAuth raw nonce.
  final String rawNonce;

  /// The OAuth raw nonce.
  final String providerId;

I noticed the mistake from the documentation.

Metadata

Metadata

Assignees

No one assigned

    Labels

    blocked: customer-responseWaiting for customer response, e.g. more information was requested.plugin: authresolution: needs-reproThis issue could not be reproduced or needs an up to date reproduction on latest FlutterFire plugin.type: bugSomething isn't workingtype: documentationImprovements or additions to documentation

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions