Is there an available version of the Firebase v3 JS library with an incomplete / non-minified (debug) version?

Prior to version 3.0, a "debug" version of the library was available by adding -debug to the file name.

For example, v2.4.2 has a confusing version and debug version , but v3.1.0 only has a confusing version ; adding -debug to the file name gives 404

Note: answer to the previous question about pre-3.0 ; this question specifically concerns v3 +

+2
source share
1 answer

From the firebase-talk group:

Unfortunately, we are not sending a debug version of the 3.xx client. The reasons for this are a bit complicated, but it concerns how we create the SDK itself. We hope to return the debug version of the SDK in a future version, although at this point I do not have a time estimate. Sorry, I have nothing to use. I would love to hear your use cases (other than using it for debugging) if you have them

+3
source

Source: https://habr.com/ru/post/1500389/


All Articles