Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there an un-obfuscated/un-minified (debug) version of the Firebase v3 JS libraries available?

Prior to version 3.0, a "debug" version of the library was available by appending -debug to the filename.

For example, v2.4.2 has an obfuscated version and a debug version, but v3.1.0 only seems to have the obfuscated version; appending -debug to the filename gives a 404

Note: an earlier question about pre-3.0 is answered; this question is specifically about v3+

like image 435
Gabriel Grant Avatar asked Nov 30 '25 04:11

Gabriel Grant


1 Answers

From the firebase-talk group:

We unfortunately do not ship a debug version of the 3.x.x client. The reasons for this are a bit hard to get into, but it deals with how we build the SDK itself. We are hoping to bring back the debug version of the SDK in a future release, although I don't have a time estimate on that. Sorry I don't have better use. I'd love to hear your use cases (other than just using it to debug) if you have them

like image 107
Frank van Puffelen Avatar answered Dec 02 '25 17:12

Frank van Puffelen