Skip to content

Commit 50ef920

Browse files
committed
Revert "Fixed appcheck implementation"
This reverts commit 994892c.
1 parent 994892c commit 50ef920

File tree

510 files changed

+204975
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

510 files changed

+204975
-0
lines changed

.changeset/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Changesets
2+
3+
Hello and welcome! This folder has been automatically generated by `@changesets/cli`, a build tool that works
4+
with multi-package repos, or single-package repos to help you version and publish your code. You can
5+
find the full documentation for it [in our repository](https://github.com/changesets/changesets)
6+
7+
We have a quick list of common questions to get you started engaging with this project in
8+
[our documentation](https://github.com/changesets/changesets/blob/master/docs/common-questions.md)

.changeset/config.json

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
{
2+
"$schema": "https://unpkg.com/@changesets/[email protected]/schema.json",
3+
"changelog": [
4+
"../repo-scripts/changelog-generator",
5+
{ "repo": "firebase/firebase-js-sdk" }
6+
],
7+
"commit": false,
8+
"linked": [],
9+
"access": "public",
10+
"baseBranch": "main",
11+
"updateInternalDependencies": "patch",
12+
"ignore": [
13+
"firebase-namespace-integration-test",
14+
"firebase-firestore-integration-test",
15+
"firebase-messaging-integration-test",
16+
"firebase-compat-interop-test",
17+
"firebase-compat-typings-test",
18+
"@firebase/changelog-generator",
19+
"firebase-size-analysis",
20+
"@firebase/api-documenter",
21+
"firebase-repo-scripts-prune-dts"
22+
],
23+
"___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": {
24+
"onlyUpdatePeerDependentsWhenOutOfRange": true
25+
},
26+
"snapshot": {
27+
"useCalculatedVersion": true
28+
}
29+
}

.changeset/late-humans-tan.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
'@firebase/firestore-compat': patch
3+
'@firebase/database-compat': patch
4+
'@firebase/auth-compat': patch
5+
'@firebase/app-compat': patch
6+
'@firebase/firestore': patch
7+
'@firebase/database': patch
8+
'firebase': patch
9+
'@firebase/auth': patch
10+
---
11+
12+
Fixed typos in documentation and some internal variables and parameters.

.changeset/spicy-dragons-pay.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@firebase/app-compat': patch
3+
---
4+
5+
Properly handle the case in app-compat checks where `window` exists but `self` does not. (This occurs in Ionic Stencil's Jest preset.)

.changeset/tender-apes-clap.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
'@firebase/analytics': patch
3+
'@firebase/app-check': patch
4+
---
5+
6+
Revert introduction of safevalues to prevent issues from arising in Browser CommonJS environments due to ES5 incompatibility. For more information, see [GitHub PR #8395](https://github.com/firebase/firebase-js-sdk/pull/8395)

.opensource/project.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"name": "Firebase JavaScript SDK",
3+
"type": "library",
4+
"platforms": [
5+
"Web"
6+
],
7+
"content": "README.md",
8+
"pages": {
9+
"packages/rxfire/README.md": "RxFire"
10+
},
11+
"related": [
12+
"firebase/quickstart-js"
13+
],
14+
"tabs": [
15+
{
16+
"title": "Reference",
17+
"href": "https://firebase.google.com/docs/reference/js/"
18+
}
19+
]
20+
}

0 commit comments

Comments
 (0)