[PR #45] [CLOSED] Init firebase with github action #47

Closed
opened 2026-02-27 19:22:01 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/francoborrelli/spotify-react-web-client/pull/45
Author: @laurentperroteau
Created: 9/3/2025
Status: Closed

Base: mainHead: chore/install-firebase


📝 Commits (1)

  • b3eecca Init firebase with github action

📊 Changes

13 files changed (+0 additions, -0 deletions)

View changed files

.firebaserc (+5 -0)
.github/workflows/firebase-hosting-merge.yml (+20 -0)
.github/workflows/firebase-hosting-pull-request.yml (+21 -0)
database.rules.json (+7 -0)
firebase.json (+54 -0)
functions/.eslintrc.js (+33 -0)
functions/.gitignore (+10 -0)
functions/package.json (+31 -0)
functions/src/index.ts (+32 -0)
functions/tsconfig.dev.json (+5 -0)
functions/tsconfig.json (+17 -0)
📝 package.json (+1 -0)
📝 yarn.lock (+567 -4)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/francoborrelli/spotify-react-web-client/pull/45 **Author:** [@laurentperroteau](https://github.com/laurentperroteau) **Created:** 9/3/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `chore/install-firebase` --- ### 📝 Commits (1) - [`b3eecca`](https://github.com/francoborrelli/spotify-react-web-client/commit/b3eeccaceb2c5ad68c8fbda633d0c5d6881902ca) Init firebase with github action ### 📊 Changes **13 files changed** (+0 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `.firebaserc` (+5 -0) ➕ `.github/workflows/firebase-hosting-merge.yml` (+20 -0) ➕ `.github/workflows/firebase-hosting-pull-request.yml` (+21 -0) ➕ `database.rules.json` (+7 -0) ➕ `firebase.json` (+54 -0) ➕ `functions/.eslintrc.js` (+33 -0) ➕ `functions/.gitignore` (+10 -0) ➕ `functions/package.json` (+31 -0) ➕ `functions/src/index.ts` (+32 -0) ➕ `functions/tsconfig.dev.json` (+5 -0) ➕ `functions/tsconfig.json` (+17 -0) 📝 `package.json` (+1 -0) 📝 `yarn.lock` (+567 -4) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 19:22:01 +03:00
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/spotify-react-web-client#47
No description provided.