2017-06-21 76 views
0

我在codeanywhere html5連接上安裝了firebase。當我試圖運行shell命令>firebase login,響應給了我一個網址,以登錄到推出的日誌記錄,並允許權限後,它重定向到本地主機URL與此錯誤:使用codeanywhere HTML5連接登錄firebasebase/devbox

This site can’t be reached 

localhost refused to connect. 
Search Google for localhost 9005 
ERR_CONNECTION_REFUSED 

從codeanywhere框中使用Firebase時,什麼是適當的登錄方式?

謝謝!

回答

1

由於Codeanywhere不是本地的環境,你將需要追加--no-localhost的火力點登錄命令:

$ firebase login --no-localhost 

這將生成常用的登錄網址,但完成後,您將獲得授權令牌粘貼到CLI中。

此處的進一步說明: https://www.npmjs.com/package/firebase-tools