Firebase用户名电子邮件和密码注册

时间:2016-12-28 09:11:34

标签: android firebase firebase-authentication

这是我的注册码,我不知道如何分开这两个功能。当我运行此代码时,我收到以下错误:

$ nscurl --ats-diagnostics httsp://www.nurse-go.cn:9080
Starting ATS Diagnostics

Configuring ATS Info.plist keys and displaying the result of HTTPS loads to https://www.nurse-go.cn:9080.
A test will "PASS" if URLSession:task:didCompleteWithError: returns a nil error.
Use '--verbose' to view the ATS dictionaries used and to display the error received in URLSession:task:didCompleteWithError:.
================================================================================

Default ATS Secure Connection
---
ATS Default Connection





2016-12-28 20:07:54.791 nscurl[27229:1903364] NSURLSession/NSURLConnection HTTP load failed (kCFStreamErrorDomainSSL, -9824)
Result : FAIL
---

================================================================================

Allowing Arbitrary Loads

---
Allow All Loads
Result : PASS
---

================================================================================

Configuring TLS exceptions for www.nurse-go.cn

---
TLSv1.2
2016-12-28 20:07:57.904 nscurl[27229:1903364] NSURLSession/NSURLConnection HTTP load failed (kCFStreamErrorDomainSSL, -9824)
Result : FAIL
---

---
TLSv1.1
2016-12-28 20:07:58.873 nscurl[27229:1903364] NSURLSession/NSURLConnection HTTP load failed (kCFStreamErrorDomainSSL, -9824)
Result : FAIL
---

---
TLSv1.0
2016-12-28 20:07:59.843 nscurl[27229:1903364] NSURLSession/NSURLConnection HTTP load failed (kCFStreamErrorDomainSSL, -9824)
Result : FAIL
---

================================================================================

Configuring PFS exceptions for www.nurse-go.cn

---
Disabling Perfect Forward Secrecy
Result : PASS
---

================================================================================

Configuring PFS exceptions and allowing insecure HTTP for www.nurse-go.cn

---
Disabling Perfect Forward Secrecy and Allowing Insecure HTTP
Result : PASS
---

================================================================================

Configuring TLS exceptions with PFS disabled for www.nurse-go.cn

---
TLSv1.2 with PFS disabled
Result : PASS
---

---
TLSv1.1 with PFS disabled
Result : PASS
---

---
TLSv1.0 with PFS disabled
Result : PASS
---

================================================================================

Configuring TLS exceptions with PFS disabled and insecure HTTP allowed for www.nurse-go.cn

---
TLSv1.2 with PFS disabled and insecure HTTP allowed
Result : PASS
---

---
TLSv1.1 with PFS disabled and insecure HTTP allowed
Result : PASS
---

---
TLSv1.0 with PFS disabled and insecure HTTP allowed
Result : PASS
---

================================================================================
*operation=ValidateAuthServiceOperation java.lang.NullPointerException: onPostInitComplete can be called only once per call to getRemoteService

任何想知道如何解决这个问题的人?

0 个答案:

没有答案