Skip to content

Commit 483f33b

Browse files
committed
Fix: extend firebase hosting reference
1 parent 79b14be commit 483f33b

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

.gitignore

+5-1
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,8 @@ override.tf.json
3838
terraform.rc
3939

4040
# Ignore .env file from local run
41-
*.env
41+
*.env
42+
43+
# Firebase temp files
44+
.firebase/
45+
.firebaserc/

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Tourest app
2-
> A reference project to deploy a React app onto Google Cloud Run, Cloud Build as the CI/CD tool, and Cloud Firebase Web for authentication, storage, database.
2+
> A reference project to deploy a React app onto Google Cloud Run, Cloud Build as the CI/CD tool, and Cloud Firebase Web for authentication, storage, database, hosting.
33
4-
[Example](https://tourest-rkgp7pbgmq-uc.a.run.app/)
4+
[Example](https://gcp-playground-06071995.web.app/)
55

66
![GCP Architecture](public/assets/images/gcp.drawio.png)
77

public/assets/images/gcp.drawio.png

2.69 KB
Loading

0 commit comments

Comments
 (0)