Closed
Description
[REQUIRED] Step 2: Describe your environment
- Xcode version: All
- Firebase SDK version: 4.0+
- Library version: 4.0+
- Firebase Product: auth
[REQUIRED] Step 3: Describe the problem
FIROAuthCredential has incorrect nullability for IDToken
and accessToken
. The constructor accepts a nullable NSString *
for each, but the property is implicitly nonnull
.