https://github.com/tilakkhatri/test-firebase-deploy
Testing deployment with firebase
https://github.com/tilakkhatri/test-firebase-deploy
firebase reactjs
Last synced: about 2 months ago
JSON representation
Testing deployment with firebase
- Host: GitHub
- URL: https://github.com/tilakkhatri/test-firebase-deploy
- Owner: TilakKhatri
- Created: 2022-10-22T14:59:29.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-01-19T15:54:15.000Z (over 3 years ago)
- Last Synced: 2025-06-18T04:09:19.195Z (about 1 year ago)
- Topics: firebase, reactjs
- Language: JavaScript
- Homepage: https://crud-app-eeae0.web.app/
- Size: 311 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# test-firebase-deploy
Testing deployment with firebase
## How to deploy full stack web with firebase
Follow following steps:
1. To get started, we'll download firebase-tools via npm:
```
npm install -g firebase-tools
```
2. Login with firebase account
```
firebase login
```
3. Initialize your project
To connect local project files to firebase project run following command.
```
firebase init
```
######## #### ######## ######## ######## ### ###### ########
## ## ## ## ## ## ## ## ## ## ##
###### ## ######## ###### ######## ######### ###### ######
## ## ## ## ## ## ## ## ## ## ##
## #### ## ## ######## ######## ## ## ###### ########
### Project Setup
First, let's associate this project directory with a Firebase project.
You can create multiple project aliases by running firebase use --add,
but for now we'll just set up a default project.
### Comming soon.