Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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`;