Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kanziw/miniapp-game-heaven


https://github.com/kanziw/miniapp-game-heaven

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# miniapp-game-heaven

## References

### SpaceWorm

- Game: https://github.com/dancramp/js13k-2021
- Favicon: https://favicon.io/emoji-favicons/worm/
- Logo: DALL·E https://labs.openai.com/

### Sudoku

- Game: https://github.com/andreynering/sudoku
- Logo: https://www.freepik.com/free-photos-vectors/sudoku-game

## Firebase

Firestore 등의 변경이 필요하다면 수동으로 해당 룰 배포 진행이 필요

```zsh
$ yarn firebase deploy
```

GitHub Action을 통해 자동화 해보려고 했는데 ServiceAccount에 Owner를 줘도 실패함. 나중에 더 디버깅

```zsh
=== Deploying to 'miniapp-game-heaven'...

i deploying firestore
i firestore: reading indexes from firestore.indexes.json...
i cloud.firestore: checking firestore.rules for compilation errors...

Error: HTTP Error: 403, The caller does not have permission
```