-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Closed
Labels
blocked: customer-responseWaiting for customer response, e.g. more information was requested.Waiting 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.This issue could not be reproduced or needs an up to date reproduction on latest FlutterFire plugin.type: bugSomething isn't workingSomething isn't workingtype: documentationImprovements or additions to documentationImprovements or additions to documentation
Description
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
Labels
blocked: customer-responseWaiting for customer response, e.g. more information was requested.Waiting 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.This issue could not be reproduced or needs an up to date reproduction on latest FlutterFire plugin.type: bugSomething isn't workingSomething isn't workingtype: documentationImprovements or additions to documentationImprovements or additions to documentation