Reputation: 13954
I see some Stack Overflow answers that refer to an v0
URL for the Firebase JavaScript client library.
https://cdn.firebase.com/v0/firebase.js
But, the URLs in the official documentation all contain specific version numbers like this:
https://cdn.firebase.com/js/client/1.0.21/firebase.js
I diffed the contents and have verified that the v0
URL does not refer to the more recent version. What version is it?
Upvotes: 4
Views: 1213