Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/raphaelbs/firebase-template
Template for a Firebase project with a webapp, firestore rules, storage rules, remote config, functions, developer friendly, and with a built-in CI.
https://github.com/raphaelbs/firebase-template
firebase firebase-auth firebase-config firebase-functions firebase-hosting firebase-storage github-actions monorepo react template typescript
Last synced: 2 days ago
JSON representation
Template for a Firebase project with a webapp, firestore rules, storage rules, remote config, functions, developer friendly, and with a built-in CI.
- Host: GitHub
- URL: https://github.com/raphaelbs/firebase-template
- Owner: raphaelbs
- Created: 2024-03-14T00:31:30.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-03-14T01:26:15.000Z (8 months ago)
- Last Synced: 2024-03-14T02:51:12.230Z (8 months ago)
- Topics: firebase, firebase-auth, firebase-config, firebase-functions, firebase-hosting, firebase-storage, github-actions, monorepo, react, template, typescript
- Language: TypeScript
- Homepage:
- Size: 179 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Firebase template
This is a template for a Firebase project with a webapp, firestore rules, storage rules, remote config, functions, developer friendly, and with a built-in CI.
## Features in detail
// TODO
## Understanding the repo
// TODO
## Instructions
1. Fork this template;
2. Search the code for `` and replace with the secret added to your Github repo;
4. (This step is mandatory to enable deploying Firestore rules, Storage rules, and Remote Config) Go to the Cloud Console, and add the following permisson to the GithubAction role:
1. TBD, list the permissions here
5. ...
6. Start the local development with a `npm start`;