mirror of
https://github.com/francoborrelli/spotify-react-web-client.git
synced 2026-04-27 12:25:50 +03:00
[PR #45] [CLOSED] Init firebase with github action #47
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotify-react-web-client#47
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/francoborrelli/spotify-react-web-client/pull/45
Author: @laurentperroteau
Created: 9/3/2025
Status: ❌ Closed
Base:
main← Head:chore/install-firebase📝 Commits (1)
b3eeccaInit 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.