From 8eff962cab608341a6f2fedc640a0e32d96f26e2 Mon Sep 17 00:00:00 2001 From: altaf-creator Date: Sun, 9 Nov 2025 11:15:19 +0800 Subject: pain --- .../firebase/remote-config/dist/esm/ai/index.d.ts | 17 +++++++++++++ .../remote-config/dist/esm/analytics/index.d.ts | 17 +++++++++++++ .../remote-config/dist/esm/app-check/index.d.ts | 17 +++++++++++++ .../remote-config/dist/esm/app/index.cdn.d.ts | 17 +++++++++++++ .../firebase/remote-config/dist/esm/app/index.d.ts | 1 + .../remote-config/dist/esm/auth/cordova/index.d.ts | 17 +++++++++++++ .../remote-config/dist/esm/auth/index.d.ts | 17 +++++++++++++ .../dist/esm/auth/web-extension/index.d.ts | 17 +++++++++++++ .../dist/esm/compat/analytics/index.d.ts | 17 +++++++++++++ .../dist/esm/compat/app-check/index.d.ts | 17 +++++++++++++ .../dist/esm/compat/app/index.cdn.d.ts | 18 ++++++++++++++ .../remote-config/dist/esm/compat/app/index.d.ts | 18 ++++++++++++++ .../remote-config/dist/esm/compat/auth/index.d.ts | 17 +++++++++++++ .../dist/esm/compat/database/index.d.ts | 17 +++++++++++++ .../dist/esm/compat/firestore/index.d.ts | 17 +++++++++++++ .../dist/esm/compat/functions/index.d.ts | 17 +++++++++++++ .../remote-config/dist/esm/compat/index.cdn.d.ts | 28 ++++++++++++++++++++++ .../remote-config/dist/esm/compat/index.d.ts | 28 ++++++++++++++++++++++ .../remote-config/dist/esm/compat/index.node.d.ts | 23 ++++++++++++++++++ .../remote-config/dist/esm/compat/index.perf.d.ts | 19 +++++++++++++++ .../remote-config/dist/esm/compat/index.rn.d.ts | 21 ++++++++++++++++ .../dist/esm/compat/installations/index.d.ts | 17 +++++++++++++ .../dist/esm/compat/messaging/index.d.ts | 17 +++++++++++++ .../dist/esm/compat/performance/index.d.ts | 17 +++++++++++++ .../dist/esm/compat/remote-config/index.d.ts | 17 +++++++++++++ .../dist/esm/compat/storage/index.d.ts | 17 +++++++++++++ .../remote-config/dist/esm/data-connect/index.d.ts | 17 +++++++++++++ .../remote-config/dist/esm/database/index.d.ts | 17 +++++++++++++ .../remote-config/dist/esm/firestore/index.d.ts | 17 +++++++++++++ .../dist/esm/firestore/lite/index.d.ts | 17 +++++++++++++ .../remote-config/dist/esm/functions/index.d.ts | 17 +++++++++++++ .../firebase/remote-config/dist/esm/index.esm.js | 2 ++ .../remote-config/dist/esm/index.esm.js.map | 1 + .../dist/esm/installations/index.d.ts | 17 +++++++++++++ .../remote-config/dist/esm/messaging/index.d.ts | 17 +++++++++++++ .../remote-config/dist/esm/messaging/sw/index.d.ts | 17 +++++++++++++ .../firebase/remote-config/dist/esm/package.json | 1 + .../remote-config/dist/esm/performance/index.d.ts | 17 +++++++++++++ .../dist/esm/remote-config/index.d.ts | 17 +++++++++++++ .../remote-config/dist/esm/storage/index.d.ts | 17 +++++++++++++ 40 files changed, 653 insertions(+) create mode 100644 frontend-old/node_modules/firebase/remote-config/dist/esm/ai/index.d.ts create mode 100644 frontend-old/node_modules/firebase/remote-config/dist/esm/analytics/index.d.ts create mode 100644 frontend-old/node_modules/firebase/remote-config/dist/esm/app-check/index.d.ts create mode 100644 frontend-old/node_modules/firebase/remote-config/dist/esm/app/index.cdn.d.ts create mode 100644 frontend-old/node_modules/firebase/remote-config/dist/esm/app/index.d.ts create mode 100644 frontend-old/node_modules/firebase/remote-config/dist/esm/auth/cordova/index.d.ts create mode 100644 frontend-old/node_modules/firebase/remote-config/dist/esm/auth/index.d.ts create mode 100644 frontend-old/node_modules/firebase/remote-config/dist/esm/auth/web-extension/index.d.ts create mode 100644 frontend-old/node_modules/firebase/remote-config/dist/esm/compat/analytics/index.d.ts create mode 100644 frontend-old/node_modules/firebase/remote-config/dist/esm/compat/app-check/index.d.ts create mode 100644 frontend-old/node_modules/firebase/remote-config/dist/esm/compat/app/index.cdn.d.ts create mode 100644 frontend-old/node_modules/firebase/remote-config/dist/esm/compat/app/index.d.ts create mode 100644 frontend-old/node_modules/firebase/remote-config/dist/esm/compat/auth/index.d.ts create mode 100644 frontend-old/node_modules/firebase/remote-config/dist/esm/compat/database/index.d.ts create mode 100644 frontend-old/node_modules/firebase/remote-config/dist/esm/compat/firestore/index.d.ts create mode 100644 frontend-old/node_modules/firebase/remote-config/dist/esm/compat/functions/index.d.ts create mode 100644 frontend-old/node_modules/firebase/remote-config/dist/esm/compat/index.cdn.d.ts create mode 100644 frontend-old/node_modules/firebase/remote-config/dist/esm/compat/index.d.ts create mode 100644 frontend-old/node_modules/firebase/remote-config/dist/esm/compat/index.node.d.ts create mode 100644 frontend-old/node_modules/firebase/remote-config/dist/esm/compat/index.perf.d.ts create mode 100644 frontend-old/node_modules/firebase/remote-config/dist/esm/compat/index.rn.d.ts create mode 100644 frontend-old/node_modules/firebase/remote-config/dist/esm/compat/installations/index.d.ts create mode 100644 frontend-old/node_modules/firebase/remote-config/dist/esm/compat/messaging/index.d.ts create mode 100644 frontend-old/node_modules/firebase/remote-config/dist/esm/compat/performance/index.d.ts create mode 100644 frontend-old/node_modules/firebase/remote-config/dist/esm/compat/remote-config/index.d.ts create mode 100644 frontend-old/node_modules/firebase/remote-config/dist/esm/compat/storage/index.d.ts create mode 100644 frontend-old/node_modules/firebase/remote-config/dist/esm/data-connect/index.d.ts create mode 100644 frontend-old/node_modules/firebase/remote-config/dist/esm/database/index.d.ts create mode 100644 frontend-old/node_modules/firebase/remote-config/dist/esm/firestore/index.d.ts create mode 100644 frontend-old/node_modules/firebase/remote-config/dist/esm/firestore/lite/index.d.ts create mode 100644 frontend-old/node_modules/firebase/remote-config/dist/esm/functions/index.d.ts create mode 100644 frontend-old/node_modules/firebase/remote-config/dist/esm/index.esm.js create mode 100644 frontend-old/node_modules/firebase/remote-config/dist/esm/index.esm.js.map create mode 100644 frontend-old/node_modules/firebase/remote-config/dist/esm/installations/index.d.ts create mode 100644 frontend-old/node_modules/firebase/remote-config/dist/esm/messaging/index.d.ts create mode 100644 frontend-old/node_modules/firebase/remote-config/dist/esm/messaging/sw/index.d.ts create mode 100644 frontend-old/node_modules/firebase/remote-config/dist/esm/package.json create mode 100644 frontend-old/node_modules/firebase/remote-config/dist/esm/performance/index.d.ts create mode 100644 frontend-old/node_modules/firebase/remote-config/dist/esm/remote-config/index.d.ts create mode 100644 frontend-old/node_modules/firebase/remote-config/dist/esm/storage/index.d.ts (limited to 'frontend-old/node_modules/firebase/remote-config/dist/esm') diff --git a/frontend-old/node_modules/firebase/remote-config/dist/esm/ai/index.d.ts b/frontend-old/node_modules/firebase/remote-config/dist/esm/ai/index.d.ts new file mode 100644 index 0000000..c80ed3d --- /dev/null +++ b/frontend-old/node_modules/firebase/remote-config/dist/esm/ai/index.d.ts @@ -0,0 +1,17 @@ +/** + * @license + * Copyright 2025 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +export * from '@firebase/ai'; diff --git a/frontend-old/node_modules/firebase/remote-config/dist/esm/analytics/index.d.ts b/frontend-old/node_modules/firebase/remote-config/dist/esm/analytics/index.d.ts new file mode 100644 index 0000000..7a669f1 --- /dev/null +++ b/frontend-old/node_modules/firebase/remote-config/dist/esm/analytics/index.d.ts @@ -0,0 +1,17 @@ +/** + * @license + * Copyright 2020 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +export * from '@firebase/analytics'; diff --git a/frontend-old/node_modules/firebase/remote-config/dist/esm/app-check/index.d.ts b/frontend-old/node_modules/firebase/remote-config/dist/esm/app-check/index.d.ts new file mode 100644 index 0000000..869a0db --- /dev/null +++ b/frontend-old/node_modules/firebase/remote-config/dist/esm/app-check/index.d.ts @@ -0,0 +1,17 @@ +/** + * @license + * Copyright 2021 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +export * from '@firebase/app-check'; diff --git a/frontend-old/node_modules/firebase/remote-config/dist/esm/app/index.cdn.d.ts b/frontend-old/node_modules/firebase/remote-config/dist/esm/app/index.cdn.d.ts new file mode 100644 index 0000000..737d20d --- /dev/null +++ b/frontend-old/node_modules/firebase/remote-config/dist/esm/app/index.cdn.d.ts @@ -0,0 +1,17 @@ +/** + * @license + * Copyright 2020 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +export * from '@firebase/app'; diff --git a/frontend-old/node_modules/firebase/remote-config/dist/esm/app/index.d.ts b/frontend-old/node_modules/firebase/remote-config/dist/esm/app/index.d.ts new file mode 100644 index 0000000..a27ebbc --- /dev/null +++ b/frontend-old/node_modules/firebase/remote-config/dist/esm/app/index.d.ts @@ -0,0 +1 @@ +export * from '@firebase/app'; diff --git a/frontend-old/node_modules/firebase/remote-config/dist/esm/auth/cordova/index.d.ts b/frontend-old/node_modules/firebase/remote-config/dist/esm/auth/cordova/index.d.ts new file mode 100644 index 0000000..408dc35 --- /dev/null +++ b/frontend-old/node_modules/firebase/remote-config/dist/esm/auth/cordova/index.d.ts @@ -0,0 +1,17 @@ +/** + * @license + * Copyright 2021 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +export * from '@firebase/auth/cordova'; diff --git a/frontend-old/node_modules/firebase/remote-config/dist/esm/auth/index.d.ts b/frontend-old/node_modules/firebase/remote-config/dist/esm/auth/index.d.ts new file mode 100644 index 0000000..49f5fa3 --- /dev/null +++ b/frontend-old/node_modules/firebase/remote-config/dist/esm/auth/index.d.ts @@ -0,0 +1,17 @@ +/** + * @license + * Copyright 2020 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +export * from '@firebase/auth'; diff --git a/frontend-old/node_modules/firebase/remote-config/dist/esm/auth/web-extension/index.d.ts b/frontend-old/node_modules/firebase/remote-config/dist/esm/auth/web-extension/index.d.ts new file mode 100644 index 0000000..2f0c95b --- /dev/null +++ b/frontend-old/node_modules/firebase/remote-config/dist/esm/auth/web-extension/index.d.ts @@ -0,0 +1,17 @@ +/** + * @license + * Copyright 2023 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +export * from '@firebase/auth/web-extension'; diff --git a/frontend-old/node_modules/firebase/remote-config/dist/esm/compat/analytics/index.d.ts b/frontend-old/node_modules/firebase/remote-config/dist/esm/compat/analytics/index.d.ts new file mode 100644 index 0000000..e3bf6c7 --- /dev/null +++ b/frontend-old/node_modules/firebase/remote-config/dist/esm/compat/analytics/index.d.ts @@ -0,0 +1,17 @@ +/** + * @license + * Copyright 2020 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +import '@firebase/analytics-compat'; diff --git a/frontend-old/node_modules/firebase/remote-config/dist/esm/compat/app-check/index.d.ts b/frontend-old/node_modules/firebase/remote-config/dist/esm/compat/app-check/index.d.ts new file mode 100644 index 0000000..7256089 --- /dev/null +++ b/frontend-old/node_modules/firebase/remote-config/dist/esm/compat/app-check/index.d.ts @@ -0,0 +1,17 @@ +/** + * @license + * Copyright 2021 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +import '@firebase/app-check-compat'; diff --git a/frontend-old/node_modules/firebase/remote-config/dist/esm/compat/app/index.cdn.d.ts b/frontend-old/node_modules/firebase/remote-config/dist/esm/compat/app/index.cdn.d.ts new file mode 100644 index 0000000..f84be60 --- /dev/null +++ b/frontend-old/node_modules/firebase/remote-config/dist/esm/compat/app/index.cdn.d.ts @@ -0,0 +1,18 @@ +/** + * @license + * Copyright 2020 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +import firebase from '@firebase/app-compat'; +export default firebase; diff --git a/frontend-old/node_modules/firebase/remote-config/dist/esm/compat/app/index.d.ts b/frontend-old/node_modules/firebase/remote-config/dist/esm/compat/app/index.d.ts new file mode 100644 index 0000000..f84be60 --- /dev/null +++ b/frontend-old/node_modules/firebase/remote-config/dist/esm/compat/app/index.d.ts @@ -0,0 +1,18 @@ +/** + * @license + * Copyright 2020 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +import firebase from '@firebase/app-compat'; +export default firebase; diff --git a/frontend-old/node_modules/firebase/remote-config/dist/esm/compat/auth/index.d.ts b/frontend-old/node_modules/firebase/remote-config/dist/esm/compat/auth/index.d.ts new file mode 100644 index 0000000..d856792 --- /dev/null +++ b/frontend-old/node_modules/firebase/remote-config/dist/esm/compat/auth/index.d.ts @@ -0,0 +1,17 @@ +/** + * @license + * Copyright 2021 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +import '@firebase/auth-compat'; diff --git a/frontend-old/node_modules/firebase/remote-config/dist/esm/compat/database/index.d.ts b/frontend-old/node_modules/firebase/remote-config/dist/esm/compat/database/index.d.ts new file mode 100644 index 0000000..c10c1ec --- /dev/null +++ b/frontend-old/node_modules/firebase/remote-config/dist/esm/compat/database/index.d.ts @@ -0,0 +1,17 @@ +/** + * @license + * Copyright 2021 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +import '@firebase/database-compat'; diff --git a/frontend-old/node_modules/firebase/remote-config/dist/esm/compat/firestore/index.d.ts b/frontend-old/node_modules/firebase/remote-config/dist/esm/compat/firestore/index.d.ts new file mode 100644 index 0000000..64676cb --- /dev/null +++ b/frontend-old/node_modules/firebase/remote-config/dist/esm/compat/firestore/index.d.ts @@ -0,0 +1,17 @@ +/** + * @license + * Copyright 2021 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +import '@firebase/firestore-compat'; diff --git a/frontend-old/node_modules/firebase/remote-config/dist/esm/compat/functions/index.d.ts b/frontend-old/node_modules/firebase/remote-config/dist/esm/compat/functions/index.d.ts new file mode 100644 index 0000000..d4dc077 --- /dev/null +++ b/frontend-old/node_modules/firebase/remote-config/dist/esm/compat/functions/index.d.ts @@ -0,0 +1,17 @@ +/** + * @license + * Copyright 2021 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +import '@firebase/functions-compat'; diff --git a/frontend-old/node_modules/firebase/remote-config/dist/esm/compat/index.cdn.d.ts b/frontend-old/node_modules/firebase/remote-config/dist/esm/compat/index.cdn.d.ts new file mode 100644 index 0000000..ea50472 --- /dev/null +++ b/frontend-old/node_modules/firebase/remote-config/dist/esm/compat/index.cdn.d.ts @@ -0,0 +1,28 @@ +/** + * @license + * Copyright 2017 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +import firebase from './app'; +import './analytics'; +import './app-check'; +import './auth'; +import './database'; +import './firestore'; +import './functions'; +import './messaging'; +import './storage'; +import './performance'; +import './remote-config'; +export default firebase; diff --git a/frontend-old/node_modules/firebase/remote-config/dist/esm/compat/index.d.ts b/frontend-old/node_modules/firebase/remote-config/dist/esm/compat/index.d.ts new file mode 100644 index 0000000..ea50472 --- /dev/null +++ b/frontend-old/node_modules/firebase/remote-config/dist/esm/compat/index.d.ts @@ -0,0 +1,28 @@ +/** + * @license + * Copyright 2017 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +import firebase from './app'; +import './analytics'; +import './app-check'; +import './auth'; +import './database'; +import './firestore'; +import './functions'; +import './messaging'; +import './storage'; +import './performance'; +import './remote-config'; +export default firebase; diff --git a/frontend-old/node_modules/firebase/remote-config/dist/esm/compat/index.node.d.ts b/frontend-old/node_modules/firebase/remote-config/dist/esm/compat/index.node.d.ts new file mode 100644 index 0000000..4f67f98 --- /dev/null +++ b/frontend-old/node_modules/firebase/remote-config/dist/esm/compat/index.node.d.ts @@ -0,0 +1,23 @@ +/** + * @license + * Copyright 2017 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +import firebase from './app'; +import './auth'; +import './database'; +import './firestore'; +import './functions'; +import './storage'; +export default firebase; diff --git a/frontend-old/node_modules/firebase/remote-config/dist/esm/compat/index.perf.d.ts b/frontend-old/node_modules/firebase/remote-config/dist/esm/compat/index.perf.d.ts new file mode 100644 index 0000000..ca05d36 --- /dev/null +++ b/frontend-old/node_modules/firebase/remote-config/dist/esm/compat/index.perf.d.ts @@ -0,0 +1,19 @@ +/** + * @license + * Copyright 2019 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +import firebase from './app'; +import './performance'; +export default firebase; diff --git a/frontend-old/node_modules/firebase/remote-config/dist/esm/compat/index.rn.d.ts b/frontend-old/node_modules/firebase/remote-config/dist/esm/compat/index.rn.d.ts new file mode 100644 index 0000000..d2ec580 --- /dev/null +++ b/frontend-old/node_modules/firebase/remote-config/dist/esm/compat/index.rn.d.ts @@ -0,0 +1,21 @@ +/** + * @license + * Copyright 2017 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +import firebase from './app'; +import './auth'; +import './database'; +import './firestore'; +export default firebase; diff --git a/frontend-old/node_modules/firebase/remote-config/dist/esm/compat/installations/index.d.ts b/frontend-old/node_modules/firebase/remote-config/dist/esm/compat/installations/index.d.ts new file mode 100644 index 0000000..e0ca08e --- /dev/null +++ b/frontend-old/node_modules/firebase/remote-config/dist/esm/compat/installations/index.d.ts @@ -0,0 +1,17 @@ +/** + * @license + * Copyright 2022 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +import '@firebase/installations-compat'; diff --git a/frontend-old/node_modules/firebase/remote-config/dist/esm/compat/messaging/index.d.ts b/frontend-old/node_modules/firebase/remote-config/dist/esm/compat/messaging/index.d.ts new file mode 100644 index 0000000..eb6caa1 --- /dev/null +++ b/frontend-old/node_modules/firebase/remote-config/dist/esm/compat/messaging/index.d.ts @@ -0,0 +1,17 @@ +/** + * @license + * Copyright 2021 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +import '@firebase/messaging-compat'; diff --git a/frontend-old/node_modules/firebase/remote-config/dist/esm/compat/performance/index.d.ts b/frontend-old/node_modules/firebase/remote-config/dist/esm/compat/performance/index.d.ts new file mode 100644 index 0000000..47f0fb2 --- /dev/null +++ b/frontend-old/node_modules/firebase/remote-config/dist/esm/compat/performance/index.d.ts @@ -0,0 +1,17 @@ +/** + * @license + * Copyright 2021 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +import '@firebase/performance-compat'; diff --git a/frontend-old/node_modules/firebase/remote-config/dist/esm/compat/remote-config/index.d.ts b/frontend-old/node_modules/firebase/remote-config/dist/esm/compat/remote-config/index.d.ts new file mode 100644 index 0000000..b72da39 --- /dev/null +++ b/frontend-old/node_modules/firebase/remote-config/dist/esm/compat/remote-config/index.d.ts @@ -0,0 +1,17 @@ +/** + * @license + * Copyright 2021 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +import '@firebase/remote-config-compat'; diff --git a/frontend-old/node_modules/firebase/remote-config/dist/esm/compat/storage/index.d.ts b/frontend-old/node_modules/firebase/remote-config/dist/esm/compat/storage/index.d.ts new file mode 100644 index 0000000..2ab44a4 --- /dev/null +++ b/frontend-old/node_modules/firebase/remote-config/dist/esm/compat/storage/index.d.ts @@ -0,0 +1,17 @@ +/** + * @license + * Copyright 2021 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +import '@firebase/storage-compat'; diff --git a/frontend-old/node_modules/firebase/remote-config/dist/esm/data-connect/index.d.ts b/frontend-old/node_modules/firebase/remote-config/dist/esm/data-connect/index.d.ts new file mode 100644 index 0000000..54504a3 --- /dev/null +++ b/frontend-old/node_modules/firebase/remote-config/dist/esm/data-connect/index.d.ts @@ -0,0 +1,17 @@ +/** + * @license + * Copyright 2024 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +export * from '@firebase/data-connect'; diff --git a/frontend-old/node_modules/firebase/remote-config/dist/esm/database/index.d.ts b/frontend-old/node_modules/firebase/remote-config/dist/esm/database/index.d.ts new file mode 100644 index 0000000..ca08ed4 --- /dev/null +++ b/frontend-old/node_modules/firebase/remote-config/dist/esm/database/index.d.ts @@ -0,0 +1,17 @@ +/** + * @license + * Copyright 2020 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +export * from '@firebase/database'; diff --git a/frontend-old/node_modules/firebase/remote-config/dist/esm/firestore/index.d.ts b/frontend-old/node_modules/firebase/remote-config/dist/esm/firestore/index.d.ts new file mode 100644 index 0000000..18cc697 --- /dev/null +++ b/frontend-old/node_modules/firebase/remote-config/dist/esm/firestore/index.d.ts @@ -0,0 +1,17 @@ +/** + * @license + * Copyright 2020 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +export * from '@firebase/firestore'; diff --git a/frontend-old/node_modules/firebase/remote-config/dist/esm/firestore/lite/index.d.ts b/frontend-old/node_modules/firebase/remote-config/dist/esm/firestore/lite/index.d.ts new file mode 100644 index 0000000..ae14926 --- /dev/null +++ b/frontend-old/node_modules/firebase/remote-config/dist/esm/firestore/lite/index.d.ts @@ -0,0 +1,17 @@ +/** + * @license + * Copyright 2020 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +export * from '@firebase/firestore/lite'; diff --git a/frontend-old/node_modules/firebase/remote-config/dist/esm/functions/index.d.ts b/frontend-old/node_modules/firebase/remote-config/dist/esm/functions/index.d.ts new file mode 100644 index 0000000..f824c3e --- /dev/null +++ b/frontend-old/node_modules/firebase/remote-config/dist/esm/functions/index.d.ts @@ -0,0 +1,17 @@ +/** + * @license + * Copyright 2020 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +export * from '@firebase/functions'; diff --git a/frontend-old/node_modules/firebase/remote-config/dist/esm/index.esm.js b/frontend-old/node_modules/firebase/remote-config/dist/esm/index.esm.js new file mode 100644 index 0000000..3027a00 --- /dev/null +++ b/frontend-old/node_modules/firebase/remote-config/dist/esm/index.esm.js @@ -0,0 +1,2 @@ +export * from '@firebase/remote-config'; +//# sourceMappingURL=index.esm.js.map diff --git a/frontend-old/node_modules/firebase/remote-config/dist/esm/index.esm.js.map b/frontend-old/node_modules/firebase/remote-config/dist/esm/index.esm.js.map new file mode 100644 index 0000000..1a67fcc --- /dev/null +++ b/frontend-old/node_modules/firebase/remote-config/dist/esm/index.esm.js.map @@ -0,0 +1 @@ +{"version":3,"file":"index.esm.js","sources":[],"sourcesContent":[],"names":[],"mappings":""} \ No newline at end of file diff --git a/frontend-old/node_modules/firebase/remote-config/dist/esm/installations/index.d.ts b/frontend-old/node_modules/firebase/remote-config/dist/esm/installations/index.d.ts new file mode 100644 index 0000000..5102314 --- /dev/null +++ b/frontend-old/node_modules/firebase/remote-config/dist/esm/installations/index.d.ts @@ -0,0 +1,17 @@ +/** + * @license + * Copyright 2022 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +export * from '@firebase/installations'; diff --git a/frontend-old/node_modules/firebase/remote-config/dist/esm/messaging/index.d.ts b/frontend-old/node_modules/firebase/remote-config/dist/esm/messaging/index.d.ts new file mode 100644 index 0000000..9777a44 --- /dev/null +++ b/frontend-old/node_modules/firebase/remote-config/dist/esm/messaging/index.d.ts @@ -0,0 +1,17 @@ +/** + * @license + * Copyright 2020 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +export * from '@firebase/messaging'; diff --git a/frontend-old/node_modules/firebase/remote-config/dist/esm/messaging/sw/index.d.ts b/frontend-old/node_modules/firebase/remote-config/dist/esm/messaging/sw/index.d.ts new file mode 100644 index 0000000..198cc26 --- /dev/null +++ b/frontend-old/node_modules/firebase/remote-config/dist/esm/messaging/sw/index.d.ts @@ -0,0 +1,17 @@ +/** + * @license + * Copyright 2020 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +export * from '@firebase/messaging/sw'; diff --git a/frontend-old/node_modules/firebase/remote-config/dist/esm/package.json b/frontend-old/node_modules/firebase/remote-config/dist/esm/package.json new file mode 100644 index 0000000..7c34deb --- /dev/null +++ b/frontend-old/node_modules/firebase/remote-config/dist/esm/package.json @@ -0,0 +1 @@ +{"type":"module"} \ No newline at end of file diff --git a/frontend-old/node_modules/firebase/remote-config/dist/esm/performance/index.d.ts b/frontend-old/node_modules/firebase/remote-config/dist/esm/performance/index.d.ts new file mode 100644 index 0000000..ea17ad6 --- /dev/null +++ b/frontend-old/node_modules/firebase/remote-config/dist/esm/performance/index.d.ts @@ -0,0 +1,17 @@ +/** + * @license + * Copyright 2020 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +export * from '@firebase/performance'; diff --git a/frontend-old/node_modules/firebase/remote-config/dist/esm/remote-config/index.d.ts b/frontend-old/node_modules/firebase/remote-config/dist/esm/remote-config/index.d.ts new file mode 100644 index 0000000..6fee9e7 --- /dev/null +++ b/frontend-old/node_modules/firebase/remote-config/dist/esm/remote-config/index.d.ts @@ -0,0 +1,17 @@ +/** + * @license + * Copyright 2020 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +export * from '@firebase/remote-config'; diff --git a/frontend-old/node_modules/firebase/remote-config/dist/esm/storage/index.d.ts b/frontend-old/node_modules/firebase/remote-config/dist/esm/storage/index.d.ts new file mode 100644 index 0000000..58da59e --- /dev/null +++ b/frontend-old/node_modules/firebase/remote-config/dist/esm/storage/index.d.ts @@ -0,0 +1,17 @@ +/** + * @license + * Copyright 2020 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +export * from '@firebase/storage'; -- cgit v1.2.3