https://github.com/jeck0v/fastapi-firebase-auth
Fastapi + Firebase + nginx + mkcert + docker | Firebase authentification
https://github.com/jeck0v/fastapi-firebase-auth
fastapi firebase-auth mkcert nginx
Last synced: 10 days ago
JSON representation
Fastapi + Firebase + nginx + mkcert + docker | Firebase authentification
- Host: GitHub
- URL: https://github.com/jeck0v/fastapi-firebase-auth
- Owner: Jeck0v
- Created: 2024-08-16T10:02:55.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-16T10:28:41.000Z (about 1 year ago)
- Last Synced: 2025-10-03T15:57:16.296Z (10 days ago)
- Topics: fastapi, firebase-auth, mkcert, nginx
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#
FastApi - Firebase
## 🛠️ Tech Stack
- [mkcert](https://github.com/FiloSottile/mkcert)
- [FastAPI](https://fastapi.tiangolo.com/)
- [nginx](https://nginx.org/en/docs/)
- [Docker](https://www.docker.com/)
- [Firebase](https://firebase.google.com/)## 🧑🏻💻 App
In the SSL folder
```bash
mkcert localhost
```
Now integrate your serviceAccountKey.json from Firebase instead of my filesNow you can return to the root folder and make
```bash
docker-compose up --build
```
You can test it:
https://localhost/docs
## Arnaud Fischer