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.
oauth.md
1 parent dd5507e commit 9a76bacCopy full SHA for 9a76bac
docs/firebase-ui-auth/providers/oauth.md
@@ -82,7 +82,7 @@ const webClientId = 'your-web-client-id.apps.googleusercontent.com';
82
83
String get googleClientId {
84
return switch (defaultTargetPlatform) {
85
- TargetPlatfrom.iOS || TargetPlatform.macOS => iOSClientId,
+ TargetPlatform.iOS || TargetPlatform.macOS => iOSClientId,
86
_ => webClientId,
87
}
88
0 commit comments