summaryrefslogtreecommitdiff
path: root/frontend-old/node_modules/firebase/data-connect/dist/compat
diff options
context:
space:
mode:
Diffstat (limited to 'frontend-old/node_modules/firebase/data-connect/dist/compat')
-rw-r--r--frontend-old/node_modules/firebase/data-connect/dist/compat/analytics/index.d.ts17
-rw-r--r--frontend-old/node_modules/firebase/data-connect/dist/compat/app-check/index.d.ts17
-rw-r--r--frontend-old/node_modules/firebase/data-connect/dist/compat/app/index.cdn.d.ts18
-rw-r--r--frontend-old/node_modules/firebase/data-connect/dist/compat/app/index.d.ts18
-rw-r--r--frontend-old/node_modules/firebase/data-connect/dist/compat/auth/index.d.ts17
-rw-r--r--frontend-old/node_modules/firebase/data-connect/dist/compat/database/index.d.ts17
-rw-r--r--frontend-old/node_modules/firebase/data-connect/dist/compat/firestore/index.d.ts17
-rw-r--r--frontend-old/node_modules/firebase/data-connect/dist/compat/functions/index.d.ts17
-rw-r--r--frontend-old/node_modules/firebase/data-connect/dist/compat/index.cdn.d.ts28
-rw-r--r--frontend-old/node_modules/firebase/data-connect/dist/compat/index.d.ts28
-rw-r--r--frontend-old/node_modules/firebase/data-connect/dist/compat/index.node.d.ts23
-rw-r--r--frontend-old/node_modules/firebase/data-connect/dist/compat/index.perf.d.ts19
-rw-r--r--frontend-old/node_modules/firebase/data-connect/dist/compat/index.rn.d.ts21
-rw-r--r--frontend-old/node_modules/firebase/data-connect/dist/compat/installations/index.d.ts17
-rw-r--r--frontend-old/node_modules/firebase/data-connect/dist/compat/messaging/index.d.ts17
-rw-r--r--frontend-old/node_modules/firebase/data-connect/dist/compat/performance/index.d.ts17
-rw-r--r--frontend-old/node_modules/firebase/data-connect/dist/compat/remote-config/index.d.ts17
-rw-r--r--frontend-old/node_modules/firebase/data-connect/dist/compat/storage/index.d.ts17
18 files changed, 342 insertions, 0 deletions
diff --git a/frontend-old/node_modules/firebase/data-connect/dist/compat/analytics/index.d.ts b/frontend-old/node_modules/firebase/data-connect/dist/compat/analytics/index.d.ts
new file mode 100644
index 0000000..e3bf6c7
--- /dev/null
+++ b/frontend-old/node_modules/firebase/data-connect/dist/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/data-connect/dist/compat/app-check/index.d.ts b/frontend-old/node_modules/firebase/data-connect/dist/compat/app-check/index.d.ts
new file mode 100644
index 0000000..7256089
--- /dev/null
+++ b/frontend-old/node_modules/firebase/data-connect/dist/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/data-connect/dist/compat/app/index.cdn.d.ts b/frontend-old/node_modules/firebase/data-connect/dist/compat/app/index.cdn.d.ts
new file mode 100644
index 0000000..f84be60
--- /dev/null
+++ b/frontend-old/node_modules/firebase/data-connect/dist/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/data-connect/dist/compat/app/index.d.ts b/frontend-old/node_modules/firebase/data-connect/dist/compat/app/index.d.ts
new file mode 100644
index 0000000..f84be60
--- /dev/null
+++ b/frontend-old/node_modules/firebase/data-connect/dist/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/data-connect/dist/compat/auth/index.d.ts b/frontend-old/node_modules/firebase/data-connect/dist/compat/auth/index.d.ts
new file mode 100644
index 0000000..d856792
--- /dev/null
+++ b/frontend-old/node_modules/firebase/data-connect/dist/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/data-connect/dist/compat/database/index.d.ts b/frontend-old/node_modules/firebase/data-connect/dist/compat/database/index.d.ts
new file mode 100644
index 0000000..c10c1ec
--- /dev/null
+++ b/frontend-old/node_modules/firebase/data-connect/dist/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/data-connect/dist/compat/firestore/index.d.ts b/frontend-old/node_modules/firebase/data-connect/dist/compat/firestore/index.d.ts
new file mode 100644
index 0000000..64676cb
--- /dev/null
+++ b/frontend-old/node_modules/firebase/data-connect/dist/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/data-connect/dist/compat/functions/index.d.ts b/frontend-old/node_modules/firebase/data-connect/dist/compat/functions/index.d.ts
new file mode 100644
index 0000000..d4dc077
--- /dev/null
+++ b/frontend-old/node_modules/firebase/data-connect/dist/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/data-connect/dist/compat/index.cdn.d.ts b/frontend-old/node_modules/firebase/data-connect/dist/compat/index.cdn.d.ts
new file mode 100644
index 0000000..ea50472
--- /dev/null
+++ b/frontend-old/node_modules/firebase/data-connect/dist/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/data-connect/dist/compat/index.d.ts b/frontend-old/node_modules/firebase/data-connect/dist/compat/index.d.ts
new file mode 100644
index 0000000..ea50472
--- /dev/null
+++ b/frontend-old/node_modules/firebase/data-connect/dist/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/data-connect/dist/compat/index.node.d.ts b/frontend-old/node_modules/firebase/data-connect/dist/compat/index.node.d.ts
new file mode 100644
index 0000000..4f67f98
--- /dev/null
+++ b/frontend-old/node_modules/firebase/data-connect/dist/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/data-connect/dist/compat/index.perf.d.ts b/frontend-old/node_modules/firebase/data-connect/dist/compat/index.perf.d.ts
new file mode 100644
index 0000000..ca05d36
--- /dev/null
+++ b/frontend-old/node_modules/firebase/data-connect/dist/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/data-connect/dist/compat/index.rn.d.ts b/frontend-old/node_modules/firebase/data-connect/dist/compat/index.rn.d.ts
new file mode 100644
index 0000000..d2ec580
--- /dev/null
+++ b/frontend-old/node_modules/firebase/data-connect/dist/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/data-connect/dist/compat/installations/index.d.ts b/frontend-old/node_modules/firebase/data-connect/dist/compat/installations/index.d.ts
new file mode 100644
index 0000000..e0ca08e
--- /dev/null
+++ b/frontend-old/node_modules/firebase/data-connect/dist/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/data-connect/dist/compat/messaging/index.d.ts b/frontend-old/node_modules/firebase/data-connect/dist/compat/messaging/index.d.ts
new file mode 100644
index 0000000..eb6caa1
--- /dev/null
+++ b/frontend-old/node_modules/firebase/data-connect/dist/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/data-connect/dist/compat/performance/index.d.ts b/frontend-old/node_modules/firebase/data-connect/dist/compat/performance/index.d.ts
new file mode 100644
index 0000000..47f0fb2
--- /dev/null
+++ b/frontend-old/node_modules/firebase/data-connect/dist/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/data-connect/dist/compat/remote-config/index.d.ts b/frontend-old/node_modules/firebase/data-connect/dist/compat/remote-config/index.d.ts
new file mode 100644
index 0000000..b72da39
--- /dev/null
+++ b/frontend-old/node_modules/firebase/data-connect/dist/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/data-connect/dist/compat/storage/index.d.ts b/frontend-old/node_modules/firebase/data-connect/dist/compat/storage/index.d.ts
new file mode 100644
index 0000000..2ab44a4
--- /dev/null
+++ b/frontend-old/node_modules/firebase/data-connect/dist/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';