2
我發現firebase-debug.js
文件,是used in some example tests過,是否有一個文檔某處知道這是什麼規定?firebase-debug.js文檔?
我發現firebase-debug.js
文件,是used in some example tests過,是否有一個文檔某處知道這是什麼規定?firebase-debug.js文檔?
的firebase-debug.js
是編譯火力地堡Web客戶端,firebase.js
的unminified版本。當您想要在代碼中設置斷點或需要追蹤特定指令的錯誤/警告的行號時,它可能非常有用。
,那麼你可以告訴我在哪裏都一樣'firebaseStub'方法來定義?例如https://github.com/firebase/angularFire-seed/blob/master/test/unit/servicesSpec.js#L11 – Akasha
[https://github.com/firebase/angularFire-seed/blob/master/test/unit /servicesSpec.js#L263](https://github.com/firebase/angularFire-seed/blob/master/test/unit/servicesSpec.js#L263) –
它進來非常方便追查下來「firebase.js未捕獲的錯誤:...「消息; firebase-debug.js附帶了一個很好的「FIREBASE WARNING:異常是由用戶回調引發的」。然後是堆棧轉儲:-) –