We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb4012b commit db6472eCopy full SHA for db6472e
.github/workflows/deploy.yml
@@ -15,7 +15,7 @@ jobs:
15
- name: Generate Firebase Config File
16
run: |
17
echo "Generating firebase-config.js..."
18
- cat <<EOF > scripts/firebase-config.js
+ cat <<EOF > _site/scripts/firebase-config.js
19
import { initializeApp } from "https://www.gstatic.com/firebasejs/11.3.1/firebase-app.js";
20
import { getAuth } from "https://www.gstatic.com/firebasejs/11.3.1/firebase-auth.js";
21
import { getFirestore } from "https://www.gstatic.com/firebasejs/11.3.1/firebase-firestore.js";
0 commit comments