Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -147,10 +147,10 @@ class FirebaseOptions {
/// The URL scheme used by iOS secondary apps for Dynamic Links.
final String? deepLinkURLScheme;

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

/// The iOS client ID from the Firebase Console, for example
Expand Down
Loading