From e2badedafba84177d3a61bb9e95cfc0b48fef72a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roxi=20Fiorella=20Ochoa=20Garc=C3=ADa?= <46870050+roxifochoag@users.noreply.github.com> Date: Thu, 15 Jun 2023 10:31:27 -0500 Subject: [PATCH 01/95] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fe12fa3..58f8e53 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Creando una Red Social +# Red Social para Mujeres Latinas en el Exterior ## Índice From 4ea1345b901611d5203c2cc386e9cec144bdfed2 Mon Sep 17 00:00:00 2001 From: RoxiFOchoaG <46870050+roxifochoag@users.noreply.github.com> Date: Fri, 16 Jun 2023 14:03:55 -0500 Subject: [PATCH 02/95] Subir los cambios realizados por Erika --- package.json | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 1d89e14..a467bf0 100644 --- a/package.json +++ b/package.json @@ -41,5 +41,13 @@ "createdAt": "2023-06-06T21:37:46.504Z", "version": "6.3.0", "commit": "a942adeb868f1fe54b86e34cc4fc4ddb0601700d" - } -} \ No newline at end of file + }, + "directories": { + "test": "test" + }, + "repository": { + "type": "git", + "url": "1" + }, + "author": "Roxi-Erika-Tatiana" +} From 1a28a75cf8174fdfbefb3b37d63acdb2c1544144 Mon Sep 17 00:00:00 2001 From: RoxiFOchoaG <46870050+roxifochoag@users.noreply.github.com> Date: Fri, 16 Jun 2023 14:09:00 -0500 Subject: [PATCH 03/95] Primer commit, realizado por roxi --- package.json | 5 ++++- src/firebase/analytics.js | 0 src/firebase/app.js | 0 src/firebase/config.js | 21 +++++++++++++++++++++ src/index.html | 13 ++++++++++++- src/styles.css | 27 +++++++++++++++++++++++++++ 6 files changed, 64 insertions(+), 2 deletions(-) create mode 100644 src/firebase/analytics.js create mode 100644 src/firebase/app.js create mode 100644 src/firebase/config.js create mode 100644 src/styles.css diff --git a/package.json b/package.json index a467bf0..d118198 100644 --- a/package.json +++ b/package.json @@ -49,5 +49,8 @@ "type": "git", "url": "1" }, - "author": "Roxi-Erika-Tatiana" + "author": "Roxi-Erika-Tatiana", + "dependencies": { + "firebase": "^9.22.2" + } } diff --git a/src/firebase/analytics.js b/src/firebase/analytics.js new file mode 100644 index 0000000..e69de29 diff --git a/src/firebase/app.js b/src/firebase/app.js new file mode 100644 index 0000000..e69de29 diff --git a/src/firebase/config.js b/src/firebase/config.js new file mode 100644 index 0000000..7ba2698 --- /dev/null +++ b/src/firebase/config.js @@ -0,0 +1,21 @@ +// Import the functions you need from the SDKs you need +import { initializeApp } from "firebase/app"; +//import { getAnalytics } from "firebase/analytics"; +// TODO: Add SDKs for Firebase products that you want to use +// https://firebase.google.com/docs/web/setup#available-libraries + +// Your web app's Firebase configuration +// For Firebase JS SDK v7.20.0 and later, measurementId is optional +const firebaseConfig = { + apiKey: "AIzaSyDzcfa3MBIp2IA3cuOBKZntaHv9-0BqeI8", + authDomain: "dev008-social-network.firebaseapp.com", + projectId: "dev008-social-network", + storageBucket: "dev008-social-network.appspot.com", + messagingSenderId: "813514052859", + appId: "1:813514052859:web:cf928bd795e4eb761d0c5e", + measurementId: "G-N70CK0BGX8", +}; + +// Initialize Firebase +const app = initializeApp(firebaseConfig); +//const analytics = getAnalytics(app); diff --git a/src/index.html b/src/index.html index 788db3c..42376b0 100644 --- a/src/index.html +++ b/src/index.html @@ -4,9 +4,20 @@ -