E587 docs(firebase_core): correct androidClientId docs (was incorrectly la… · firebase/flutterfire@0b6b13d · GitHub
[go: up one dir, main page]

Skip to content

Commit 0b6b13d

Browse files
authored
docs(firebase_core): correct androidClientId docs (was incorrectly labeled iOS-only)\n\n- Clarify as Android OAuth client ID\n- Note it is used on Android only\n\nFixes #13519 (#17720)
1 parent 75d315e commit 0b6b13d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/firebase_core/firebase_core_platform_interface/lib/src/firebase_options.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,10 +147,10 @@ class FirebaseOptions {
147147
/// The URL scheme used by iOS secondary apps for Dynamic Links.
148148
final String? deepLinkURLScheme;
149149

150-
/// The Android client ID from the Firebase Console, for example
150+
/// The Android OAuth client ID from the Firebase Console, for example
151151
/// "12345.apps.googleusercontent.com."
152152
///
153-
/// This value is used by iOS only.
153+
/// This value is used on Android only.
154154
final String? androidClientId;
155155

156156
/// The iOS client ID from the Firebase Console, for example

0 commit comments

Comments
 (0)
0