firebase 9.6.2 → 9.6.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +12 -0
- package/app/dist/index.cjs.js +1 -1
- package/app/dist/index.esm.js +1 -1
- package/app/dist/index.mjs +1 -1
- package/compat/app/dist/index.cjs.js +1 -1
- package/compat/app/dist/index.esm.js +1 -1
- package/compat/app/dist/index.mjs +1 -1
- package/compat/dist/index.esm.js +2 -2
- package/compat/dist/index.node.cjs +2 -2
- package/compat/dist/index.rn.cjs.js +2 -2
- package/firebase-analytics-compat.js.map +1 -1
- package/firebase-analytics.js +3 -3
- package/firebase-analytics.js.map +1 -1
- package/firebase-app-check-compat.js.map +1 -1
- package/firebase-app-check.js +4 -4
- package/firebase-app-check.js.map +1 -1
- package/firebase-app-compat.js +2 -2
- package/firebase-app-compat.js.map +1 -1
- package/firebase-app.js +9 -9
- package/firebase-app.js.map +1 -1
- package/firebase-auth-compat.js.map +1 -1
- package/firebase-auth.js +4 -4
- package/firebase-auth.js.map +1 -1
- package/firebase-compat.js +3 -3
- package/firebase-compat.js.map +1 -1
- package/firebase-database.js +4 -4
- package/firebase-firestore-compat.js +1 -1
- package/firebase-firestore-compat.js.map +1 -1
- package/firebase-firestore-lite.js +1141 -1141
- package/firebase-firestore-lite.js.map +1 -1
- package/firebase-firestore.js +874 -874
- package/firebase-firestore.js.map +1 -1
- package/firebase-functions-compat.js.map +1 -1
- package/firebase-functions.js +2 -2
- package/firebase-functions.js.map +1 -1
- package/firebase-messaging-compat.js +1 -1
- package/firebase-messaging-compat.js.map +1 -1
- package/firebase-messaging-sw.js +4 -4
- package/firebase-messaging-sw.js.map +1 -1
- package/firebase-messaging.js +3 -3
- package/firebase-messaging.js.map +1 -1
- package/firebase-performance-compat.js.map +1 -1
- package/firebase-performance-standalone-compat.es2017.js +5 -5
- package/firebase-performance-standalone-compat.es2017.js.map +1 -1
- package/firebase-performance-standalone-compat.js +1 -1
- package/firebase-performance-standalone-compat.js.map +1 -1
- package/firebase-performance.js +3 -3
- package/firebase-performance.js.map +1 -1
- package/firebase-remote-config-compat.js.map +1 -1
- package/firebase-remote-config.js +2 -2
- package/firebase-remote-config.js.map +1 -1
- package/firebase-storage-compat.js.map +1 -1
- package/firebase-storage.js +1 -1
- package/firebase-storage.js.map +1 -1
- package/package.json +7 -7
package/firebase-app-check.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { _getProvider, getApp, _registerComponent, registerVersion } from 'https://www.gstatic.com/firebasejs/9.6.
|
|
1
|
+
import { _getProvider, getApp, _registerComponent, registerVersion } from 'https://www.gstatic.com/firebasejs/9.6.3/firebase-app.js';
|
|
2
2
|
|
|
3
3
|
/**
|
|
4
4
|
* @license
|
|
@@ -1381,7 +1381,7 @@ function computeKey(app) {
|
|
|
1381
1381
|
* See the License for the specific language governing permissions and
|
|
1382
1382
|
* limitations under the License.
|
|
1383
1383
|
*/
|
|
1384
|
-
const logger = new Logger('https://www.gstatic.com/firebasejs/9.6.
|
|
1384
|
+
const logger = new Logger('https://www.gstatic.com/firebasejs/9.6.3/firebase-app.js-check');
|
|
1385
1385
|
|
|
1386
1386
|
/**
|
|
1387
1387
|
* @license
|
|
@@ -1817,7 +1817,7 @@ function internalFactory(appCheck) {
|
|
|
1817
1817
|
};
|
|
1818
1818
|
}
|
|
1819
1819
|
|
|
1820
|
-
const name = "https://www.gstatic.com/firebasejs/9.6.
|
|
1820
|
+
const name = "https://www.gstatic.com/firebasejs/9.6.3/firebase-app.js-check";
|
|
1821
1821
|
const version = "0.5.3";
|
|
1822
1822
|
|
|
1823
1823
|
/**
|
|
@@ -2226,7 +2226,7 @@ function throwIfThrottled(throttleData) {
|
|
|
2226
2226
|
*/
|
|
2227
2227
|
/**
|
|
2228
2228
|
* Activate App Check for the given app. Can be called only once per app.
|
|
2229
|
-
* @param app - the {@link https://www.gstatic.com/firebasejs/9.6.
|
|
2229
|
+
* @param app - the {@link https://www.gstatic.com/firebasejs/9.6.3/firebase-app.js#FirebaseApp} to activate App Check for
|
|
2230
2230
|
* @param options - App Check initialization options
|
|
2231
2231
|
* @public
|
|
2232
2232
|
*/
|