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 d181549 commit bf646fcCopy full SHA for bf646fc
auth/src/include/firebase/auth.h
@@ -251,8 +251,8 @@ class Auth {
251
252
/// Asynchronously logs into Firebase with the given credentials.
253
///
254
- /// For example, the credential could wrap a Facebook login access token,
255
- /// a Twitter token/token-secret pair).
+ /// For example, the credential could wrap a Facebook login access token or
+ /// a Twitter token/token-secret pair.
256
257
/// The SignInResult contains both a reference to the User (which can be null
258
/// if the sign in failed), and AdditionalUserInfo, which holds details
0 commit comments