File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 14
14
* limitations under the License.
15
15
*/
16
16
17
+ #include " app/src/time.h"
18
+ #include " auth/src/ios/common_ios.h"
19
+
17
20
#if FIREBASE_PLATFORM_IOS
18
21
#import " FIRPhoneAuthCredential.h"
19
22
#endif
20
23
21
- #include " app/src/time.h"
22
- #include " auth/src/ios/common_ios.h"
23
-
24
24
namespace firebase {
25
25
namespace auth {
26
26
@@ -245,7 +245,7 @@ explicit IOSWrappedUserInfo(id<FIRUserInfo> user_info) : user_info_(user_info) {
245
245
futures.Complete (handle, kAuthErrorInvalidCredential , kInvalidCredentialMessage );
246
246
}
247
247
248
- #else // non iOS Apple platform
248
+ #else // non iOS Apple platforms (eg: tvOS).
249
249
futures.Complete (handle, kAuthErrorApiNotAvailable ,
250
250
" Phone Auth is not supported on non-iOS apple platforms." );
251
251
#endif // FIREBASE_PLATFORM_IOS
You can’t perform that action at this time.
0 commit comments