We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b85c8b commit 5313826Copy full SHA for 5313826
docs/auth/manage-users.md
@@ -79,7 +79,7 @@ user, use the `providerData` property. For example:
79
```dart
80
if (user != null) {
81
for (final providerProfile in user.providerData) {
82
- // ID of the provider (google.com, apple.cpm, etc.)
+ // ID of the provider (google.com, apple.com, etc.)
83
final provider = providerProfile.providerId;
84
85
// UID specific to the provider
0 commit comments